Searched defs:for_each_efi_handle (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | pci.c | 49 for_each_efi_handle(handle, pci_handle, pci_handle_size, i) { in efi_pci_disable_bridge_busmaster() function 85 for_each_efi_handle(handle, pci_handle, pci_handle_size, i) { in efi_pci_disable_bridge_busmaster() function
|
H A D | gop.c | 473 for_each_efi_handle(h, handles, size, i) { in find_gop() function
|
H A D | x86-stub.c | 139 for_each_efi_handle(h, pci_handle, size, i) { in setup_efi_pci() function 254 for_each_efi_handle(handle, uga_handle, size, i) { in setup_uga() function
|
H A D | efistub.h | 109 #define for_each_efi_handle(handle, array, size, i) \ macro
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | pci.c | 49 for_each_efi_handle(handle, pci_handle, pci_handle_size, i) { in efi_pci_disable_bridge_busmaster() function 85 for_each_efi_handle(handle, pci_handle, pci_handle_size, i) { in efi_pci_disable_bridge_busmaster() function
|
H A D | gop.c | 473 for_each_efi_handle(h, handles, size, i) { in find_gop() function
|
H A D | x86-stub.c | 153 for_each_efi_handle(h, pci_handle, size, i) { in setup_efi_pci() function 361 for_each_efi_handle(handle, uga_handle, size, i) { in setup_uga() function
|
H A D | efistub.h | 125 #define for_each_efi_handle(handle, array, size, i) \ macro
|
Completed in 9 milliseconds