Lines Matching defs:vendor

342 	unsigned short	vendor;  member
1970 static inline struct pci_dev *pci_get_device(unsigned int vendor, in pci_get_device()
1975 static inline struct pci_dev *pci_get_subsys(unsigned int vendor, in pci_get_subsys()
2184 u16 vendor; /* Or PCI_ANY_ID */ member
2207 #define ___DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2223 #define __DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2233 #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(section, name, vendor, device, class, \ argument
2252 #define DECLARE_PCI_FIXUP_CLASS_EARLY(vendor, device, class, \ argument
2256 #define DECLARE_PCI_FIXUP_CLASS_HEADER(vendor, device, class, \ argument
2260 #define DECLARE_PCI_FIXUP_CLASS_FINAL(vendor, device, class, \ argument
2264 #define DECLARE_PCI_FIXUP_CLASS_ENABLE(vendor, device, class, \ argument
2268 #define DECLARE_PCI_FIXUP_CLASS_RESUME(vendor, device, class, \ argument
2272 #define DECLARE_PCI_FIXUP_CLASS_RESUME_EARLY(vendor, device, class, \ argument
2276 #define DECLARE_PCI_FIXUP_CLASS_SUSPEND(vendor, device, class, \ argument
2280 #define DECLARE_PCI_FIXUP_CLASS_SUSPEND_LATE(vendor, device, class, \ argument
2285 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
2288 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
2291 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
2294 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
2297 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
2300 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
2303 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
2306 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument