Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas2781-i2c.c112 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()
114 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_get()
128 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put()
132 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
135 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_put()
H A Dtas2781-fmwlib.c2245 || tas_priv->force_fwload_status)) { in tasdevice_select_tuningprm_cfg()
/openbmc/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c357 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()
359 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_get()
374 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put()
378 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
381 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_put()
/openbmc/linux/include/sound/
H A Dtas2781.h121 bool force_fwload_status; member