Lines Matching defs:hook
2191 void (*hook)(struct pci_dev *dev); member
2208 class_shift, hook) \ argument
2224 class_shift, hook, stub) \ argument
2234 class_shift, hook, stub) \ argument
2240 class_shift, hook) \ argument
2246 class_shift, hook) \ argument
2253 class_shift, hook) \ argument
2257 class_shift, hook) \ argument
2261 class_shift, hook) \ argument
2265 class_shift, hook) \ argument
2269 class_shift, hook) \ argument
2273 class_shift, hook) \ argument
2277 class_shift, hook) \ argument
2281 class_shift, hook) \ 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