Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dnv40.c27 enum nv40_sensor_style { INVALID_STYLE = -1, OLD_STYLE = 0, NEW_STYLE = 1 }; enumerator
37 return OLD_STYLE; in nv40_sensor_style()
64 } else if (style == OLD_STYLE) { in nv40_sensor_setup()
83 } else if (style == OLD_STYLE) { in nv40_temp_get()