Home
last modified time | relevance | path

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

/linux/arch/x86/platform/efi/
A Defi_64.c583 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local
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
626 if (!phys_name || (data && !phys_data)) in efi_thunk_set_variable()
644 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable_nonblocking() local
657 if (!phys_name || (data && !phys_data)) in efi_thunk_set_variable_nonblocking()
676 u32 phys_name_size, phys_name, phys_vendor; in efi_thunk_get_next_variable() local
685 phys_name = virt_to_phys_or_null_size(name, *name_size); in efi_thunk_get_next_variable()
687 if (!phys_name) in efi_thunk_get_next_variable()
[all …]
/linux/include/linux/platform_data/
A Dcros_ec_proto.h138 const char *phys_name; member
/linux/drivers/input/keyboard/
A Dcros_ec_keyb.c479 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input1", ec_dev->phys_name); in cros_ec_keyb_register_bs()
560 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input0", ec_dev->phys_name); in cros_ec_keyb_register_matrix()
/linux/drivers/platform/chrome/
A Dcros_ec_rpmsg.c229 ec_dev->phys_name = dev_name(&rpdev->dev); in cros_ec_rpmsg_probe()
A Dcros_ec_i2c.c298 ec_dev->phys_name = client->adapter->name; in cros_ec_i2c_probe()
A Dcros_ec_lpc.c388 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()
A Dcros_ec_ishtp.c580 ec_dev->phys_name = dev_name(dev); in cros_ec_dev_init()
A Dcros_ec_spi.c766 ec_dev->phys_name = dev_name(&ec_spi->spi->dev); in cros_ec_spi_probe()

Completed in 14 milliseconds