Lines Matching refs:hook
1884 void (*hook)(struct pci_dev *dev); member
1901 class_shift, hook) \ argument
1902 __ADDRESSABLE(hook) \
1907 ".long " #hook " - . \n" \
1910 class_shift, hook) \ argument
1912 class_shift, hook)
1916 class_shift, hook) \ argument
1919 = { vendor, device, class, class_shift, hook };
1923 class_shift, hook) \ argument
1925 hook, vendor, device, class, class_shift, hook)
1927 class_shift, hook) \ argument
1929 hook, vendor, device, class, class_shift, hook)
1931 class_shift, hook) \ argument
1933 hook, vendor, device, class, class_shift, hook)
1935 class_shift, hook) \ argument
1937 hook, vendor, device, class, class_shift, hook)
1939 class_shift, hook) \ argument
1941 resume##hook, vendor, device, class, class_shift, hook)
1943 class_shift, hook) \ argument
1945 resume_early##hook, vendor, device, class, class_shift, hook)
1947 class_shift, hook) \ argument
1949 suspend##hook, vendor, device, class, class_shift, hook)
1951 class_shift, hook) \ argument
1953 suspend_late##hook, vendor, device, class, class_shift, hook)
1955 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
1957 hook, vendor, device, PCI_ANY_ID, 0, hook)
1958 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
1960 hook, vendor, device, PCI_ANY_ID, 0, hook)
1961 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
1963 hook, vendor, device, PCI_ANY_ID, 0, hook)
1964 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
1966 hook, vendor, device, PCI_ANY_ID, 0, hook)
1967 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
1969 resume##hook, vendor, device, PCI_ANY_ID, 0, hook)
1970 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
1972 resume_early##hook, vendor, device, PCI_ANY_ID, 0, hook)
1973 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
1975 suspend##hook, vendor, device, PCI_ANY_ID, 0, hook)
1976 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument
1978 suspend_late##hook, vendor, device, PCI_ANY_ID, 0, hook)