Home
last modified time | relevance | path

Searched refs:force_fwload_status (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/sound/pci/hda/
H A Dtas2781_hda_i2c.c431 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()
433 __func__, kcontrol->id.name, tas_priv->force_fwload_status); in tas2781_force_fwload_get()
450 tas_priv->force_fwload_status, val); in tas2781_force_fwload_put()
452 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put()
456 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
H A Dtas2781-spi.h97 bool force_fwload_status; member
H A Dtas2781_hda_spi.c663 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()
665 str_on_off(tas_priv->force_fwload_status)); in tas2781_force_fwload_get()
676 if (tas_priv->force_fwload_status == val) { in tas2781_force_fwload_put()
680 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
683 str_on_off(tas_priv->force_fwload_status)); in tas2781_force_fwload_put()
/linux-6.15/include/sound/
H A Dtas2781.h193 bool force_fwload_status; member
/linux-6.15/sound/soc/codecs/
H A Dtas2781-i2c.c179 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tasdev_force_fwload_get()
181 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_get()
195 if (tas_priv->force_fwload_status == val) in tasdev_force_fwload_put()
199 tas_priv->force_fwload_status = val; in tasdev_force_fwload_put()
202 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_put()
H A Dtas2781-fmwlib.c2392 || tas_priv->force_fwload_status)) { in tasdevice_select_tuningprm_cfg()