Home
last modified time | relevance | path

Searched refs:dpmaif_pm_entity (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wwan/t7xx/
Dt7xx_hif_dpmaif.c455 struct md_pm_entity *dpmaif_pm_entity = &dpmaif_ctrl->dpmaif_pm_entity; in t7xx_dpmaif_pm_entity_init() local
458 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 …]
Dt7xx_hif_dpmaif.h177 struct md_pm_entity dpmaif_pm_entity; member