Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Ddev-path-parser.c15 static long __init parse_acpi_path(const struct efi_dev_path *node, in parse_acpi_path()
60 static long __init parse_pci_path(const struct efi_dev_path *node, in parse_pci_path()
96 static long __init parse_end_path(const struct efi_dev_path *node, in parse_end_path()
147 struct device * __init efi_get_device_by_path(const struct efi_dev_path **node, in efi_get_device_by_path()
H A Dapple-properties.c35 struct efi_dev_path path[];
125 const struct efi_dev_path *ptr; in unmarshal_devices()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h800 struct efi_dev_path;
808 struct efi_dev_path *,
811 struct efi_dev_path *,
814 struct efi_dev_path *,
/openbmc/linux/include/linux/
H A Defi.h1027 struct efi_dev_path { struct
1037 struct device *efi_get_device_by_path(const struct efi_dev_path **node, argument