Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
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()
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()
Dgm200.c30 .temp_get = g84_temp_get,
Dg84.c118 cur = therm->func->temp_get(therm); in g84_therm_threshold_hyst_emulation()
221 .temp_get = g84_temp_get,
Dgp100.c49 .temp_get = gp100_temp_get,
Dgt215.c65 .temp_get = g84_temp_get,
Dgm107.c65 .temp_get = g84_temp_get,
Dpriv.h94 int (*temp_get)(struct nvkm_therm *); member
Dgk104.c100 .temp_get = g84_temp_get,
Dgf119.c144 .temp_get = g84_temp_get,
Dnv50.c167 .temp_get = nv50_temp_get,
Dnv40.c195 .temp_get = nv40_temp_get,
/linux-6.12.1/include/linux/
Ddpll.h27 int (*temp_get)(const struct dpll_device *dpll, void *dpll_priv, member
/linux-6.12.1/drivers/platform/x86/
Dsilicom-platform.c770 static u32 temp_get(void) in temp_get() function
821 *val = temp_get(); in silicom_fan_control_read_temp()
/linux-6.12.1/drivers/dpll/
Ddpll_netlink.c161 if (!ops->temp_get) in dpll_msg_add_temp()
163 ret = ops->temp_get(dpll, dpll_priv(dpll), &temp, extack); in dpll_msg_add_temp()