Home
last modified time | relevance | path

Searched refs:cpqhp_resource_sort_and_combine (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_nvram.c637 rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in compaq_nvram_load()
638 rc &= cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head)); in compaq_nvram_load()
639 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in compaq_nvram_load()
640 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in compaq_nvram_load()
Dcpqphp_pci.c1405 rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in cpqhp_find_available_resources()
1406 rc &= cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head)); in cpqhp_find_available_resources()
1407 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in cpqhp_find_available_resources()
1408 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in cpqhp_find_available_resources()
1464 rc |= cpqhp_resource_sort_and_combine(&(resources->mem_head)); in cpqhp_return_board_resources()
1465 rc |= cpqhp_resource_sort_and_combine(&(resources->p_mem_head)); in cpqhp_return_board_resources()
1466 rc |= cpqhp_resource_sort_and_combine(&(resources->io_head)); in cpqhp_return_board_resources()
1467 rc |= cpqhp_resource_sort_and_combine(&(resources->bus_head)); in cpqhp_return_board_resources()
Dcpqphp_ctrl.c423 rc = cpqhp_resource_sort_and_combine(head); in do_pre_bridge_resource_split()
494 rc = cpqhp_resource_sort_and_combine(head); in do_bridge_resource_split()
550 if (cpqhp_resource_sort_and_combine(head)) in get_io_resource()
644 if (cpqhp_resource_sort_and_combine(head)) in get_max_resource()
741 if (cpqhp_resource_sort_and_combine(head)) in get_resource()
827 int cpqhp_resource_sort_and_combine(struct pci_resource **head) in cpqhp_resource_sort_and_combine() function
1552 cpqhp_resource_sort_and_combine(&(ctrl->mem_head)); in board_added()
1553 cpqhp_resource_sort_and_combine(&(ctrl->p_mem_head)); in board_added()
1554 cpqhp_resource_sort_and_combine(&(ctrl->io_head)); in board_added()
1555 cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in board_added()
[all …]
Dcpqphp.h427 int cpqhp_resource_sort_and_combine (struct pci_resource **head);