Searched refs:pci_handle_size (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | pci.c | 19 unsigned long pci_handle_size = 0; in efi_pci_disable_bridge_busmaster() local 27 NULL, &pci_handle_size, NULL); in efi_pci_disable_bridge_busmaster() 35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, pci_handle_size, 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()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | pci.c | 19 unsigned long pci_handle_size = 0; in efi_pci_disable_bridge_busmaster() local 27 NULL, &pci_handle_size, NULL); in efi_pci_disable_bridge_busmaster() 35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, pci_handle_size, 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()
|
Completed in 1 milliseconds