Searched refs:PCI_ANY_ID (Results 1 – 3 of 3) sorted by relevance
107 #define PCI_ANY_ID (~0) macro111 .subsystem_vendor = PCI_ANY_ID, \112 .subsystem_device = PCI_ANY_ID115 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \116 .subsystem_vendor = PCI_ANY_ID, \117 .subsystem_device = PCI_ANY_ID, \
92 pdev->subsystem_vendor = PCI_ANY_ID; in rt_pci_alloc_device()93 pdev->subsystem_device = PCI_ANY_ID; in rt_pci_alloc_device()114 rt_uint16_t vendor = PCI_ANY_ID, device = PCI_ANY_ID; in rt_pci_scan_single_device()124 if (vendor == (typeof(vendor))PCI_ANY_ID || in rt_pci_scan_single_device()
864 if ((id->vendor == PCI_ANY_ID || id->vendor == pdev->vendor) && in rt_pci_match_id()865 (id->device == PCI_ANY_ID || id->device == pdev->device) && in rt_pci_match_id()866 (id->subsystem_vendor == PCI_ANY_ID || id->subsystem_vendor == pdev->subsystem_vendor) && in rt_pci_match_id()867 (id->subsystem_device == PCI_ANY_ID || id->subsystem_device == pdev->subsystem_device) && in rt_pci_match_id()
Completed in 8 milliseconds