Searched refs:nouveau_therm_cstate (Results 1 – 3 of 3) sorted by relevance
74 int nouveau_therm_cstate(struct nouveau_therm *, int, int);
94 ret = nouveau_therm_cstate(ptherm, pstate->fanspeed, +1); in nouveau_cstate_prog()122 ret = nouveau_therm_cstate(ptherm, pstate->fanspeed, -1); in nouveau_cstate_prog()
145 nouveau_therm_cstate(struct nouveau_therm *ptherm, int fan, int dir) in nouveau_therm_cstate() function