Lines Matching refs:hook

1991 	void (*hook)(struct pci_dev *dev);  member
2008 class_shift, hook) \ argument
2009 __ADDRESSABLE(hook) \
2014 ".long " #hook " - . \n" \
2024 class_shift, hook, stub) \ argument
2028 hook(dev); \
2034 class_shift, hook, stub) \ argument
2036 class_shift, hook)
2040 class_shift, hook) \ argument
2042 class_shift, hook, __UNIQUE_ID(hook))
2046 class_shift, hook) \ argument
2049 = { vendor, device, class, class_shift, hook };
2053 class_shift, hook) \ argument
2055 hook, vendor, device, class, class_shift, hook)
2057 class_shift, hook) \ argument
2059 hook, vendor, device, class, class_shift, hook)
2061 class_shift, hook) \ argument
2063 hook, vendor, device, class, class_shift, hook)
2065 class_shift, hook) \ argument
2067 hook, vendor, device, class, class_shift, hook)
2069 class_shift, hook) \ argument
2071 resume##hook, vendor, device, class, class_shift, hook)
2073 class_shift, hook) \ argument
2075 resume_early##hook, vendor, device, class, class_shift, hook)
2077 class_shift, hook) \ argument
2079 suspend##hook, vendor, device, class, class_shift, hook)
2081 class_shift, hook) \ argument
2083 suspend_late##hook, vendor, device, class, class_shift, hook)
2085 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
2087 hook, vendor, device, PCI_ANY_ID, 0, hook)
2088 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
2090 hook, vendor, device, PCI_ANY_ID, 0, hook)
2091 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
2093 hook, vendor, device, PCI_ANY_ID, 0, hook)
2094 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
2096 hook, vendor, device, PCI_ANY_ID, 0, hook)
2097 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
2099 resume##hook, vendor, device, PCI_ANY_ID, 0, hook)
2100 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
2102 resume_early##hook, vendor, device, PCI_ANY_ID, 0, hook)
2103 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
2105 suspend##hook, vendor, device, PCI_ANY_ID, 0, hook)
2106 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument
2108 suspend_late##hook, vendor, device, PCI_ANY_ID, 0, hook)