Home
last modified time | relevance | path

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

/drivers/input/misc/
Dims-pcu.c108 struct mutex cmd_mutex; member
936 mutex_lock(&pcu->cmd_mutex); in ims_pcu_process_async_firmware()
938 mutex_unlock(&pcu->cmd_mutex); in ims_pcu_process_async_firmware()
962 mutex_lock(&pcu->cmd_mutex); in ims_pcu_backlight_work()
971 mutex_unlock(&pcu->cmd_mutex); in ims_pcu_backlight_work()
994 mutex_lock(&pcu->cmd_mutex); in ims_pcu_backlight_get_brightness()
1008 mutex_unlock(&pcu->cmd_mutex); in ims_pcu_backlight_get_brightness()
1090 error = mutex_lock_interruptible(&pcu->cmd_mutex); in ims_pcu_attribute_store()
1105 mutex_unlock(&pcu->cmd_mutex); in ims_pcu_attribute_store()
1181 error = mutex_lock_interruptible(&pcu->cmd_mutex); in ims_pcu_update_firmware_store()
[all …]
/drivers/input/serio/
Dlibps2.c59 struct mutex *m = ps2dev->serio->ps2_cmd_mutex ?: &ps2dev->cmd_mutex; in ps2_begin_command()
67 struct mutex *m = ps2dev->serio->ps2_cmd_mutex ?: &ps2dev->cmd_mutex; in ps2_end_command()
271 mutex_init(&ps2dev->cmd_mutex); in ps2_init()
272 lockdep_set_subclass(&ps2dev->cmd_mutex, serio->depth); in ps2_init()
/drivers/input/touchscreen/
Delo.c58 struct mutex cmd_mutex; member
230 mutex_lock(&elo->cmd_mutex); in elo_command_10()
258 mutex_unlock(&elo->cmd_mutex); in elo_command_10()
325 mutex_init(&elo->cmd_mutex); in elo_connect()
/drivers/mmc/host/
Dvub300.c303 struct mutex cmd_mutex; member
692 mutex_lock(&vub300->cmd_mutex); in vub300_pollwork_thread()
711 mutex_unlock(&vub300->cmd_mutex); in vub300_pollwork_thread()
723 mutex_lock(&vub300->cmd_mutex); in vub300_deadwork_thread()
745 mutex_unlock(&vub300->cmd_mutex); in vub300_deadwork_thread()
1759 mutex_lock(&vub300->cmd_mutex); in vub300_cmndwork_thread()
1788 mutex_unlock(&vub300->cmd_mutex); in vub300_cmndwork_thread()
1795 mutex_unlock(&vub300->cmd_mutex); in vub300_cmndwork_thread()
1938 mutex_lock(&vub300->cmd_mutex); in vub300_mmc_request()
1947 mutex_unlock(&vub300->cmd_mutex); in vub300_mmc_request()
[all …]
/drivers/media/pci/ngene/
Dngene-core.c343 down(&dev->cmd_mutex); in ngene_command()
345 up(&dev->cmd_mutex); in ngene_command()
1290 down(&dev->cmd_mutex); in ngene_stop()
1353 sema_init(&dev->cmd_mutex, 1); in ngene_start()
1611 down(&dev->cmd_mutex); in ngene_unlink()
1614 up(&dev->cmd_mutex); in ngene_unlink()
Dngene.h769 struct semaphore cmd_mutex; member
/drivers/scsi/libsas/
Dsas_discover.c48 mutex_init(&dev->ex_dev.cmd_mutex); in sas_init_dev()
Dsas_expander.c75 mutex_lock(&dev->ex_dev.cmd_mutex); in smp_execute_task()
147 mutex_unlock(&dev->ex_dev.cmd_mutex); in smp_execute_task()