Searched refs:md_pm_entity_mtx (Results 1 – 2 of 2) sorted by relevance
229 mutex_init(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_init()289 mutex_lock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_register()292 mutex_unlock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_register()298 mutex_unlock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_register()306 mutex_lock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_unregister()310 mutex_unlock(&t7xx_dev->md_pm_entity_mtx); in t7xx_pci_pm_entity_unregister()315 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