Searched refs:pci_devices (Results 1 - 5 of 5) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dpcbios.c372 while (!list_empty(&pci_devices)) {
373 ln = pci_devices.next;
378 list_for_each(ln, &pci_devices) {
387 if (ln == &pci_devices) {
402 list_splice(&sorted_devices, &pci_devices);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dbus.c88 list_add_tail(&dev->global_list, &pci_devices);
H A Dprobe.c23 LIST_HEAD(pci_devices); variable
1237 list_for_each_entry_safe(dev, tmp, &pci_devices, global_list) {
1240 list_splice(&sorted_devices, &pci_devices);
H A Dsearch.c202 if (unlikely(list_empty(&pci_devices)))
205 n = from ? from->global_list.next : pci_devices.next;
207 while (n && (n != &pci_devices)) {
277 if (unlikely(list_empty(&pci_devices)))
280 n = from ? from->global_list.next : pci_devices.next;
282 while (n && (n != &pci_devices)) {
342 n = from ? from->global_list.prev : pci_devices.prev;
344 while (n && (n != &pci_devices)) {
380 n = from ? from->global_list.next : pci_devices.next;
382 while (n && (n != &pci_devices)) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h433 extern struct list_head pci_devices; /* list of all devices */

Completed in 106 milliseconds