Searched refs:entity_param (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/wwan/t7xx/ |
A D | t7xx_pci.h | 107 int (*suspend)(struct t7xx_pci_dev *t7xx_dev, void *entity_param); 108 void (*suspend_late)(struct t7xx_pci_dev *t7xx_dev, void *entity_param); 109 void (*resume_early)(struct t7xx_pci_dev *t7xx_dev, void *entity_param); 110 int (*resume)(struct t7xx_pci_dev *t7xx_dev, void *entity_param); 112 void *entity_param; member
|
A D | t7xx_pci.c | 299 ret = entity->suspend(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_suspend() 322 entity->suspend_late(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_suspend() 334 entity->resume(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_suspend() 487 entity->resume_early(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_resume() 500 ret = entity->resume(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_resume()
|
A D | t7xx_hif_cldma.c | 1106 static void t7xx_cldma_resume_early(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_resume_early() argument 1108 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_resume_early() 1131 static int t7xx_cldma_resume(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_resume() argument 1133 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_resume() 1148 static void t7xx_cldma_suspend_late(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_suspend_late() argument 1150 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_suspend_late() 1166 static int t7xx_cldma_suspend(struct t7xx_pci_dev *t7xx_dev, void *entity_param) in t7xx_cldma_suspend() argument 1168 struct cldma_ctrl *md_ctrl = entity_param; in t7xx_cldma_suspend() 1194 md_ctrl->pm_entity->entity_param = md_ctrl; in t7xx_cldma_pm_init()
|
A D | t7xx_hif_dpmaif.c | 473 dpmaif_pm_entity->entity_param = dpmaif_ctrl; in t7xx_dpmaif_pm_entity_init()
|
Completed in 12 milliseconds