Home
last modified time | relevance | path

Searched defs:nv40_sensor_style (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dnv40.c27 enum nv40_sensor_style { INVALID_STYLE = -1, OLD_STYLE = 0, NEW_STYLE = 1 }; enum
30 nv40_sensor_style(struct nvkm_therm *therm) in nv40_sensor_style() function