Searched refs:force_fwload_status (Results 1 – 5 of 5) sorted by relevance
235 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()237 __func__, kcontrol->id.name, tas_priv->force_fwload_status); in tas2781_force_fwload_get()252 tas_priv->force_fwload_status, val); in tas2781_force_fwload_put()254 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put()258 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
475 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_put() 477 str_on_off(tas_priv->force_fwload_status)); in tas2781_force_fwload_put() 488 if (tas_priv->force_fwload_status == val) { in tas2781_force_fwload_put() 492 tas_priv->force_fwload_status = val;495 str_on_off(tas_priv->force_fwload_status));
234 bool force_fwload_status; member
214 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tasdev_force_fwload_get()216 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_get()229 if (tas_priv->force_fwload_status == val) in tasdev_force_fwload_put()233 tas_priv->force_fwload_status = val; in tasdev_force_fwload_put()236 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_put()
2642 || tas_priv->force_fwload_status)) { in tasdevice_select_tuningprm_cfg()