cpqhp_resource_sort_and_combine  413 drivers/pci/hotplug/cpqphp.h int	cpqhp_resource_sort_and_combine(struct pci_resource **head);
cpqhp_resource_sort_and_combine  409 drivers/pci/hotplug/cpqphp_ctrl.c 	rc = cpqhp_resource_sort_and_combine(head);
cpqhp_resource_sort_and_combine  480 drivers/pci/hotplug/cpqphp_ctrl.c 	rc = cpqhp_resource_sort_and_combine(head);
cpqhp_resource_sort_and_combine  536 drivers/pci/hotplug/cpqphp_ctrl.c 	if (cpqhp_resource_sort_and_combine(head))
cpqhp_resource_sort_and_combine  630 drivers/pci/hotplug/cpqphp_ctrl.c 	if (cpqhp_resource_sort_and_combine(head))
cpqhp_resource_sort_and_combine  727 drivers/pci/hotplug/cpqphp_ctrl.c 	if (cpqhp_resource_sort_and_combine(head))
cpqhp_resource_sort_and_combine 1536 drivers/pci/hotplug/cpqphp_ctrl.c 		cpqhp_resource_sort_and_combine(&(ctrl->mem_head));
cpqhp_resource_sort_and_combine 1537 drivers/pci/hotplug/cpqphp_ctrl.c 		cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head));
cpqhp_resource_sort_and_combine 1538 drivers/pci/hotplug/cpqphp_ctrl.c 		cpqhp_resource_sort_and_combine(&(ctrl->io_head));
cpqhp_resource_sort_and_combine 1539 drivers/pci/hotplug/cpqphp_ctrl.c 		cpqhp_resource_sort_and_combine(&(ctrl->bus_head));
cpqhp_resource_sort_and_combine 1688 drivers/pci/hotplug/cpqphp_ctrl.c 			cpqhp_resource_sort_and_combine(&(ctrl->mem_head));
cpqhp_resource_sort_and_combine 1689 drivers/pci/hotplug/cpqphp_ctrl.c 			cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head));
cpqhp_resource_sort_and_combine 1690 drivers/pci/hotplug/cpqphp_ctrl.c 			cpqhp_resource_sort_and_combine(&(ctrl->io_head));
cpqhp_resource_sort_and_combine 1691 drivers/pci/hotplug/cpqphp_ctrl.c 			cpqhp_resource_sort_and_combine(&(ctrl->bus_head));
cpqhp_resource_sort_and_combine  623 drivers/pci/hotplug/cpqphp_nvram.c 		rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head));
cpqhp_resource_sort_and_combine  624 drivers/pci/hotplug/cpqphp_nvram.c 		rc &= cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head));
cpqhp_resource_sort_and_combine  625 drivers/pci/hotplug/cpqphp_nvram.c 		rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head));
cpqhp_resource_sort_and_combine  626 drivers/pci/hotplug/cpqphp_nvram.c 		rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head));
cpqhp_resource_sort_and_combine 1401 drivers/pci/hotplug/cpqphp_pci.c 	rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head));
cpqhp_resource_sort_and_combine 1402 drivers/pci/hotplug/cpqphp_pci.c 	rc &= cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head));
cpqhp_resource_sort_and_combine 1403 drivers/pci/hotplug/cpqphp_pci.c 	rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head));
cpqhp_resource_sort_and_combine 1404 drivers/pci/hotplug/cpqphp_pci.c 	rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head));
cpqhp_resource_sort_and_combine 1460 drivers/pci/hotplug/cpqphp_pci.c 	rc |= cpqhp_resource_sort_and_combine(&(resources->mem_head));
cpqhp_resource_sort_and_combine 1461 drivers/pci/hotplug/cpqphp_pci.c 	rc |= cpqhp_resource_sort_and_combine(&(resources->p_mem_head));
cpqhp_resource_sort_and_combine 1462 drivers/pci/hotplug/cpqphp_pci.c 	rc |= cpqhp_resource_sort_and_combine(&(resources->io_head));
cpqhp_resource_sort_and_combine 1463 drivers/pci/hotplug/cpqphp_pci.c 	rc |= cpqhp_resource_sort_and_combine(&(resources->bus_head));