Searched refs:dytc (Results 1 – 1 of 1) sorted by relevance
182 struct ideapad_dytc_priv *dytc; member191 bool dytc : 1; member1006 struct ideapad_dytc_priv *dytc = dev_get_drvdata(dev); in dytc_profile_get() local1008 *profile = dytc->current_profile; in dytc_profile_get()1059 struct ideapad_dytc_priv *dytc = dev_get_drvdata(dev); in dytc_profile_set() local1060 struct ideapad_private *priv = dytc->priv; in dytc_profile_set()1064 scoped_guard(mutex_intr, &dytc->mutex) { in dytc_profile_set()1086 dytc->current_profile = profile; in dytc_profile_set()1108 scoped_guard(mutex, &priv->dytc->mutex) in dytc_profile_refresh()1118 if (profile != priv->dytc->current_profile) { in dytc_profile_refresh()[all …]