Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/firmware/efi/libstub/
Dpci.c20 efi_handle_t *pci_handle = NULL; in efi_pci_disable_bridge_busmaster() local
36 (void **)&pci_handle); in efi_pci_disable_bridge_busmaster()
43 NULL, &pci_handle_size, pci_handle); in efi_pci_disable_bridge_busmaster()
49 for_each_efi_handle(handle, pci_handle, pci_handle_size, i) { in efi_pci_disable_bridge_busmaster()
85 for_each_efi_handle(handle, pci_handle, pci_handle_size, i) { in efi_pci_disable_bridge_busmaster()
113 efi_bs_call(free_pool, pci_handle); in efi_pci_disable_bridge_busmaster()
Dx86-stub.c120 void **pci_handle = NULL; in setup_efi_pci() local
128 &pci_proto, NULL, &size, pci_handle); in setup_efi_pci()
132 (void **)&pci_handle); in setup_efi_pci()
140 &pci_proto, NULL, &size, pci_handle); in setup_efi_pci()
151 for_each_efi_handle(h, pci_handle, size, i) { in setup_efi_pci()
173 efi_bs_call(free_pool, pci_handle); in setup_efi_pci()
/linux-6.6.21/drivers/net/fddi/skfp/h/
Dtargethw.h76 u_short pci_handle ; /* handle to access the BIOS func */ member