Searched refs:OLD_STYLE (Results 1 - 1 of 1) sorted by path

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

Completed in 174 milliseconds