Searched refs:bus_head (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_pci.c754 bus_node->next = func->bus_head;
755 func->bus_head = bus_node;
1388 bus_node->next = ctrl->bus_head;
1389 ctrl->bus_head = bus_node;
1391 bus_node->next = func->bus_head;
1392 func->bus_head = bus_node;
1406 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head));
1454 node = func->bus_head;
1455 func->bus_head = NULL;
1458 return_resource(&(resources->bus_head), nod
[all...]
H A Dcpqphp_ctrl.c1534 res_lists.bus_head = ctrl->bus_head;
1543 ctrl->bus_head = res_lists.bus_head;
1548 cpqhp_resource_sort_and_combine(&(ctrl->bus_head));
1641 else if (!func->bus_head && !func->mem_head &&
1649 if (temp_func->bus_head || temp_func->mem_head
1687 res_lists.bus_head = ctrl->bus_head;
1694 ctrl->bus_head
[all...]
H A Dcpqphp_nvram.c379 resNode = ctrl->bus_head;
628 bus_node->next = ctrl->bus_head;
629 ctrl->bus_head = bus_node;
638 rc &= cpqhp_resource_sort_and_combine(&(ctrl->bus_head));
H A Dcpqphp_sysfs.c68 res = ctrl->bus_head;
114 res = new_slot->bus_head;
H A Dcpqphp.h251 struct pci_resource *bus_head; member in struct:pci_func
294 struct pci_resource *bus_head; member in struct:controller
333 struct pci_resource *bus_head; member in struct:resource_lists
H A Dcpqphp_core.c1414 res = ctrl->bus_head;
1452 res = next->bus_head;

Completed in 167 milliseconds