Searched refs:temp_get (Results 1 - 24 of 24) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | temp.c | 89 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 D | base.c | 32 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 D | gm200.c | 30 .temp_get = g84_temp_get,
|
H A D | gp100.c | 47 .temp_get = gp100_temp_get,
|
H A D | g84.c | 118 cur = therm->func->temp_get(therm); in g84_therm_threshold_hyst_emulation() 221 .temp_get = g84_temp_get,
|
H A D | gm107.c | 65 .temp_get = g84_temp_get,
|
H A D | gt215.c | 65 .temp_get = g84_temp_get,
|
H A D | gk104.c | 100 .temp_get = g84_temp_get,
|
H A D | gf119.c | 143 .temp_get = g84_temp_get,
|
H A D | priv.h | 94 int (*temp_get)(struct nvkm_therm *); member
|
H A D | nv40.c | 195 .temp_get = nv40_temp_get,
|
H A D | nv50.c | 167 .temp_get = nv50_temp_get,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | temp.c | 89 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 D | base.c | 32 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 D | gm200.c | 30 .temp_get = g84_temp_get,
|
H A D | gp100.c | 47 .temp_get = gp100_temp_get,
|
H A D | g84.c | 118 cur = therm->func->temp_get(therm); in g84_therm_threshold_hyst_emulation() 221 .temp_get = g84_temp_get,
|
H A D | gm107.c | 65 .temp_get = g84_temp_get,
|
H A D | gt215.c | 65 .temp_get = g84_temp_get,
|
H A D | priv.h | 94 int (*temp_get)(struct nvkm_therm *); member
|
H A D | gf119.c | 144 .temp_get = g84_temp_get,
|
H A D | gk104.c | 100 .temp_get = g84_temp_get,
|
H A D | nv50.c | 167 .temp_get = nv50_temp_get,
|
H A D | nv40.c | 195 .temp_get = nv40_temp_get,
|
Completed in 9 milliseconds