Lines Matching refs:hook

1530 	void (*hook)(struct pci_dev *dev);  member
1546 class_shift, hook) \ argument
1549 = { vendor, device, class, class_shift, hook };
1552 class_shift, hook) \ argument
1554 hook, vendor, device, class, class_shift, hook)
1556 class_shift, hook) \ argument
1558 hook, vendor, device, class, class_shift, hook)
1560 class_shift, hook) \ argument
1562 hook, vendor, device, class, class_shift, hook)
1564 class_shift, hook) \ argument
1566 hook, vendor, device, class, class_shift, hook)
1568 class_shift, hook) \ argument
1570 resume##hook, vendor, device, class, \
1571 class_shift, hook)
1573 class_shift, hook) \ argument
1575 resume_early##hook, vendor, device, \
1576 class, class_shift, hook)
1578 class_shift, hook) \ argument
1580 suspend##hook, vendor, device, class, \
1581 class_shift, hook)
1583 class_shift, hook) \ argument
1585 suspend_late##hook, vendor, device, \
1586 class, class_shift, hook)
1588 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
1590 hook, vendor, device, PCI_ANY_ID, 0, hook)
1591 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
1593 hook, vendor, device, PCI_ANY_ID, 0, hook)
1594 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
1596 hook, vendor, device, PCI_ANY_ID, 0, hook)
1597 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
1599 hook, vendor, device, PCI_ANY_ID, 0, hook)
1600 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
1602 resume##hook, vendor, device, \
1603 PCI_ANY_ID, 0, hook)
1604 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
1606 resume_early##hook, vendor, device, \
1607 PCI_ANY_ID, 0, hook)
1608 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
1610 suspend##hook, vendor, device, \
1611 PCI_ANY_ID, 0, hook)
1612 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument
1614 suspend_late##hook, vendor, device, \
1615 PCI_ANY_ID, 0, hook)