Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A 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()
/linux/sound/hda/
H A Dhdac_bus.c45 mutex_init(&bus->cmd_mutex); in snd_hdac_bus_init()
92 mutex_lock(&bus->cmd_mutex); in snd_hdac_bus_exec_verb()
94 mutex_unlock(&bus->cmd_mutex); in snd_hdac_bus_exec_verb()
/linux/drivers/input/serio/
H A Dlibps2.c129 struct mutex *m = ps2dev->serio->ps2_cmd_mutex ?: &ps2dev->cmd_mutex; in ps2_begin_command()
141 struct mutex *m = ps2dev->serio->ps2_cmd_mutex ?: &ps2dev->cmd_mutex; in ps2_end_command()
466 mutex_init(&ps2dev->cmd_mutex); in ps2_init()
467 lockdep_set_subclass(&ps2dev->cmd_mutex, serio->depth); in ps2_init()
/linux/drivers/input/misc/
H A Dims-pcu.c103 struct mutex cmd_mutex; member
930 scoped_guard(mutex, &pcu->cmd_mutex) in ims_pcu_process_async_firmware()
955 guard(mutex)(&pcu->cmd_mutex); in ims_pcu_backlight_set_brightness()
977 guard(mutex)(&pcu->cmd_mutex); in ims_pcu_backlight_get_brightness()
1070 scoped_cond_guard(mutex_intr, return -EINTR, &pcu->cmd_mutex) { in ims_pcu_attribute_store()
1167 scoped_cond_guard(mutex_intr, return -EINTR, &pcu->cmd_mutex) { in ims_pcu_update_firmware_store()
1295 scoped_guard(mutex, &pcu->cmd_mutex) { in ims_pcu_ofn_reg_data_show()
1317 guard(mutex)(&pcu->cmd_mutex); in ims_pcu_ofn_reg_data_store()
1336 guard(mutex)(&pcu->cmd_mutex); in ims_pcu_ofn_reg_addr_show()
1354 guard(mutex)(&pcu->cmd_mutex); in ims_pcu_ofn_reg_addr_store()
[all …]
/linux/drivers/mmc/host/
H A 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 …]
/linux/include/linux/
H A Dlibps2.h50 struct mutex cmd_mutex; member
/linux/sound/soc/sof/intel/
H A Dhda-codec.c160 mutex_lock(&hbus->core.cmd_mutex); in hda_codec_probe()
163 mutex_unlock(&hbus->core.cmd_mutex); in hda_codec_probe()
/linux/drivers/media/pci/ngene/
H A 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()
H A Dngene.h728 struct mutex cmd_mutex; member
/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c137 struct mutex cmd_mutex; member
1666 mutex_lock(&msm_host->cmd_mutex); in dsi_host_transfer()
1668 mutex_unlock(&msm_host->cmd_mutex); in dsi_host_transfer()
1961 mutex_init(&msm_host->cmd_mutex); in msm_dsi_host_init()
1987 mutex_destroy(&msm_host->cmd_mutex); in msm_dsi_host_destroy()
/linux/sound/soc/intel/avs/
H A Dcore.c130 mutex_lock(&bus->cmd_mutex); in probe_codec()
133 mutex_unlock(&bus->cmd_mutex); in probe_codec()
/linux/include/scsi/
H A Dlibsas.h126 struct mutex cmd_mutex; member
/linux/drivers/scsi/libsas/
H A Dsas_discover.c31 mutex_init(&dev->ex_dev.cmd_mutex); in sas_init_dev()
H A Dsas_expander.c66 mutex_lock(&dev->ex_dev.cmd_mutex); in smp_execute_task_sg()
137 mutex_unlock(&dev->ex_dev.cmd_mutex); in smp_execute_task_sg()