Searched refs:force_fwload_status (Results 1 – 4 of 4) sorted by relevance
233 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()235 __func__, kcontrol->id.name, tas_priv->force_fwload_status); in tas2781_force_fwload_get()250 tas_priv->force_fwload_status, val); in tas2781_force_fwload_put()252 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put()256 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
470 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()472 str_on_off(tas_priv->force_fwload_status)); in tas2781_force_fwload_get()483 if (tas_priv->force_fwload_status == val) { in tas2781_force_fwload_put()487 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()490 str_on_off(tas_priv->force_fwload_status)); in tas2781_force_fwload_put()
232 bool force_fwload_status; member
215 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tasdev_force_fwload_get()217 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_get()230 if (tas_priv->force_fwload_status == val) in tasdev_force_fwload_put()234 tas_priv->force_fwload_status = val; in tasdev_force_fwload_put()237 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_put()