Home
last modified time | relevance | path

Searched refs:phys_name (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/platform/efi/
H A Defi_64.c579 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local
589 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_get_variable()
593 if (!phys_name || (data && !phys_data)) in efi_thunk_get_variable()
596 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable()
610 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local
618 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable()
622 if (!phys_name || (data && !phys_data)) in efi_thunk_set_variable()
625 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable()
640 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable_nonblocking() local
649 phys_name in efi_thunk_set_variable_nonblocking()
672 u32 phys_name_size, phys_name, phys_vendor; efi_thunk_get_next_variable() local
[all...]
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H A Defi_64.c612 u32 phys_name, phys_vendor, phys_attr; in efi_thunk_get_variable() local
622 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_get_variable()
626 if (!phys_name || (data && !phys_data)) in efi_thunk_get_variable()
629 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable()
643 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable() local
651 phys_name = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable()
655 if (!phys_name || (data && !phys_data)) in efi_thunk_set_variable()
658 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable()
673 u32 phys_name, phys_vendor, phys_data; in efi_thunk_set_variable_nonblocking() local
682 phys_name in efi_thunk_set_variable_nonblocking()
705 u32 phys_name_size, phys_name, phys_vendor; efi_thunk_get_next_variable() local
[all...]
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dcros_ec_proto.h77 * @phys_name: Name of physical comms layer (e.g. 'i2c-4').
138 const char *phys_name; member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dcros_ec_proto.h88 * @phys_name: Name of physical comms layer (e.g. 'i2c-4').
159 const char *phys_name; member
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dcros_ec_keyb.c470 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input1", ec_dev->phys_name); in cros_ec_keyb_register_bs()
546 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input0", ec_dev->phys_name); in cros_ec_keyb_register_matrix()
/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec_rpmsg.c233 ec_dev->phys_name = dev_name(&rpdev->dev); in cros_ec_rpmsg_probe()
H A Dcros_ec_i2c.c298 ec_dev->phys_name = client->adapter->name; in cros_ec_i2c_probe()
H A Dcros_ec_ishtp.c581 ec_dev->phys_name = dev_name(dev); in cros_ec_dev_init()
H A Dcros_ec_lpc.c388 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()
H A Dcros_ec_spi.c767 ec_dev->phys_name = dev_name(&ec_spi->spi->dev); in cros_ec_spi_probe()
/kernel/linux/linux-6.6/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_i2c.c305 ec_dev->phys_name = client->adapter->name; in cros_ec_i2c_probe()
H A Dcros_ec_uart.c293 ec_dev->phys_name = dev_name(dev); in cros_ec_uart_probe()
H A Dcros_ec_ishtp.c582 ec_dev->phys_name = dev_name(dev); in cros_ec_dev_init()
H A Dcros_ec_lpc.c419 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()
H A Dcros_ec_spi.c765 ec_dev->phys_name = dev_name(&ec_spi->spi->dev); in cros_ec_spi_probe()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dcros_ec_keyb.c494 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input1", ec_dev->phys_name); in cros_ec_keyb_register_bs()
614 phys = devm_kasprintf(dev, GFP_KERNEL, "%s/input0", ec_dev->phys_name); in cros_ec_keyb_register_matrix()

Completed in 14 milliseconds