Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dtemp.c89 int temperature = therm->func->temp_get(therm); in nvkm_therm_sensor_event()
143 int temp = therm->func->temp_get(therm); in nvkm_therm_threshold_hyst_polling()
188 if (therm->func->temp_get(therm) >= 0) in alarm_timer_callback()
232 if (therm->func->temp_get(therm) < 0) in nvkm_therm_sensor_preinit()
H A Dbase.c32 if (therm->func->temp_get) in nvkm_therm_temp_get()
33 return therm->func->temp_get(therm); in nvkm_therm_temp_get()
43 u8 temp = therm->func->temp_get(therm); in nvkm_therm_update_trip()
73 u8 temp = therm->func->temp_get(therm); in nvkm_therm_compute_linear_duty()
203 therm->func->temp_get(therm) < 0) in nvkm_therm_fan_mode()
H A Dgm200.c30 .temp_get = g84_temp_get,
H A Dgp100.c47 .temp_get = gp100_temp_get,
H A Dg84.c118 cur = therm->func->temp_get(therm); in g84_therm_threshold_hyst_emulation()
221 .temp_get = g84_temp_get,
H A Dgm107.c65 .temp_get = g84_temp_get,
H A Dgt215.c65 .temp_get = g84_temp_get,
H A Dpriv.h94 int (*temp_get)(struct nvkm_therm *); member
H A Dgk104.c100 .temp_get = g84_temp_get,
H A Dgf119.c144 .temp_get = g84_temp_get,
H A Dnv50.c167 .temp_get = nv50_temp_get,
H A Dnv40.c195 .temp_get = nv40_temp_get,