Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/platform/efi/
H A Defi_64.c570 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local
584 if (!phys_name || (data && !phys_data)) in efi_thunk_get_variable()
587 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable()
601 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local
613 if (!phys_name || (data && !phys_data)) in efi_thunk_set_variable()
631 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable_nonblocking() local
644 if (!phys_name || (data && !phys_data)) in efi_thunk_set_variable_nonblocking()
663 u32 phys_name_size, phys_name, phys_vendor; in efi_thunk_get_next_variable() local
672 phys_name = virt_to_phys_or_null_size(name, *name_size); in efi_thunk_get_next_variable()
674 if (!phys_name) in efi_thunk_get_next_variable()
[all …]
/linux-6.15/include/linux/platform_data/
H A Dcros_ec_proto.h164 const char *phys_name; member
/linux-6.15/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-6.15/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_spi.c765 ec_dev->phys_name = dev_name(&ec_spi->spi->dev); in cros_ec_spi_probe()
H A Dcros_ec_lpc.c646 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()