Home | History | Annotate | Download | only in linux

Lines Matching refs:PCI_ANY_ID

180 #define for_each_pci_dev(d) while ((d = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, d)) != NULL)
367 * PCI_ANY_ID.
371 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID
380 * fields will be set to PCI_ANY_ID.
384 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \
385 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID
751 u16 vendor, device; /* You can use PCI_ANY_ID here of course */