Home
last modified time | relevance | path

Searched refs:pci_handle (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A 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()
38 efi_err("Failed to allocate memory for 'pci_handle'\n"); 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()
H A Dx86-stub.c108 void **pci_handle = NULL; in setup_efi_pci() local
116 &pci_proto, NULL, &size, pci_handle); in setup_efi_pci()
120 (void **)&pci_handle); in setup_efi_pci()
123 efi_err("Failed to allocate memory for 'pci_handle'\n"); in setup_efi_pci()
128 &pci_proto, NULL, &size, pci_handle); in setup_efi_pci()
139 for_each_efi_handle(h, pci_handle, size, i) { in setup_efi_pci()
161 efi_bs_call(free_pool, pci_handle); in setup_efi_pci()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A 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()
38 efi_err("Failed to allocate memory for 'pci_handle'\n"); 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()
H A Dx86-stub.c122 void **pci_handle = NULL; in setup_efi_pci() local
130 &pci_proto, NULL, &size, pci_handle); in setup_efi_pci()
134 (void **)&pci_handle); in setup_efi_pci()
137 efi_err("Failed to allocate memory for 'pci_handle'\n"); in setup_efi_pci()
142 &pci_proto, NULL, &size, pci_handle); in setup_efi_pci()
153 for_each_efi_handle(h, pci_handle, size, i) { in setup_efi_pci()
175 efi_bs_call(free_pool, pci_handle); in setup_efi_pci()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H A Dtargethw.h76 u_short pci_handle ; /* handle to access the BIOS func */ member
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H A Dtargethw.h76 u_short pci_handle ; /* handle to access the BIOS func */ member

Completed in 4 milliseconds