Lines Matching refs:res_lists
1414 struct resource_lists res_lists; in board_added() local
1520 res_lists.io_head = ctrl->io_head; in board_added()
1521 res_lists.mem_head = ctrl->mem_head; in board_added()
1522 res_lists.p_mem_head = ctrl->p_mem_head; in board_added()
1523 res_lists.bus_head = ctrl->bus_head; in board_added()
1524 res_lists.irqs = NULL; in board_added()
1526 rc = configure_new_device(ctrl, func, 0, &res_lists); in board_added()
1529 ctrl->io_head = res_lists.io_head; in board_added()
1530 ctrl->mem_head = res_lists.mem_head; in board_added()
1531 ctrl->p_mem_head = res_lists.p_mem_head; in board_added()
1532 ctrl->bus_head = res_lists.bus_head; in board_added()
1615 struct resource_lists res_lists; in remove_board() local
1673 res_lists.io_head = ctrl->io_head; in remove_board()
1674 res_lists.mem_head = ctrl->mem_head; in remove_board()
1675 res_lists.p_mem_head = ctrl->p_mem_head; in remove_board()
1676 res_lists.bus_head = ctrl->bus_head; in remove_board()
1678 cpqhp_return_board_resources(func, &res_lists); in remove_board()
1680 ctrl->io_head = res_lists.io_head; in remove_board()
1681 ctrl->mem_head = res_lists.mem_head; in remove_board()
1682 ctrl->p_mem_head = res_lists.p_mem_head; in remove_board()
1683 ctrl->bus_head = res_lists.bus_head; in remove_board()