Searched refs:force_fwload_status (Results 1 – 5 of 5) sorted by relevance
232 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()234 __func__, kcontrol->id.name, tas_priv->force_fwload_status); in tas2781_force_fwload_get()249 tas_priv->force_fwload_status, val); in tas2781_force_fwload_put()251 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put()255 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
474 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()476 str_on_off(tas_priv->force_fwload_status)); in tas2781_force_fwload_get()487 if (tas_priv->force_fwload_status == val) { in tas2781_force_fwload_put()491 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()494 str_on_off(tas_priv->force_fwload_status)); in tas2781_force_fwload_put()
235 bool force_fwload_status; member
217 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tasdev_force_fwload_get()219 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_get()232 if (tas_priv->force_fwload_status == val) in tasdev_force_fwload_put()236 tas_priv->force_fwload_status = val; in tasdev_force_fwload_put()239 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_put()
2689 || tas_priv->force_fwload_status)) { in tasdevice_select_tuningprm_cfg()