Lines Matching refs:node
1423 struct pci_resource *node;
1430 node = func->io_head;
1432 while (node) {
1433 t_node = node->next;
1434 return_resource(&(resources->io_head), node);
1435 node = t_node;
1438 node = func->mem_head;
1440 while (node) {
1441 t_node = node->next;
1442 return_resource(&(resources->mem_head), node);
1443 node = t_node;
1446 node = func->p_mem_head;
1448 while (node) {
1449 t_node = node->next;
1450 return_resource(&(resources->p_mem_head), node);
1451 node = t_node;
1454 node = func->bus_head;
1456 while (node) {
1457 t_node = node->next;
1458 return_resource(&(resources->bus_head), node);
1459 node = t_node;
1474 * Puts node back in the resource list pointed to by head
1521 * Puts node back in the resource list pointed to by head