Home
last modified time | relevance | path

Searched refs:efi_dev_path (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/efi/
Ddev-path-parser.c34 static long __init parse_acpi_path(const struct efi_dev_path *node, in parse_acpi_path()
72 static long __init parse_pci_path(const struct efi_dev_path *node, in parse_pci_path()
108 static long __init parse_end_path(const struct efi_dev_path *node, in parse_end_path()
159 struct device * __init efi_get_device_by_path(const struct efi_dev_path **node, in efi_get_device_by_path()
Dapple-properties.c35 struct efi_dev_path path[];
125 const struct efi_dev_path *ptr; in unmarshal_devices()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
Defistub.h640 struct efi_dev_path;
648 struct efi_dev_path *,
651 struct efi_dev_path *,
654 struct efi_dev_path *,
/kernel/linux/linux-5.10/include/linux/
Defi.h929 struct efi_dev_path { struct
938 struct device *efi_get_device_by_path(const struct efi_dev_path **node, argument