Lines Matching refs:hook

1818 	void (*hook)(struct pci_dev *dev);  member
1835 class_shift, hook) \ argument
1836 __ADDRESSABLE(hook) \
1841 ".long " #hook " - . \n" \
1844 class_shift, hook) \ argument
1846 class_shift, hook)
1850 class_shift, hook) \ argument
1853 = { vendor, device, class, class_shift, hook };
1857 class_shift, hook) \ argument
1859 hook, vendor, device, class, class_shift, hook)
1861 class_shift, hook) \ argument
1863 hook, vendor, device, class, class_shift, hook)
1865 class_shift, hook) \ argument
1867 hook, vendor, device, class, class_shift, hook)
1869 class_shift, hook) \ argument
1871 hook, vendor, device, class, class_shift, hook)
1873 class_shift, hook) \ argument
1875 resume##hook, vendor, device, class, class_shift, hook)
1877 class_shift, hook) \ argument
1879 resume_early##hook, vendor, device, class, class_shift, hook)
1881 class_shift, hook) \ argument
1883 suspend##hook, vendor, device, class, class_shift, hook)
1885 class_shift, hook) \ argument
1887 suspend_late##hook, vendor, device, class, class_shift, hook)
1889 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
1891 hook, vendor, device, PCI_ANY_ID, 0, hook)
1892 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
1894 hook, vendor, device, PCI_ANY_ID, 0, hook)
1895 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
1897 hook, vendor, device, PCI_ANY_ID, 0, hook)
1898 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
1900 hook, vendor, device, PCI_ANY_ID, 0, hook)
1901 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
1903 resume##hook, vendor, device, PCI_ANY_ID, 0, hook)
1904 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
1906 resume_early##hook, vendor, device, PCI_ANY_ID, 0, hook)
1907 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
1909 suspend##hook, vendor, device, PCI_ANY_ID, 0, hook)
1910 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument
1912 suspend_late##hook, vendor, device, PCI_ANY_ID, 0, hook)