Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h103 int nvkm_therm_fan_sense(struct nvkm_therm *);
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_hwmon.c391 if (!therm || !therm->attr_get || nvkm_therm_fan_sense(therm) < 0) in nouveau_fan_is_visible()
479 *val = nvkm_therm_fan_sense(therm); in nouveau_fan_read()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfan.c124 nvkm_therm_fan_sense(struct nvkm_therm *therm) in nvkm_therm_fan_sense() function