Lines Matching defs:vendor
320 unsigned short vendor; member
1764 static inline struct pci_dev *pci_get_device(unsigned int vendor, in pci_get_device()
1769 static inline struct pci_dev *pci_get_subsys(unsigned int vendor, in pci_get_subsys()
1969 u16 vendor; /* Or PCI_ANY_ID */ member
1992 #define ___DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2008 #define __DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2018 #define __DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2024 #define DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
2030 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument
2037 #define DECLARE_PCI_FIXUP_CLASS_EARLY(vendor, device, class, \ argument
2041 #define DECLARE_PCI_FIXUP_CLASS_HEADER(vendor, device, class, \ argument
2045 #define DECLARE_PCI_FIXUP_CLASS_FINAL(vendor, device, class, \ argument
2049 #define DECLARE_PCI_FIXUP_CLASS_ENABLE(vendor, device, class, \ argument
2053 #define DECLARE_PCI_FIXUP_CLASS_RESUME(vendor, device, class, \ argument
2057 #define DECLARE_PCI_FIXUP_CLASS_RESUME_EARLY(vendor, device, class, \ argument
2061 #define DECLARE_PCI_FIXUP_CLASS_SUSPEND(vendor, device, class, \ argument
2065 #define DECLARE_PCI_FIXUP_CLASS_SUSPEND_LATE(vendor, device, class, \ argument
2070 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
2073 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
2076 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
2079 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
2082 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
2085 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
2088 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
2091 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument