Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/
Ddev-path-parser.c34 static long __init parse_acpi_path(struct efi_dev_path *node, in parse_acpi_path()
72 static long __init parse_pci_path(struct efi_dev_path *node, in parse_pci_path()
108 static long __init parse_end_path(struct efi_dev_path *node, in parse_end_path()
159 struct device * __init efi_get_device_by_path(struct efi_dev_path **node, in efi_get_device_by_path()
Dapple-properties.c34 struct efi_dev_path path[0];
136 dev = efi_get_device_by_path((struct efi_dev_path **)&ptr, &len); in unmarshal_devices()
/Linux-v5.4/include/linux/
Defi.h1307 struct efi_dev_path { struct
1324 struct device *efi_get_device_by_path(struct efi_dev_path **node, size_t *len); argument