Lines Matching refs:hook
2128 void (*hook)(struct pci_dev *dev); member
2145 class_shift, hook) \ argument
2146 __ADDRESSABLE(hook) \
2151 ".long " #hook " - . \n" \
2161 class_shift, hook, stub) \ argument
2165 hook(dev); \
2171 class_shift, hook, stub) \ argument
2173 class_shift, hook)
2177 class_shift, hook) \ argument
2179 class_shift, hook, __UNIQUE_ID(hook))
2183 class_shift, hook) \ argument
2186 = { vendor, device, class, class_shift, hook };
2190 class_shift, hook) \ argument
2192 hook, vendor, device, class, class_shift, hook)
2194 class_shift, hook) \ argument
2196 hook, vendor, device, class, class_shift, hook)
2198 class_shift, hook) \ argument
2200 hook, vendor, device, class, class_shift, hook)
2202 class_shift, hook) \ argument
2204 hook, vendor, device, class, class_shift, hook)
2206 class_shift, hook) \ argument
2208 resume##hook, vendor, device, class, class_shift, hook)
2210 class_shift, hook) \ argument
2212 resume_early##hook, vendor, device, class, class_shift, hook)
2214 class_shift, hook) \ argument
2216 suspend##hook, vendor, device, class, class_shift, hook)
2218 class_shift, hook) \ argument
2220 suspend_late##hook, vendor, device, class, class_shift, hook)
2222 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
2224 hook, vendor, device, PCI_ANY_ID, 0, hook)
2225 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
2227 hook, vendor, device, PCI_ANY_ID, 0, hook)
2228 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
2230 hook, vendor, device, PCI_ANY_ID, 0, hook)
2231 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
2233 hook, vendor, device, PCI_ANY_ID, 0, hook)
2234 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
2236 resume##hook, vendor, device, PCI_ANY_ID, 0, hook)
2237 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
2239 resume_early##hook, vendor, device, PCI_ANY_ID, 0, hook)
2240 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
2242 suspend##hook, vendor, device, PCI_ANY_ID, 0, hook)
2243 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument
2245 suspend_late##hook, vendor, device, PCI_ANY_ID, 0, hook)