Searched refs:phys_name (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/arch/x86/platform/efi/ |
D | efi_64.c | 583 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local 593 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_get_variable() 597 if (!phys_name || (data && !phys_data)) in efi_thunk_get_variable() 600 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable() 614 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local 622 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable() 626 if (!phys_name || (data && !phys_data)) in efi_thunk_set_variable() 629 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable() 644 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable_nonblocking() local 653 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable_nonblocking() [all …]
|
/linux-5.19.10/include/linux/platform_data/ |
D | cros_ec_proto.h | 136 const char *phys_name; member
|
/linux-5.19.10/drivers/input/keyboard/ |
D | cros_ec_keyb.c | 478 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input1", ec_dev->phys_name); in cros_ec_keyb_register_bs() 559 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input0", ec_dev->phys_name); in cros_ec_keyb_register_matrix()
|
/linux-5.19.10/drivers/platform/chrome/ |
D | cros_ec_rpmsg.c | 231 ec_dev->phys_name = dev_name(&rpdev->dev); in cros_ec_rpmsg_probe()
|
D | cros_ec_i2c.c | 306 ec_dev->phys_name = client->adapter->name; in cros_ec_i2c_probe()
|
D | cros_ec_lpc.c | 403 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()
|
D | cros_ec_ishtp.c | 582 ec_dev->phys_name = dev_name(dev); in cros_ec_dev_init()
|
D | cros_ec_spi.c | 771 ec_dev->phys_name = dev_name(&ec_spi->spi->dev); in cros_ec_spi_probe()
|