Home
last modified time | relevance | path

Searched refs:cpqhp_resource_sort_and_combine (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dcpqphp_nvram.c623 rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in compaq_nvram_load()
624 rc &= cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head)); in compaq_nvram_load()
625 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in compaq_nvram_load()
626 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in compaq_nvram_load()
H A Dcpqphp_pci.c1401 rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in cpqhp_find_available_resources()
1402 rc &= cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head)); in cpqhp_find_available_resources()
1403 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in cpqhp_find_available_resources()
1404 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in cpqhp_find_available_resources()
1460 rc |= cpqhp_resource_sort_and_combine(&(resources->mem_head)); in cpqhp_return_board_resources()
1461 rc |= cpqhp_resource_sort_and_combine(&(resources->p_mem_head)); in cpqhp_return_board_resources()
1462 rc |= cpqhp_resource_sort_and_combine(&(resources->io_head)); in cpqhp_return_board_resources()
1463 rc |= cpqhp_resource_sort_and_combine(&(resources->bus_head)); in cpqhp_return_board_resources()
H A Dcpqphp_ctrl.c409 rc = cpqhp_resource_sort_and_combine(head); in do_pre_bridge_resource_split()
480 rc = cpqhp_resource_sort_and_combine(head); in do_bridge_resource_split()
536 if (cpqhp_resource_sort_and_combine(head)) in get_io_resource()
630 if (cpqhp_resource_sort_and_combine(head)) in get_max_resource()
727 if (cpqhp_resource_sort_and_combine(head)) in get_resource()
804 * cpqhp_resource_sort_and_combine - sort nodes by base addresses and clean up
813 int cpqhp_resource_sort_and_combine(struct pci_resource **head) in cpqhp_resource_sort_and_combine() function
1536 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in board_added()
1537 cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head)); in board_added()
1538 cpqhp_resource_sort_and_combine( in board_added()
[all...]
H A Dcpqphp.h413 int cpqhp_resource_sort_and_combine(struct pci_resource **head);
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dcpqphp_nvram.c620 rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in compaq_nvram_load()
621 rc &= cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head)); in compaq_nvram_load()
622 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in compaq_nvram_load()
623 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in compaq_nvram_load()
H A Dcpqphp_pci.c1403 rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in cpqhp_find_available_resources()
1404 rc &= cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head)); in cpqhp_find_available_resources()
1405 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in cpqhp_find_available_resources()
1406 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in cpqhp_find_available_resources()
1462 rc |= cpqhp_resource_sort_and_combine(&(resources->mem_head)); in cpqhp_return_board_resources()
1463 rc |= cpqhp_resource_sort_and_combine(&(resources->p_mem_head)); in cpqhp_return_board_resources()
1464 rc |= cpqhp_resource_sort_and_combine(&(resources->io_head)); in cpqhp_return_board_resources()
1465 rc |= cpqhp_resource_sort_and_combine(&(resources->bus_head)); in cpqhp_return_board_resources()
H A Dcpqphp_ctrl.c409 rc = cpqhp_resource_sort_and_combine(head); in do_pre_bridge_resource_split()
480 rc = cpqhp_resource_sort_and_combine(head); in do_bridge_resource_split()
536 if (cpqhp_resource_sort_and_combine(head)) in get_io_resource()
630 if (cpqhp_resource_sort_and_combine(head)) in get_max_resource()
727 if (cpqhp_resource_sort_and_combine(head)) in get_resource()
804 * cpqhp_resource_sort_and_combine - sort nodes by base addresses and clean up
813 int cpqhp_resource_sort_and_combine(struct pci_resource **head) in cpqhp_resource_sort_and_combine() function
1534 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in board_added()
1535 cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head)); in board_added()
1536 cpqhp_resource_sort_and_combine( in board_added()
[all...]
H A Dcpqphp.h413 int cpqhp_resource_sort_and_combine(struct pci_resource **head);

Completed in 12 milliseconds