Lines Matching refs:bus_head
740 bus_node->next = func->bus_head; in cpqhp_save_used_resources()
741 func->bus_head = bus_node; in cpqhp_save_used_resources()
1387 bus_node->next = ctrl->bus_head; in cpqhp_find_available_resources()
1388 ctrl->bus_head = bus_node; in cpqhp_find_available_resources()
1390 bus_node->next = func->bus_head; in cpqhp_find_available_resources()
1391 func->bus_head = bus_node; in cpqhp_find_available_resources()
1406 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head)); in cpqhp_find_available_resources()
1454 node = func->bus_head; in cpqhp_return_board_resources()
1455 func->bus_head = NULL; in cpqhp_return_board_resources()
1458 return_resource(&(resources->bus_head), node); in cpqhp_return_board_resources()
1465 rc |= cpqhp_resource_sort_and_combine(&(resources->bus_head)); in cpqhp_return_board_resources()
1507 res = resources->bus_head; in cpqhp_destroy_resource_list()
1508 resources->bus_head = NULL; in cpqhp_destroy_resource_list()
1554 res = func->bus_head; in cpqhp_destroy_board_resources()
1555 func->bus_head = NULL; in cpqhp_destroy_board_resources()