Searched refs:force_fwload_status (Results 1 – 4 of 4) sorted by relevance
112 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()
2244 || tas_priv->force_fwload_status)) { in tasdevice_select_tuningprm_cfg()
347 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()349 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_get()364 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put()368 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()371 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_put()
115 bool force_fwload_status; member