Searched refs:md_pm_entity_mtx (Results 1 – 2 of 2) sorted by relevance
96 mutex_init(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_init()156 mutex_lock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_register()159 mutex_unlock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_register()165 mutex_unlock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_register()173 mutex_lock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_unregister()177 mutex_unlock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_unregister()182 mutex_unlock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_unregister()
76 struct mutex md_pm_entity_mtx; /* Protects MD PM entities list */ member