Lines Matching refs:hook
1936 void (*hook)(struct pci_dev *dev); member
1953 class_shift, hook, stub) \ argument
1957 hook(dev); \
1967 class_shift, hook, stub) \ argument
1969 class_shift, hook, stub)
1971 class_shift, hook) \ argument
1973 class_shift, hook, __UNIQUE_ID(hook))
1977 class_shift, hook) \ argument
1980 = { vendor, device, class, class_shift, hook };
1984 class_shift, hook) \ argument
1986 hook, vendor, device, class, class_shift, hook)
1988 class_shift, hook) \ argument
1990 hook, vendor, device, class, class_shift, hook)
1992 class_shift, hook) \ argument
1994 hook, vendor, device, class, class_shift, hook)
1996 class_shift, hook) \ argument
1998 hook, vendor, device, class, class_shift, hook)
2000 class_shift, hook) \ argument
2002 resume##hook, vendor, device, class, class_shift, hook)
2004 class_shift, hook) \ argument
2006 resume_early##hook, vendor, device, class, class_shift, hook)
2008 class_shift, hook) \ argument
2010 suspend##hook, vendor, device, class, class_shift, hook)
2012 class_shift, hook) \ argument
2014 suspend_late##hook, vendor, device, class, class_shift, hook)
2016 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
2018 hook, vendor, device, PCI_ANY_ID, 0, hook)
2019 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
2021 hook, vendor, device, PCI_ANY_ID, 0, hook)
2022 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
2024 hook, vendor, device, PCI_ANY_ID, 0, hook)
2025 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
2027 hook, vendor, device, PCI_ANY_ID, 0, hook)
2028 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
2030 resume##hook, vendor, device, PCI_ANY_ID, 0, hook)
2031 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
2033 resume_early##hook, vendor, device, PCI_ANY_ID, 0, hook)
2034 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
2036 suspend##hook, vendor, device, PCI_ANY_ID, 0, hook)
2037 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument
2039 suspend_late##hook, vendor, device, PCI_ANY_ID, 0, hook)