Lines Matching defs:hook
2128 void (*hook)(struct pci_dev *dev); member
2145 class_shift, hook) \ argument
2161 class_shift, hook, stub) \ argument
2171 class_shift, hook, stub) \ argument
2177 class_shift, hook) \ argument
2183 class_shift, hook) \ argument
2190 class_shift, hook) \ argument
2194 class_shift, hook) \ argument
2198 class_shift, hook) \ argument
2202 class_shift, hook) \ argument
2206 class_shift, hook) \ argument
2210 class_shift, hook) \ argument
2214 class_shift, hook) \ argument
2218 class_shift, hook) \ argument
2222 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
2225 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
2228 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
2231 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
2234 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
2237 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
2240 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
2243 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument