Home
last modified time | relevance | path

Searched refs:nvkm_therm_fan_sense (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h90 int nvkm_therm_fan_sense(struct nvkm_therm *);
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_hwmon.c351 return snprintf(buf, PAGE_SIZE, "%d\n", nvkm_therm_fan_sense(therm)); in nouveau_hwmon_show_fan1_input()
609 if (nvkm_therm_fan_sense(therm) >= 0) { in nouveau_hwmon_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfan.c124 nvkm_therm_fan_sense(struct nvkm_therm *therm) in nvkm_therm_fan_sense() function