Lines Matching refs:t7xx_dev
120 int (*suspend)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
121 void (*suspend_late)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
122 void (*resume_early)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
123 int (*resume)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
128 void t7xx_pci_disable_sleep(struct t7xx_pci_dev *t7xx_dev);
129 void t7xx_pci_enable_sleep(struct t7xx_pci_dev *t7xx_dev);
130 int t7xx_pci_sleep_disable_complete(struct t7xx_pci_dev *t7xx_dev);
131 int t7xx_pci_pm_entity_register(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity);
132 int t7xx_pci_pm_entity_unregister(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity);
133 void t7xx_pci_pm_init_late(struct t7xx_pci_dev *t7xx_dev);
134 void t7xx_pci_pm_exp_detected(struct t7xx_pci_dev *t7xx_dev);
135 void t7xx_mode_update(struct t7xx_pci_dev *t7xx_dev, enum t7xx_mode mode);
136 int t7xx_pci_reprobe(struct t7xx_pci_dev *t7xx_dev, bool boot);
137 int t7xx_pci_reprobe_early(struct t7xx_pci_dev *t7xx_dev);