Searched refs:efi_dev_path (Results 1 – 3 of 3) sorted by relevance
41 static long __init parse_acpi_path(struct efi_dev_path *node, in parse_acpi_path()79 static long __init parse_pci_path(struct efi_dev_path *node, in parse_pci_path()115 static long __init parse_end_path(struct efi_dev_path *node, in parse_end_path()166 struct device * __init efi_get_device_by_path(struct efi_dev_path **node, in efi_get_device_by_path()
45 struct efi_dev_path path[0];147 dev = efi_get_device_by_path((struct efi_dev_path **)&ptr, &len); in unmarshal_devices()
1264 struct efi_dev_path { struct1281 struct device *efi_get_device_by_path(struct efi_dev_path **node, size_t *len); argument