Home
last modified time | relevance | path

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

/drivers/input/misc/
Dims-pcu.c103 struct mutex cmd_mutex; member
931 mutex_lock(&pcu->cmd_mutex); in ims_pcu_process_async_firmware()
933 mutex_unlock(&pcu->cmd_mutex); in ims_pcu_process_async_firmware()
957 mutex_lock(&pcu->cmd_mutex); in ims_pcu_backlight_set_brightness()
966 mutex_unlock(&pcu->cmd_mutex); in ims_pcu_backlight_set_brightness()
981 mutex_lock(&pcu->cmd_mutex); in ims_pcu_backlight_get_brightness()
995 mutex_unlock(&pcu->cmd_mutex); in ims_pcu_backlight_get_brightness()
1076 error = mutex_lock_interruptible(&pcu->cmd_mutex); in ims_pcu_attribute_store()
1091 mutex_unlock(&pcu->cmd_mutex); in ims_pcu_attribute_store()
1167 error = mutex_lock_interruptible(&pcu->cmd_mutex); in ims_pcu_update_firmware_store()
[all …]
/drivers/mmc/host/
Dalcor.c51 struct mutex cmd_mutex; member
575 mutex_lock(&host->cmd_mutex); in alcor_irq_thread()
612 mutex_unlock(&host->cmd_mutex); in alcor_irq_thread()
760 mutex_lock(&host->cmd_mutex); in alcor_request()
772 mutex_unlock(&host->cmd_mutex); in alcor_request()
910 mutex_lock(&host->cmd_mutex); in alcor_set_ios()
924 mutex_unlock(&host->cmd_mutex); in alcor_set_ios()
932 mutex_lock(&host->cmd_mutex); in alcor_signal_voltage_switch()
946 mutex_unlock(&host->cmd_mutex); in alcor_signal_voltage_switch()
966 mutex_lock(&host->cmd_mutex); in alcor_timeout_timer()
[all …]
Dvub300.c300 struct mutex cmd_mutex; member
685 mutex_lock(&vub300->cmd_mutex); in vub300_pollwork_thread()
704 mutex_unlock(&vub300->cmd_mutex); in vub300_pollwork_thread()
716 mutex_lock(&vub300->cmd_mutex); in vub300_deadwork_thread()
737 mutex_unlock(&vub300->cmd_mutex); in vub300_deadwork_thread()
1752 mutex_lock(&vub300->cmd_mutex); in vub300_cmndwork_thread()
1780 mutex_unlock(&vub300->cmd_mutex); in vub300_cmndwork_thread()
1787 mutex_unlock(&vub300->cmd_mutex); in vub300_cmndwork_thread()
1930 mutex_lock(&vub300->cmd_mutex); in vub300_mmc_request()
1939 mutex_unlock(&vub300->cmd_mutex); in vub300_mmc_request()
[all …]
/drivers/input/touchscreen/
Delo.c54 struct mutex cmd_mutex; member
226 mutex_lock(&elo->cmd_mutex); in elo_command_10()
254 mutex_unlock(&elo->cmd_mutex); in elo_command_10()
321 mutex_init(&elo->cmd_mutex); in elo_connect()
/drivers/input/serio/
Dlibps2.c131 struct mutex *m = ps2dev->serio->ps2_cmd_mutex ?: &ps2dev->cmd_mutex; in ps2_begin_command()
143 struct mutex *m = ps2dev->serio->ps2_cmd_mutex ?: &ps2dev->cmd_mutex; in ps2_end_command()
464 mutex_init(&ps2dev->cmd_mutex); in ps2_init()
465 lockdep_set_subclass(&ps2dev->cmd_mutex, serio->depth); in ps2_init()
/drivers/media/pci/ngene/
Dngene-core.c326 mutex_lock(&dev->cmd_mutex); in ngene_command()
328 mutex_unlock(&dev->cmd_mutex); in ngene_command()
1263 mutex_destroy(&dev->cmd_mutex); in ngene_stop()
1326 mutex_init(&dev->cmd_mutex); in ngene_start()
1625 mutex_lock(&dev->cmd_mutex); in ngene_unlink()
1628 mutex_unlock(&dev->cmd_mutex); in ngene_unlink()
Dngene.h727 struct mutex cmd_mutex; member
/drivers/gpu/drm/msm/dsi/
Ddsi_host.c141 struct mutex cmd_mutex; member
1650 mutex_lock(&msm_host->cmd_mutex); in dsi_host_transfer()
1652 mutex_unlock(&msm_host->cmd_mutex); in dsi_host_transfer()
1933 mutex_init(&msm_host->cmd_mutex); in msm_dsi_host_init()
1959 mutex_destroy(&msm_host->cmd_mutex); in msm_dsi_host_destroy()
/drivers/scsi/libsas/
Dsas_discover.c31 mutex_init(&dev->ex_dev.cmd_mutex); in sas_init_dev()
Dsas_expander.c44 mutex_lock(&dev->ex_dev.cmd_mutex); in smp_execute_task_sg()
115 mutex_unlock(&dev->ex_dev.cmd_mutex); in smp_execute_task_sg()