Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/subdev/therm/
Dfan.c124 nouveau_therm_fan_set(struct nouveau_therm *therm, bool immediate, int percent) in nouveau_therm_fan_set() function
184 return nouveau_therm_fan_set(therm, true, percent); in nouveau_therm_fan_user_set()
Dbase.c140 nouveau_therm_fan_set(therm, immd, duty); in nouveau_therm_update()
303 nouveau_therm_fan_set(therm, true, priv->fan->percent); in _nouveau_therm_init()
Dpriv.h120 int nouveau_therm_fan_set(struct nouveau_therm *therm, bool now, int percent);
Dtemp.c116 nouveau_therm_fan_set(therm, true, 100); in nouveau_therm_sensor_event()