Home
last modified time | relevance | path

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

/openbmc/linux/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 = virt_to_phys_or_null_size(name, efi_name_size(name)); in efi_thunk_set_variable_nonblocking()
[all …]
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_proto.h159 const char *phys_name; member
/openbmc/qemu/hw/net/rocker/
H A Drocker.c270 char *phys_name; in cmd_get_port_settings() local
298 phys_name = fp_port_get_name(fp_port); in cmd_get_port_settings()
308 rocker_tlv_total_size(strlen(phys_name)); in cmd_get_port_settings()
326 strlen(phys_name), phys_name); in cmd_get_port_settings()
/openbmc/linux/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()
/openbmc/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.c279 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_lpc.c419 ec_dev->phys_name = dev_name(dev); in cros_ec_lpc_probe()
H A Dcros_ec_ishtp.c582 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()