Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/cosm/
Dcosm_main.c68 mutex_lock(&cdev->cosm_mutex); in cosm_start()
122 mutex_unlock(&cdev->cosm_mutex); in cosm_start()
137 mutex_lock(&cdev->cosm_mutex); in cosm_stop()
159 mutex_unlock(&cdev->cosm_mutex); in cosm_stop()
186 mutex_lock(&cdev->cosm_mutex); in cosm_reset()
197 mutex_unlock(&cdev->cosm_mutex); in cosm_reset()
212 mutex_lock(&cdev->cosm_mutex); in cosm_shutdown()
237 mutex_unlock(&cdev->cosm_mutex); in cosm_shutdown()
251 mutex_init(&cdev->cosm_mutex); in cosm_driver_probe()
304 mutex_lock(&cdev->cosm_mutex); in cosm_suspend()
[all …]
Dcosm_sysfs.c158 mutex_lock(&cdev->cosm_mutex); in heartbeat_enable_store()
169 mutex_unlock(&cdev->cosm_mutex); in heartbeat_enable_store()
199 mutex_lock(&cdev->cosm_mutex); in cmdline_store()
215 mutex_unlock(&cdev->cosm_mutex); in cmdline_store()
245 mutex_lock(&cdev->cosm_mutex); in firmware_store()
260 mutex_unlock(&cdev->cosm_mutex); in firmware_store()
290 mutex_lock(&cdev->cosm_mutex); in ramdisk_store()
306 mutex_unlock(&cdev->cosm_mutex); in ramdisk_store()
339 mutex_lock(&cdev->cosm_mutex); in bootmode_store()
355 mutex_unlock(&cdev->cosm_mutex); in bootmode_store()
Dcosm_scif_server.c241 mutex_lock(&cdev->cosm_mutex); in cosm_scif_work()
250 mutex_unlock(&cdev->cosm_mutex); in cosm_scif_work()
253 mutex_lock(&cdev->cosm_mutex); in cosm_scif_work()
276 mutex_unlock(&cdev->cosm_mutex); in cosm_scif_work()
Dcosm_debugfs.c36 mutex_lock(&cdev->cosm_mutex); in log_buf_show()
64 mutex_unlock(&cdev->cosm_mutex); in log_buf_show()
/Linux-v5.4/drivers/misc/mic/bus/
Dcosm_bus.h51 struct mutex cosm_mutex; member