Home
last modified time | relevance | path

Searched refs:dytc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/x86/lenovo/
H A Dideapad-laptop.c182 struct ideapad_dytc_priv *dytc; member
191 bool dytc : 1; member
1006 struct ideapad_dytc_priv *dytc = dev_get_drvdata(dev); in dytc_profile_get() local
1008 *profile = dytc->current_profile; in dytc_profile_get()
1059 struct ideapad_dytc_priv *dytc = dev_get_drvdata(dev); in dytc_profile_set() local
1060 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 …]