Searched refs:pm_entity (Results 1 – 2 of 2) sorted by relevance
132 int t7xx_pci_pm_entity_register(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity);133 int t7xx_pci_pm_entity_unregister(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity);
285 int t7xx_pci_pm_entity_register(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity) in t7xx_pci_pm_entity_register() argument291 if (entity->id == pm_entity->id) { in t7xx_pci_pm_entity_register()297 list_add_tail(&pm_entity->entity, &t7xx_dev->md_pm_entities); in t7xx_pci_pm_entity_register()302 int t7xx_pci_pm_entity_unregister(struct t7xx_pci_dev *t7xx_dev, struct md_pm_entity *pm_entity) in t7xx_pci_pm_entity_unregister() argument308 if (entity->id == pm_entity->id) { in t7xx_pci_pm_entity_unregister()309 list_del(&pm_entity->entity); in t7xx_pci_pm_entity_unregister()