Searched refs:ptherm (Results 1 – 2 of 2) sorted by relevance
145 nouveau_therm_cstate(struct nouveau_therm *ptherm, int fan, int dir) in nouveau_therm_cstate() argument147 struct nouveau_therm_priv *priv = (void *)ptherm; in nouveau_therm_cstate()150 nv_debug(ptherm, "default fan speed -> %d%%\n", fan); in nouveau_therm_cstate()152 nouveau_therm_update(ptherm, -1); in nouveau_therm_cstate()
82 struct nouveau_therm *ptherm = nouveau_therm(clk); in nouveau_cstate_prog() local93 if (ptherm) { in nouveau_cstate_prog()94 ret = nouveau_therm_cstate(ptherm, pstate->fanspeed, +1); in nouveau_cstate_prog()121 if (ptherm) { in nouveau_cstate_prog()122 ret = nouveau_therm_cstate(ptherm, pstate->fanspeed, -1); in nouveau_cstate_prog()