Searched refs:md_pm_entity_mtx (Results 1 – 2 of 2) sorted by relevance
182 mutex_init(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_init()242 mutex_lock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_register()245 mutex_unlock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_register()251 mutex_unlock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_register()259 mutex_lock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_unregister()263 mutex_unlock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_unregister()268 mutex_unlock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_unregister()
87 struct mutex md_pm_entity_mtx; /* Protects MD PM entities list */ member