Searched refs:dpmaif_pm_entity (Results 1 – 2 of 2) sorted by relevance
455 struct md_pm_entity *dpmaif_pm_entity = &dpmaif_ctrl->dpmaif_pm_entity; in t7xx_dpmaif_pm_entity_init() local458 INIT_LIST_HEAD(&dpmaif_pm_entity->entity); in t7xx_dpmaif_pm_entity_init()459 dpmaif_pm_entity->suspend = &t7xx_dpmaif_suspend; in t7xx_dpmaif_pm_entity_init()460 dpmaif_pm_entity->suspend_late = NULL; in t7xx_dpmaif_pm_entity_init()461 dpmaif_pm_entity->resume_early = NULL; in t7xx_dpmaif_pm_entity_init()462 dpmaif_pm_entity->resume = &t7xx_dpmaif_resume; in t7xx_dpmaif_pm_entity_init()463 dpmaif_pm_entity->id = PM_ENTITY_ID_DATA; in t7xx_dpmaif_pm_entity_init()464 dpmaif_pm_entity->entity_param = dpmaif_ctrl; in t7xx_dpmaif_pm_entity_init()466 ret = t7xx_pci_pm_entity_register(dpmaif_ctrl->t7xx_dev, dpmaif_pm_entity); in t7xx_dpmaif_pm_entity_init()475 struct md_pm_entity *dpmaif_pm_entity = &dpmaif_ctrl->dpmaif_pm_entity; in t7xx_dpmaif_pm_entity_release() local[all …]
177 struct md_pm_entity dpmaif_pm_entity; member