Home
last modified time | relevance | path

Searched refs:dispMutex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_drm_panel.c41 OsalMutexLock(&hdfDrmPanel->manager->dispMutex); in HdfDrmPanelUnprepare()
44 OsalMutexUnlock(&hdfDrmPanel->manager->dispMutex); in HdfDrmPanelUnprepare()
58 OsalMutexLock(&hdfDrmPanel->manager->dispMutex); in HdfDrmPanelPrepare()
61 OsalMutexUnlock(&hdfDrmPanel->manager->dispMutex); in HdfDrmPanelPrepare()
75 OsalMutexLock(&hdfDrmPanel->manager->dispMutex); in HdfDrmPanelDisable()
78 OsalMutexUnlock(&hdfDrmPanel->manager->dispMutex); in HdfDrmPanelDisable()
93 OsalMutexLock(&hdfDrmPanel->manager->dispMutex); in HdfDrmPanelEnable()
95 OsalMutexUnlock(&hdfDrmPanel->manager->dispMutex); in HdfDrmPanelEnable()
192 OsalMutexLock(&hdfDrmPanel->manager->dispMutex); in BacklightStore()
194 OsalMutexUnlock(&hdfDrmPanel->manager->dispMutex); in BacklightStore()
H A Dhdf_disp.c176 OsalMutexLock(&disp->dispMutex); in SetDispPower()
178 OsalMutexUnlock(&disp->dispMutex); in SetDispPower()
203 OsalMutexUnlock(&disp->dispMutex); in SetDispPower()
245 OsalMutexLock(&disp->dispMutex); in GetPowerStatus()
248 OsalMutexUnlock(&disp->dispMutex); in GetPowerStatus()
436 OsalMutexLock(&disp->dispMutex); in EsdWorkHandler()
441 OsalMutexUnlock(&disp->dispMutex); in EsdWorkHandler()
444 OsalMutexUnlock(&disp->dispMutex); in EsdWorkHandler()
450 OsalMutexLock(&disp->dispMutex); in EsdWorkHandler()
460 OsalMutexUnlock(&disp->dispMutex); in EsdWorkHandler()
[all …]
H A Dhdf_disp.h165 struct OsalMutex dispMutex; member