Lines Matching refs:t7xx_pci_dev
63 struct t7xx_pci_dev { struct
104 int (*suspend)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
105 void (*suspend_late)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
106 void (*resume_early)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
107 int (*resume)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
112 void t7xx_pci_disable_sleep(struct t7xx_pci_dev *t7xx_dev);
113 void t7xx_pci_enable_sleep(struct t7xx_pci_dev *t7xx_dev);
114 int t7xx_pci_sleep_disable_complete(struct t7xx_pci_dev *t7xx_dev);
115 int t7xx_pci_pm_entity_register(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity);
116 int t7xx_pci_pm_entity_unregister(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity);
117 void t7xx_pci_pm_init_late(struct t7xx_pci_dev *t7xx_dev);
118 void t7xx_pci_pm_exp_detected(struct t7xx_pci_dev *t7xx_dev);