Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mic/cosm/
Dcosm_main.c80 mutex_lock(&cdev->cosm_mutex); in cosm_start()
134 mutex_unlock(&cdev->cosm_mutex); in cosm_start()
149 mutex_lock(&cdev->cosm_mutex); in cosm_stop()
171 mutex_unlock(&cdev->cosm_mutex); in cosm_stop()
198 mutex_lock(&cdev->cosm_mutex); in cosm_reset()
209 mutex_unlock(&cdev->cosm_mutex); in cosm_reset()
224 mutex_lock(&cdev->cosm_mutex); in cosm_shutdown()
249 mutex_unlock(&cdev->cosm_mutex); in cosm_shutdown()
263 mutex_init(&cdev->cosm_mutex); in cosm_driver_probe()
316 mutex_lock(&cdev->cosm_mutex); in cosm_suspend()
[all …]
Dcosm_sysfs.c170 mutex_lock(&cdev->cosm_mutex); in heartbeat_enable_store()
181 mutex_unlock(&cdev->cosm_mutex); in heartbeat_enable_store()
211 mutex_lock(&cdev->cosm_mutex); in cmdline_store()
227 mutex_unlock(&cdev->cosm_mutex); in cmdline_store()
257 mutex_lock(&cdev->cosm_mutex); in firmware_store()
272 mutex_unlock(&cdev->cosm_mutex); in firmware_store()
302 mutex_lock(&cdev->cosm_mutex); in ramdisk_store()
318 mutex_unlock(&cdev->cosm_mutex); in ramdisk_store()
351 mutex_lock(&cdev->cosm_mutex); in bootmode_store()
367 mutex_unlock(&cdev->cosm_mutex); in bootmode_store()
Dcosm_scif_server.c253 mutex_lock(&cdev->cosm_mutex); in cosm_scif_work()
262 mutex_unlock(&cdev->cosm_mutex); in cosm_scif_work()
265 mutex_lock(&cdev->cosm_mutex); in cosm_scif_work()
288 mutex_unlock(&cdev->cosm_mutex); in cosm_scif_work()
Dcosm_debugfs.c48 mutex_lock(&cdev->cosm_mutex); in cosm_log_buf_show()
76 mutex_unlock(&cdev->cosm_mutex); in cosm_log_buf_show()
/linux-4.19.296/drivers/misc/mic/bus/
Dcosm_bus.h62 struct mutex cosm_mutex; member