Lines Matching defs:vendor

331 	unsigned short	vendor;  member
1786 static inline struct pci_dev *pci_get_device(unsigned int vendor, in pci_get_device()
1791 static inline struct pci_dev *pci_get_subsys(unsigned int vendor, in pci_get_subsys()
1984 u16 vendor; /* Or PCI_ANY_ID */ member
2007 #define ___DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2023 #define __DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2033 #define __DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2039 #define DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2045 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument
2052 #define DECLARE_PCI_FIXUP_CLASS_EARLY(vendor, device, class, \ argument
2056 #define DECLARE_PCI_FIXUP_CLASS_HEADER(vendor, device, class, \ argument
2060 #define DECLARE_PCI_FIXUP_CLASS_FINAL(vendor, device, class, \ argument
2064 #define DECLARE_PCI_FIXUP_CLASS_ENABLE(vendor, device, class, \ argument
2068 #define DECLARE_PCI_FIXUP_CLASS_RESUME(vendor, device, class, \ argument
2072 #define DECLARE_PCI_FIXUP_CLASS_RESUME_EARLY(vendor, device, class, \ argument
2076 #define DECLARE_PCI_FIXUP_CLASS_SUSPEND(vendor, device, class, \ argument
2080 #define DECLARE_PCI_FIXUP_CLASS_SUSPEND_LATE(vendor, device, class, \ argument
2085 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
2088 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
2091 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
2094 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
2097 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
2100 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
2103 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
2106 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument