Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/platform/efi/
Defi_64.c793 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local
801 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_get_variable()
805 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable()
817 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local
823 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable()
828 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable()
841 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable_nonblocking() local
848 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable_nonblocking()
853 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable_nonblocking()
867 u32 phys_name_size, phys_name, phys_vendor; in efi_thunk_get_next_variable() local
[all …]
/Linux-v4.19/include/linux/mfd/
Dcros_ec.h122 const char *phys_name; member
/Linux-v4.19/drivers/input/keyboard/
Dcros_ec_keyb.c473 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input1", ec_dev->phys_name); in cros_ec_keyb_register_bs()
548 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input0", ec_dev->phys_name); in cros_ec_keyb_register_matrix()
/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_i2c.c306 ec_dev->phys_name = client->adapter->name; in cros_ec_i2c_probe()
Dcros_ec_lpc.c282 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()
Dcros_ec_spi.c669 ec_dev->phys_name = dev_name(&ec_spi->spi->dev); in cros_ec_spi_probe()