Lines Matching refs:res_lists
1418 struct resource_lists res_lists; in board_added() local
1524 res_lists.io_head = ctrl->io_head; in board_added()
1525 res_lists.mem_head = ctrl->mem_head; in board_added()
1526 res_lists.p_mem_head = ctrl->p_mem_head; in board_added()
1527 res_lists.bus_head = ctrl->bus_head; in board_added()
1528 res_lists.irqs = NULL; in board_added()
1530 rc = configure_new_device(ctrl, func, 0, &res_lists); in board_added()
1533 ctrl->io_head = res_lists.io_head; in board_added()
1534 ctrl->mem_head = res_lists.mem_head; in board_added()
1535 ctrl->p_mem_head = res_lists.p_mem_head; in board_added()
1536 ctrl->bus_head = res_lists.bus_head; in board_added()
1620 struct resource_lists res_lists; in remove_board() local
1678 res_lists.io_head = ctrl->io_head; in remove_board()
1679 res_lists.mem_head = ctrl->mem_head; in remove_board()
1680 res_lists.p_mem_head = ctrl->p_mem_head; in remove_board()
1681 res_lists.bus_head = ctrl->bus_head; in remove_board()
1683 cpqhp_return_board_resources(func, &res_lists); in remove_board()
1685 ctrl->io_head = res_lists.io_head; in remove_board()
1686 ctrl->mem_head = res_lists.mem_head; in remove_board()
1687 ctrl->p_mem_head = res_lists.p_mem_head; in remove_board()
1688 ctrl->bus_head = res_lists.bus_head; in remove_board()