Lines Matching defs:vendor
332 unsigned short vendor; member
1975 static inline struct pci_dev *pci_get_device(unsigned int vendor, in pci_get_device()
1980 static inline struct pci_dev *pci_get_subsys(unsigned int vendor, in pci_get_subsys()
2190 u16 vendor; /* Or PCI_ANY_ID */ member
2213 #define ___DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2229 #define __DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2239 #define __DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2245 #define DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2251 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument
2258 #define DECLARE_PCI_FIXUP_CLASS_EARLY(vendor, device, class, \ argument
2262 #define DECLARE_PCI_FIXUP_CLASS_HEADER(vendor, device, class, \ argument
2266 #define DECLARE_PCI_FIXUP_CLASS_FINAL(vendor, device, class, \ argument
2270 #define DECLARE_PCI_FIXUP_CLASS_ENABLE(vendor, device, class, \ argument
2274 #define DECLARE_PCI_FIXUP_CLASS_RESUME(vendor, device, class, \ argument
2278 #define DECLARE_PCI_FIXUP_CLASS_RESUME_EARLY(vendor, device, class, \ argument
2282 #define DECLARE_PCI_FIXUP_CLASS_SUSPEND(vendor, device, class, \ argument
2286 #define DECLARE_PCI_FIXUP_CLASS_SUSPEND_LATE(vendor, device, class, \ argument
2291 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
2294 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
2297 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
2300 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
2303 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
2306 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
2309 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
2312 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument