Searched refs:phys_name (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/x86/platform/efi/ |
H A D | efi_64.c | 471 u32 phys_name, phys_vendor, phys_attr; efi_thunk_get_variable() local 476 phys_name = virt_to_phys(name); efi_thunk_get_variable() 480 status = efi_thunk(get_variable, phys_name, phys_vendor, efi_thunk_get_variable() 490 u32 phys_name, phys_vendor, phys_data; efi_thunk_set_variable() local 493 phys_name = virt_to_phys(name); efi_thunk_set_variable() 498 status = efi_thunk(set_variable, phys_name, phys_vendor, efi_thunk_set_variable() 510 u32 phys_name_size, phys_name, phys_vendor; efi_thunk_get_next_variable() local 514 phys_name = virt_to_phys(name); efi_thunk_get_next_variable() 517 phys_name, phys_vendor); efi_thunk_get_next_variable()
|
/linux-4.1.27/include/linux/mfd/ |
H A D | cros_ec.h | 62 * @phys_name: name of physical comms layer (e.g. 'i2c-4') 100 const char *phys_name; member in struct:cros_ec_device
|
/linux-4.1.27/drivers/mfd/ |
H A D | cros_ec_i2c.c | 147 ec_dev->phys_name = client->adapter->name; cros_ec_i2c_probe()
|
H A D | cros_ec_spi.c | 365 ec_dev->phys_name = dev_name(&ec_spi->spi->dev); cros_ec_spi_probe()
|
/linux-4.1.27/drivers/platform/chrome/ |
H A D | cros_ec_lpc.c | 216 ec_dev->phys_name = dev_name(dev); cros_ec_lpc_probe()
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | cros_ec_keyb.c | 270 idev->phys = ec->phys_name; cros_ec_keyb_probe()
|
Completed in 330 milliseconds