Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/platform/efi/
Defi_64.c794 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local
802 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_get_variable()
806 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable()
818 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local
824 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable()
829 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable()
842 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable_nonblocking() local
849 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable_nonblocking()
854 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable_nonblocking()
868 u32 phys_name_size, phys_name, phys_vendor; in efi_thunk_get_next_variable() local
[all …]
/Linux-v5.4/include/linux/platform_data/
Dcros_ec_proto.h131 const char *phys_name; member
/Linux-v5.4/drivers/input/keyboard/
Dcros_ec_keyb.c475 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input1", ec_dev->phys_name); in cros_ec_keyb_register_bs()
551 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input0", ec_dev->phys_name); in cros_ec_keyb_register_matrix()
/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_rpmsg.c230 ec_dev->phys_name = dev_name(&rpdev->dev); in cros_ec_rpmsg_probe()
Dcros_ec_i2c.c296 ec_dev->phys_name = client->adapter->name; in cros_ec_i2c_probe()
Dcros_ec_lpc.c378 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()
Dcros_ec_ishtp.c545 ec_dev->phys_name = dev_name(dev); in cros_ec_dev_init()
Dcros_ec_spi.c765 ec_dev->phys_name = dev_name(&ec_spi->spi->dev); in cros_ec_spi_probe()