Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Ddb8500_thermal.c35 struct mutex th_lock; member
141 mutex_lock(&pzone->th_lock); in db8500_sys_get_mode()
143 mutex_unlock(&pzone->th_lock); in db8500_sys_get_mode()
154 mutex_lock(&pzone->th_lock); in db8500_sys_set_mode()
160 mutex_unlock(&pzone->th_lock); in db8500_sys_set_mode()
302 mutex_lock(&pzone->th_lock); in db8500_thermal_work()
304 mutex_unlock(&pzone->th_lock); in db8500_thermal_work()
410 mutex_init(&pzone->th_lock); in db8500_thermal_probe()
411 mutex_lock(&pzone->th_lock); in db8500_thermal_probe()
468 mutex_unlock(&pzone->th_lock); in db8500_thermal_probe()
[all …]