Home
last modified time | relevance | path

Searched refs:phys_name (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/platform/efi/
Defi_64.c471 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/
Dcros_ec.h114 const char *phys_name; member
/linux-4.4.14/drivers/platform/chrome/
Dcros_ec_lpc.c276 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()
/linux-4.4.14/drivers/mfd/
Dcros_ec_i2c.c305 ec_dev->phys_name = client->adapter->name; in cros_ec_i2c_probe()
Dcros_ec_spi.c657 ec_dev->phys_name = dev_name(&ec_spi->spi->dev); in cros_ec_spi_probe()
/linux-4.4.14/drivers/input/keyboard/
Dcros_ec_keyb.c279 idev->phys = ec->phys_name; in cros_ec_keyb_probe()