Searched refs:dpmaif_pm_entity (Results 1 – 2 of 2) sorted by relevance
464 struct md_pm_entity *dpmaif_pm_entity = &dpmaif_ctrl->dpmaif_pm_entity; in t7xx_dpmaif_pm_entity_init() local467 INIT_LIST_HEAD(&dpmaif_pm_entity->entity); in t7xx_dpmaif_pm_entity_init()468 dpmaif_pm_entity->suspend = &t7xx_dpmaif_suspend; in t7xx_dpmaif_pm_entity_init()469 dpmaif_pm_entity->suspend_late = NULL; in t7xx_dpmaif_pm_entity_init()470 dpmaif_pm_entity->resume_early = NULL; in t7xx_dpmaif_pm_entity_init()471 dpmaif_pm_entity->resume = &t7xx_dpmaif_resume; in t7xx_dpmaif_pm_entity_init()472 dpmaif_pm_entity->id = PM_ENTITY_ID_DATA; in t7xx_dpmaif_pm_entity_init()473 dpmaif_pm_entity->entity_param = dpmaif_ctrl; in t7xx_dpmaif_pm_entity_init()475 ret = t7xx_pci_pm_entity_register(dpmaif_ctrl->t7xx_dev, dpmaif_pm_entity); in t7xx_dpmaif_pm_entity_init()484 struct md_pm_entity *dpmaif_pm_entity = &dpmaif_ctrl->dpmaif_pm_entity; in t7xx_dpmaif_pm_entity_release() local[all …]
173 struct md_pm_entity dpmaif_pm_entity; member