Searched refs:dytc (Results 1 – 1 of 1) sorted by relevance
182 struct ideapad_dytc_priv *dytc; member191 bool dytc : 1; member1000 struct ideapad_dytc_priv *dytc = dev_get_drvdata(dev); in dytc_profile_get() local1002 *profile = dytc->current_profile; in dytc_profile_get()1053 struct ideapad_dytc_priv *dytc = dev_get_drvdata(dev); in dytc_profile_set() local1054 struct ideapad_private *priv = dytc->priv; in dytc_profile_set()1058 scoped_guard(mutex_intr, &dytc->mutex) { in dytc_profile_set()1080 dytc->current_profile = profile; in dytc_profile_set()1102 scoped_guard(mutex, &priv->dytc->mutex) in dytc_profile_refresh()1112 if (profile != priv->dytc->current_profile) { in dytc_profile_refresh()[all …]