Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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.c2227 || tas_priv->force_fwload_status)) { in tasdevice_select_tuningprm_cfg()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dtas2781_hda_i2c.c349 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()
351 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_get()
362 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put()
366 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
369 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_put()
/kernel/linux/linux-6.6/include/sound/
H A Dtas2781.h121 bool force_fwload_status; member

Completed in 7 milliseconds