Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/
Dideapad-laptop.c133 struct ideapad_dytc_priv *dytc; member
139 bool dytc : 1; member
748 struct ideapad_dytc_priv *dytc = container_of(pprof, struct ideapad_dytc_priv, pprof); in dytc_profile_get() local
750 *profile = dytc->current_profile; in dytc_profile_get()
801 struct ideapad_dytc_priv *dytc = container_of(pprof, struct ideapad_dytc_priv, pprof); in dytc_profile_set() local
802 struct ideapad_private *priv = dytc->priv; in dytc_profile_set()
806 err = mutex_lock_interruptible(&dytc->mutex); in dytc_profile_set()
830 dytc->current_profile = profile; in dytc_profile_set()
833 mutex_unlock(&dytc->mutex); in dytc_profile_set()
844 mutex_lock(&priv->dytc->mutex); in dytc_profile_refresh()
[all …]