Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dideapad-laptop.c163 struct ideapad_dytc_priv *dytc; member
169 bool dytc : 1; member
939 struct ideapad_dytc_priv *dytc = dev_get_drvdata(dev); in dytc_profile_get() local
941 *profile = dytc->current_profile; in dytc_profile_get()
992 struct ideapad_dytc_priv *dytc = dev_get_drvdata(dev); in dytc_profile_set() local
993 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 …]