Searched refs:phys_name (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi_64.c | 471 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local 476 phys_name = virt_to_phys(name); in efi_thunk_get_variable() 480 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable() 490 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local 493 phys_name = virt_to_phys(name); in efi_thunk_set_variable() 498 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable() 510 u32 phys_name_size, phys_name, phys_vendor; in efi_thunk_get_next_variable() local 514 phys_name = virt_to_phys(name); in efi_thunk_get_next_variable() 517 phys_name, phys_vendor); in efi_thunk_get_next_variable()
|
/linux-4.4.14/include/linux/mfd/ |
D | cros_ec.h | 114 const char *phys_name; member
|
/linux-4.4.14/drivers/platform/chrome/ |
D | cros_ec_lpc.c | 276 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()
|
/linux-4.4.14/drivers/mfd/ |
D | cros_ec_i2c.c | 305 ec_dev->phys_name = client->adapter->name; in cros_ec_i2c_probe()
|
D | cros_ec_spi.c | 657 ec_dev->phys_name = dev_name(&ec_spi->spi->dev); in cros_ec_spi_probe()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | cros_ec_keyb.c | 279 idev->phys = ec->phys_name; in cros_ec_keyb_probe()
|