Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/subdev/therm/
Dbase.c166 nouveau_therm_fan_mode(struct nouveau_therm *therm, int mode) in nouveau_therm_fan_mode() function
251 return nouveau_therm_fan_mode(therm, value); in nouveau_therm_attr_set()
305 nouveau_therm_fan_mode(therm, priv->suspend); in _nouveau_therm_init()
363 nouveau_therm_fan_mode(therm, NOUVEAU_THERM_CTRL_AUTO); in nouveau_therm_preinit()
Dpriv.h106 int nouveau_therm_fan_mode(struct nouveau_therm *therm, int mode);
Dtemp.c117 nouveau_therm_fan_mode(therm, NOUVEAU_THERM_CTRL_AUTO); in nouveau_therm_sensor_event()
/drivers/gpu/drm/nouveau/core/include/subdev/
Dtherm.h7 enum nouveau_therm_fan_mode { enum