Searched refs:phys_name (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/x86/platform/efi/ |
D | efi_64.c | 793 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/ |
D | cros_ec.h | 122 const char *phys_name; member
|
/Linux-v4.19/drivers/input/keyboard/ |
D | cros_ec_keyb.c | 473 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/ |
D | cros_ec_i2c.c | 306 ec_dev->phys_name = client->adapter->name; in cros_ec_i2c_probe()
|
D | cros_ec_lpc.c | 282 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()
|
D | cros_ec_spi.c | 669 ec_dev->phys_name = dev_name(&ec_spi->spi->dev); in cros_ec_spi_probe()
|