Searched refs:dytc (Results 1 – 1 of 1) sorted by relevance
163 struct ideapad_dytc_priv *dytc; member169 bool dytc : 1; member939 struct ideapad_dytc_priv *dytc = dev_get_drvdata(dev); in dytc_profile_get() local941 *profile = dytc->current_profile; in dytc_profile_get()992 struct ideapad_dytc_priv *dytc = dev_get_drvdata(dev); in dytc_profile_set() local993 struct ideapad_private *priv = dytc->priv; in dytc_profile_set()997 scoped_guard(mutex_intr, &dytc->mutex) { in dytc_profile_set()1019 dytc->current_profile = profile; in dytc_profile_set()1041 scoped_guard(mutex, &priv->dytc->mutex) in dytc_profile_refresh()1051 if (profile != priv->dytc->current_profile) { in dytc_profile_refresh()[all …]