Home
last modified time | relevance | path

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

/linux/arch/x86/platform/efi/
H A Defi_64.c568 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local
578 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_get_variable()
582 if (!phys_name || (data && !phys_data)) in efi_thunk_get_variable()
585 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable()
599 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local
607 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable()
611 if (!phys_name || (data && !phys_data)) in efi_thunk_set_variable()
614 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable()
629 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable_nonblocking() local
638 phys_name in efi_thunk_set_variable_nonblocking()
661 u32 phys_name_size, phys_name, phys_vendor; efi_thunk_get_next_variable() local
[all...]
/linux/include/linux/platform_data/
H A Dcros_ec_proto.h93 * @phys_name: Name of physical comms layer (e.g. 'i2c-4').
164 const char *phys_name; member
/linux/drivers/input/keyboard/
H A Dcros_ec_keyb.c492 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input1", ec_dev->phys_name); in cros_ec_keyb_register_bs()
612 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input0", ec_dev->phys_name); in cros_ec_keyb_register_matrix()
/linux/drivers/platform/chrome/
H A Dcros_ec_rpmsg.c231 ec_dev->phys_name = dev_name(&rpdev->dev); in cros_ec_rpmsg_probe()
H A Dcros_ec_uart.c278 ec_dev->phys_name = dev_name(dev); in cros_ec_uart_probe()
H A Dcros_ec_i2c.c305 ec_dev->phys_name = client->adapter->name; in cros_ec_i2c_probe()
H A Dcros_ec_ishtp.c557 ec_dev->phys_name = dev_name(dev); in cros_ec_dev_init()
H A Dcros_ec_lpc.c646 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()