Lines Matching defs:hook
2190 void (*hook)(struct pci_dev *dev); member
2207 class_shift, hook) \ argument
2223 class_shift, hook, stub) \ argument
2233 class_shift, hook, stub) \ argument
2239 class_shift, hook) \ argument
2245 class_shift, hook) \ argument
2252 class_shift, hook) \ argument
2256 class_shift, hook) \ argument
2260 class_shift, hook) \ argument
2264 class_shift, hook) \ argument
2268 class_shift, hook) \ argument
2272 class_shift, hook) \ argument
2276 class_shift, hook) \ argument
2280 class_shift, hook) \ argument
2284 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
2287 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
2290 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
2293 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
2296 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
2299 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
2302 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
2305 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument