Lines Matching refs:hook

1976 	void (*hook)(struct pci_dev *dev);  member
1993 class_shift, hook) \ argument
1994 __ADDRESSABLE(hook) \
1999 ".long " #hook " - . \n" \
2009 class_shift, hook, stub) \ argument
2013 hook(dev); \
2019 class_shift, hook, stub) \ argument
2021 class_shift, hook)
2025 class_shift, hook) \ argument
2027 class_shift, hook, __UNIQUE_ID(hook))
2031 class_shift, hook) \ argument
2034 = { vendor, device, class, class_shift, hook };
2038 class_shift, hook) \ argument
2040 hook, vendor, device, class, class_shift, hook)
2042 class_shift, hook) \ argument
2044 hook, vendor, device, class, class_shift, hook)
2046 class_shift, hook) \ argument
2048 hook, vendor, device, class, class_shift, hook)
2050 class_shift, hook) \ argument
2052 hook, vendor, device, class, class_shift, hook)
2054 class_shift, hook) \ argument
2056 resume##hook, vendor, device, class, class_shift, hook)
2058 class_shift, hook) \ argument
2060 resume_early##hook, vendor, device, class, class_shift, hook)
2062 class_shift, hook) \ argument
2064 suspend##hook, vendor, device, class, class_shift, hook)
2066 class_shift, hook) \ argument
2068 suspend_late##hook, vendor, device, class, class_shift, hook)
2070 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
2072 hook, vendor, device, PCI_ANY_ID, 0, hook)
2073 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
2075 hook, vendor, device, PCI_ANY_ID, 0, hook)
2076 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
2078 hook, vendor, device, PCI_ANY_ID, 0, hook)
2079 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
2081 hook, vendor, device, PCI_ANY_ID, 0, hook)
2082 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
2084 resume##hook, vendor, device, PCI_ANY_ID, 0, hook)
2085 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
2087 resume_early##hook, vendor, device, PCI_ANY_ID, 0, hook)
2088 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
2090 suspend##hook, vendor, device, PCI_ANY_ID, 0, hook)
2091 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument
2093 suspend_late##hook, vendor, device, PCI_ANY_ID, 0, hook)