Searched refs:entity_param (Results 1 – 3 of 3) sorted by relevance
121 int (*suspend)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);122 void (*suspend_late)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);123 void (*resume_early)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);124 int (*resume)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);126 void *entity_param; member
1128 static void t7xx_cldma_resume_early(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_resume_early() argument1130 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_resume_early()1153 static int t7xx_cldma_resume(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_resume() argument1155 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_resume()1170 static void t7xx_cldma_suspend_late(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_suspend_late() argument1172 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_suspend_late()1188 static int t7xx_cldma_suspend(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_suspend() argument1190 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_suspend()1216 md_ctrl->pm_entity->entity_param = md_ctrl; in t7xx_cldma_pm_init()
473 dpmaif_pm_entity->entity_param = dpmaif_ctrl; in t7xx_dpmaif_pm_entity_init()