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

/linux-4.4.14/drivers/misc/mic/cosm/
H A Dcosm_main.c80 mutex_lock(&cdev->cosm_mutex); cosm_start()
134 mutex_unlock(&cdev->cosm_mutex); cosm_start()
149 mutex_lock(&cdev->cosm_mutex); cosm_stop()
169 mutex_unlock(&cdev->cosm_mutex); cosm_stop()
196 mutex_lock(&cdev->cosm_mutex); cosm_reset()
204 mutex_unlock(&cdev->cosm_mutex); cosm_reset()
219 mutex_lock(&cdev->cosm_mutex); cosm_shutdown()
244 mutex_unlock(&cdev->cosm_mutex); cosm_shutdown()
258 mutex_init(&cdev->cosm_mutex); cosm_driver_probe()
311 mutex_lock(&cdev->cosm_mutex); cosm_suspend()
322 mutex_unlock(&cdev->cosm_mutex); cosm_suspend()
326 mutex_unlock(&cdev->cosm_mutex); cosm_suspend()
H A Dcosm_sysfs.c170 mutex_lock(&cdev->cosm_mutex); heartbeat_enable_store()
181 mutex_unlock(&cdev->cosm_mutex); heartbeat_enable_store()
211 mutex_lock(&cdev->cosm_mutex); cmdline_store()
227 mutex_unlock(&cdev->cosm_mutex); cmdline_store()
257 mutex_lock(&cdev->cosm_mutex); firmware_store()
272 mutex_unlock(&cdev->cosm_mutex); firmware_store()
302 mutex_lock(&cdev->cosm_mutex); ramdisk_store()
318 mutex_unlock(&cdev->cosm_mutex); ramdisk_store()
351 mutex_lock(&cdev->cosm_mutex); bootmode_store()
367 mutex_unlock(&cdev->cosm_mutex); bootmode_store()
H A Dcosm_debugfs.c48 mutex_lock(&cdev->cosm_mutex); cosm_log_buf_show()
76 mutex_unlock(&cdev->cosm_mutex); cosm_log_buf_show()
H A Dcosm_scif_server.c247 mutex_lock(&cdev->cosm_mutex); cosm_scif_work()
256 mutex_unlock(&cdev->cosm_mutex); cosm_scif_work()
259 mutex_lock(&cdev->cosm_mutex); cosm_scif_work()
282 mutex_unlock(&cdev->cosm_mutex); cosm_scif_work()
/linux-4.4.14/drivers/misc/mic/bus/
H A Dcosm_bus.h35 * @cosm_mutex: Mutex for synchronizing access to data structures.
60 struct mutex cosm_mutex; member in struct:cosm_device

Completed in 109 milliseconds