Home
last modified time | relevance | path

Searched refs:efi_generic_dev_path (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Defi.h905 struct efi_generic_dev_path { struct
912 struct efi_generic_dev_path header; argument
918 struct efi_generic_dev_path header;
924 struct efi_generic_dev_path header;
931 struct efi_generic_dev_path header;
/kernel/linux/linux-5.10/drivers/firmware/efi/
Dvars.c39 struct efi_generic_dev_path *node; in validate_device_path()
42 node = (struct efi_generic_dev_path *)buffer; in validate_device_path()
57 node = (struct efi_generic_dev_path *)(buffer + offset); in validate_device_path()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
Defi-stub-helper.c537 struct efi_generic_dev_path end;
549 sizeof(struct efi_generic_dev_path)
Defistub.h169 typedef struct efi_generic_dev_path efi_device_path_protocol_t;
/kernel/linux/linux-5.10/arch/ia64/kernel/
Defi.c927 struct efi_generic_dev_path *hdr, *end_addr; in efi_uart_console_only()
943 hdr = (struct efi_generic_dev_path *) data; in efi_uart_console_only()
944 end_addr = (struct efi_generic_dev_path *) ((u8 *) data + size); in efi_uart_console_only()
957 hdr = (struct efi_generic_dev_path *)((u8 *) hdr + hdr->length); in efi_uart_console_only()