Searched refs:res_lists (Results 1 – 1 of 1) sorted by relevance
1416 struct resource_lists res_lists; in board_added() local1522 res_lists.io_head = ctrl->io_head; in board_added()1523 res_lists.mem_head = ctrl->mem_head; in board_added()1525 res_lists.bus_head = ctrl->bus_head; in board_added()1526 res_lists.irqs = NULL; in board_added()1531 ctrl->io_head = res_lists.io_head; in board_added()1532 ctrl->mem_head = res_lists.mem_head; in board_added()1534 ctrl->bus_head = res_lists.bus_head; in board_added()1618 struct resource_lists res_lists; in remove_board() local1676 res_lists.io_head = ctrl->io_head; in remove_board()[all …]
Completed in 5 milliseconds