Home
last modified time | relevance | path

Searched refs:entity_param (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wwan/t7xx/
Dt7xx_pci.h105 int (*suspend)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
106 void (*suspend_late)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
107 void (*resume_early)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
108 int (*resume)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
110 void *entity_param; member
Dt7xx_pci.c302 ret = entity->suspend(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_suspend()
325 entity->suspend_late(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_suspend()
337 entity->resume(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_suspend()
490 entity->resume_early(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_resume()
503 ret = entity->resume(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_resume()
Dt7xx_hif_cldma.c1104 static void t7xx_cldma_resume_early(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_resume_early() argument
1106 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_resume_early()
1129 static int t7xx_cldma_resume(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_resume() argument
1131 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_resume()
1146 static void t7xx_cldma_suspend_late(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_suspend_late() argument
1148 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_suspend_late()
1164 static int t7xx_cldma_suspend(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_suspend() argument
1166 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_suspend()
1192 md_ctrl->pm_entity->entity_param = md_ctrl; in t7xx_cldma_pm_init()
Dt7xx_hif_dpmaif.c464 dpmaif_pm_entity->entity_param = dpmaif_ctrl; in t7xx_dpmaif_pm_entity_init()