Lines Matching refs:hook
2191 void (*hook)(struct pci_dev *dev); member
2208 class_shift, hook) \ argument
2209 __ADDRESSABLE(hook) \
2214 ".long " #hook " - . \n" \
2224 class_shift, hook, stub) \ argument
2228 hook(dev); \
2234 class_shift, hook, stub) \ argument
2236 class_shift, hook)
2240 class_shift, hook) \ argument
2242 class_shift, hook, __UNIQUE_ID(hook))
2246 class_shift, hook) \ argument
2249 = { vendor, device, class, class_shift, hook };
2253 class_shift, hook) \ argument
2255 hook, vendor, device, class, class_shift, hook)
2257 class_shift, hook) \ argument
2259 hook, vendor, device, class, class_shift, hook)
2261 class_shift, hook) \ argument
2263 hook, vendor, device, class, class_shift, hook)
2265 class_shift, hook) \ argument
2267 hook, vendor, device, class, class_shift, hook)
2269 class_shift, hook) \ argument
2271 resume##hook, vendor, device, class, class_shift, hook)
2273 class_shift, hook) \ argument
2275 resume_early##hook, vendor, device, class, class_shift, hook)
2277 class_shift, hook) \ argument
2279 suspend##hook, vendor, device, class, class_shift, hook)
2281 class_shift, hook) \ argument
2283 suspend_late##hook, vendor, device, class, class_shift, hook)
2285 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
2287 hook, vendor, device, PCI_ANY_ID, 0, hook)
2288 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
2290 hook, vendor, device, PCI_ANY_ID, 0, hook)
2291 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
2293 hook, vendor, device, PCI_ANY_ID, 0, hook)
2294 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
2296 hook, vendor, device, PCI_ANY_ID, 0, hook)
2297 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
2299 resume##hook, vendor, device, PCI_ANY_ID, 0, hook)
2300 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
2302 resume_early##hook, vendor, device, PCI_ANY_ID, 0, hook)
2303 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
2305 suspend##hook, vendor, device, PCI_ANY_ID, 0, hook)
2306 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument
2308 suspend_late##hook, vendor, device, PCI_ANY_ID, 0, hook)