Lines Matching refs:hook

1899 	void (*hook)(struct pci_dev *dev);  member
1916 class_shift, hook) \ argument
1917 __ADDRESSABLE(hook) \
1922 ".long " #hook " - . \n" \
1925 class_shift, hook) \ argument
1927 class_shift, hook)
1931 class_shift, hook) \ argument
1934 = { vendor, device, class, class_shift, hook };
1938 class_shift, hook) \ argument
1940 hook, vendor, device, class, class_shift, hook)
1942 class_shift, hook) \ argument
1944 hook, vendor, device, class, class_shift, hook)
1946 class_shift, hook) \ argument
1948 hook, vendor, device, class, class_shift, hook)
1950 class_shift, hook) \ argument
1952 hook, vendor, device, class, class_shift, hook)
1954 class_shift, hook) \ argument
1956 resume##hook, vendor, device, class, class_shift, hook)
1958 class_shift, hook) \ argument
1960 resume_early##hook, vendor, device, class, class_shift, hook)
1962 class_shift, hook) \ argument
1964 suspend##hook, vendor, device, class, class_shift, hook)
1966 class_shift, hook) \ argument
1968 suspend_late##hook, vendor, device, class, class_shift, hook)
1970 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
1972 hook, vendor, device, PCI_ANY_ID, 0, hook)
1973 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
1975 hook, vendor, device, PCI_ANY_ID, 0, hook)
1976 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
1978 hook, vendor, device, PCI_ANY_ID, 0, hook)
1979 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
1981 hook, vendor, device, PCI_ANY_ID, 0, hook)
1982 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
1984 resume##hook, vendor, device, PCI_ANY_ID, 0, hook)
1985 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
1987 resume_early##hook, vendor, device, PCI_ANY_ID, 0, hook)
1988 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
1990 suspend##hook, vendor, device, PCI_ANY_ID, 0, hook)
1991 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument
1993 suspend_late##hook, vendor, device, PCI_ANY_ID, 0, hook)