Lines Matching refs:res_lists
1432 struct resource_lists res_lists; in board_added() local
1538 res_lists.io_head = ctrl->io_head; in board_added()
1539 res_lists.mem_head = ctrl->mem_head; in board_added()
1540 res_lists.p_mem_head = ctrl->p_mem_head; in board_added()
1541 res_lists.bus_head = ctrl->bus_head; in board_added()
1542 res_lists.irqs = NULL; in board_added()
1544 rc = configure_new_device(ctrl, func, 0, &res_lists); in board_added()
1547 ctrl->io_head = res_lists.io_head; in board_added()
1548 ctrl->mem_head = res_lists.mem_head; in board_added()
1549 ctrl->p_mem_head = res_lists.p_mem_head; in board_added()
1550 ctrl->bus_head = res_lists.bus_head; in board_added()
1634 struct resource_lists res_lists; in remove_board() local
1692 res_lists.io_head = ctrl->io_head; in remove_board()
1693 res_lists.mem_head = ctrl->mem_head; in remove_board()
1694 res_lists.p_mem_head = ctrl->p_mem_head; in remove_board()
1695 res_lists.bus_head = ctrl->bus_head; in remove_board()
1697 cpqhp_return_board_resources(func, &res_lists); in remove_board()
1699 ctrl->io_head = res_lists.io_head; in remove_board()
1700 ctrl->mem_head = res_lists.mem_head; in remove_board()
1701 ctrl->p_mem_head = res_lists.p_mem_head; in remove_board()
1702 ctrl->bus_head = res_lists.bus_head; in remove_board()