Lines Matching refs:hook

1566 	void (*hook)(struct pci_dev *dev);  member
1582 class_shift, hook) \ argument
1585 = { vendor, device, class, class_shift, hook };
1588 class_shift, hook) \ argument
1590 hook, vendor, device, class, class_shift, hook)
1592 class_shift, hook) \ argument
1594 hook, vendor, device, class, class_shift, hook)
1596 class_shift, hook) \ argument
1598 hook, vendor, device, class, class_shift, hook)
1600 class_shift, hook) \ argument
1602 hook, vendor, device, class, class_shift, hook)
1604 class_shift, hook) \ argument
1606 resume##hook, vendor, device, class, \
1607 class_shift, hook)
1609 class_shift, hook) \ argument
1611 resume_early##hook, vendor, device, \
1612 class, class_shift, hook)
1614 class_shift, hook) \ argument
1616 suspend##hook, vendor, device, class, \
1617 class_shift, hook)
1619 class_shift, hook) \ argument
1621 suspend_late##hook, vendor, device, \
1622 class, class_shift, hook)
1624 #define DECLARE_PCI_FIXUP_EARLY(vendor, device, hook) \ argument
1626 hook, vendor, device, PCI_ANY_ID, 0, hook)
1627 #define DECLARE_PCI_FIXUP_HEADER(vendor, device, hook) \ argument
1629 hook, vendor, device, PCI_ANY_ID, 0, hook)
1630 #define DECLARE_PCI_FIXUP_FINAL(vendor, device, hook) \ argument
1632 hook, vendor, device, PCI_ANY_ID, 0, hook)
1633 #define DECLARE_PCI_FIXUP_ENABLE(vendor, device, hook) \ argument
1635 hook, vendor, device, PCI_ANY_ID, 0, hook)
1636 #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ argument
1638 resume##hook, vendor, device, \
1639 PCI_ANY_ID, 0, hook)
1640 #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ argument
1642 resume_early##hook, vendor, device, \
1643 PCI_ANY_ID, 0, hook)
1644 #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ argument
1646 suspend##hook, vendor, device, \
1647 PCI_ANY_ID, 0, hook)
1648 #define DECLARE_PCI_FIXUP_SUSPEND_LATE(vendor, device, hook) \ argument
1650 suspend_late##hook, vendor, device, \
1651 PCI_ANY_ID, 0, hook)