Searched refs:nouveau_therm_fan_set (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/nouveau/core/subdev/therm/ |
D | fan.c | 124 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()
|
D | base.c | 140 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()
|
D | priv.h | 120 int nouveau_therm_fan_set(struct nouveau_therm *therm, bool now, int percent);
|
D | temp.c | 116 nouveau_therm_fan_set(therm, true, 100); in nouveau_therm_sensor_event()
|