Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_pci.h121 int (*suspend)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
122 void (*suspend_late)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
123 void (*resume_early)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
124 int (*resume)(struct t7xx_pci_dev *t7xx_dev, void *entity_param);
126 void *entity_param; member
H A Dt7xx_pci.c436 ret = entity->suspend(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_suspend()
459 entity->suspend_late(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_suspend()
471 entity->resume(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_suspend()
646 entity->resume_early(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_resume()
659 ret = entity->resume(t7xx_dev, entity->entity_param); in __t7xx_pci_pm_resume()
H A Dt7xx_hif_dpmaif.c473 dpmaif_pm_entity->entity_param = dpmaif_ctrl; in t7xx_dpmaif_pm_entity_init()