Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dtas2781_hda_i2c.c231 mutex_lock(&tas_priv->codec_lock); in tasdevice_get_profile_id()
253 mutex_lock(&tas_priv->codec_lock); in tasdevice_set_profile_id()
302 mutex_lock(&tas_priv->codec_lock); in tasdevice_program_get()
325 mutex_lock(&tas_priv->codec_lock); in tasdevice_program_put()
345 mutex_lock(&tas_priv->codec_lock); in tasdevice_config_get()
368 mutex_lock(&tas_priv->codec_lock); in tasdevice_config_put()
391 mutex_lock(&tas_priv->codec_lock); in tas2781_amp_getvol()
411 mutex_lock(&tas_priv->codec_lock); in tas2781_amp_putvol()
429 mutex_lock(&tas_priv->codec_lock); in tas2781_force_fwload_get()
446 mutex_lock(&tas_priv->codec_lock); in tas2781_force_fwload_put()
[all …]
H A Dtas2781_hda_spi.c275 guard(mutex)(&tas_priv->codec_lock); in tascodec_spi_init()
308 mutex_init(&tas_priv->codec_lock); in tasdevice_spi_init()
472 guard(mutex)(&tas_hda->priv->codec_lock); in tas2781_hda_playback_hook()
475 guard(mutex)(&tas_hda->priv->codec_lock); in tas2781_hda_playback_hook()
915 guard(mutex)(&tas_priv->codec_lock); in tasdev_fw_ready()
1084 mutex_destroy(&tas_hda->priv->codec_lock); in tas2781_hda_remove()
1159 guard(mutex)(&tas_hda->priv->codec_lock); in tas2781_runtime_suspend()
1174 guard(mutex)(&tas_hda->priv->codec_lock); in tas2781_runtime_resume()
1207 guard(mutex)(&tas_hda->priv->codec_lock); in tas2781_system_resume()
H A Dtas2781-spi.h88 struct mutex codec_lock; member
/linux-6.15/sound/soc/codecs/
H A Dtas2781-i2c.c222 guard(mutex)(&priv->codec_lock); in tasdev_cali_data_get()
455 guard(mutex)(&priv->codec_lock); in tas2781_calib_start_put()
525 guard(mutex)(&tas_priv->codec_lock); in tas2563_calib_start_put()
587 guard(mutex)(&priv->codec_lock); in tasdev_calib_stop_put()
610 guard(mutex)(&priv->codec_lock); in tasdev_cali_data_put()
813 mutex_lock(&tas_dev->codec_lock); in tas2563_digital_gain_get()
839 mutex_unlock(&tas_dev->codec_lock); in tas2563_digital_gain_get()
859 mutex_lock(&tas_dev->codec_lock); in tas2563_digital_gain_put()
890 mutex_unlock(&tas_dev->codec_lock); in tas2563_digital_gain_put()
1432 mutex_lock(&tas_priv->codec_lock); in tasdevice_fw_ready()
[all …]
H A Dpcm6240.c608 mutex_lock(&pcm_dev->codec_lock); in pcmdev_get_volsw()
643 mutex_unlock(&pcm_dev->codec_lock); in pcmdev_get_volsw()
681 mutex_lock(&pcm_dev->codec_lock); in pcmdev_put_volsw()
705 mutex_unlock(&pcm_dev->codec_lock); in pcmdev_put_volsw()
1593 mutex_lock(&pcm_dev->codec_lock); in pcmdevice_comp_probe()
1648 mutex_unlock(&pcm_dev->codec_lock); in pcmdevice_comp_probe()
1659 mutex_lock(&pcm_dev->codec_lock); in pcmdevice_comp_remove()
1661 mutex_unlock(&pcm_dev->codec_lock); in pcmdevice_comp_remove()
1904 mutex_lock(&pcm_dev->codec_lock); in pcmdevice_mute()
1906 mutex_unlock(&pcm_dev->codec_lock); in pcmdevice_mute()
[all …]
H A Dtas2781-comlib.c303 mutex_lock(&tas_priv->codec_lock); in tascodec_init()
322 mutex_unlock(&tas_priv->codec_lock); in tascodec_init()
350 mutex_init(&tas_priv->codec_lock); in tasdevice_init()
439 mutex_destroy(&tas_priv->codec_lock); in tasdevice_remove()
H A Dpcm6240.h215 struct mutex codec_lock; member
/linux-6.15/include/sound/
H A Dtas2781.h169 struct mutex codec_lock; member