Searched refs:pm_entity (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_pci.h131 int t7xx_pci_pm_entity_register(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity);
132 int t7xx_pci_pm_entity_unregister(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity);
H A Dt7xx_hif_cldma.h111 struct md_pm_entity *pm_entity; member in struct:cldma_ctrl
H A Dt7xx_hif_cldma.c1212 md_ctrl->pm_entity = kzalloc(sizeof(*md_ctrl->pm_entity), GFP_KERNEL);
1213 if (!md_ctrl->pm_entity)
1216 md_ctrl->pm_entity->entity_param = md_ctrl;
1219 md_ctrl->pm_entity->id = PM_ENTITY_ID_CTRL1;
1221 md_ctrl->pm_entity->id = PM_ENTITY_ID_CTRL2;
1223 md_ctrl->pm_entity->suspend = t7xx_cldma_suspend;
1224 md_ctrl->pm_entity->suspend_late = t7xx_cldma_suspend_late;
1225 md_ctrl->pm_entity->resume = t7xx_cldma_resume;
1226 md_ctrl->pm_entity
[all...]
H A Dt7xx_pci.c227 int t7xx_pci_pm_entity_register(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity) argument
233 if (entity->id == pm_entity->id) {
239 list_add_tail(&pm_entity->entity, &t7xx_dev->md_pm_entities);
244 int t7xx_pci_pm_entity_unregister(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity) argument
250 if (entity->id == pm_entity->id) {
251 list_del(&pm_entity->entity);

Completed in 127 milliseconds