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

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgm200.c30 .temp_get = g84_temp_get,
H A Dgp100.c49 .temp_get = gp100_temp_get,
H A Dtemp.c89 int temperature = therm->func->temp_get(therm);
143 int temp = therm->func->temp_get(therm);
188 if (therm->func->temp_get(therm) >= 0)
232 if (therm->func->temp_get(therm) < 0)
H A Dgt215.c65 .temp_get = g84_temp_get,
H A Dgm107.c65 .temp_get = g84_temp_get,
H A Dbase.c32 if (therm->func->temp_get)
33 return therm->func->temp_get(therm);
43 u8 temp = therm->func->temp_get(therm);
73 u8 temp = therm->func->temp_get(therm);
203 therm->func->temp_get(therm) < 0)
H A Dgk104.c100 .temp_get = g84_temp_get,
H A Dpriv.h94 int (*temp_get)(struct nvkm_therm *); member in struct:nvkm_therm_func
H A Dg84.c118 cur = therm->func->temp_get(therm);
221 .temp_get = g84_temp_get,
H A Dnv40.c195 .temp_get = nv40_temp_get,
H A Dnv50.c167 .temp_get = nv50_temp_get,
H A Dgf119.c144 .temp_get = g84_temp_get,
/linux-master/include/linux/
H A Ddpll.h26 int (*temp_get)(const struct dpll_device *dpll, void *dpll_priv, member in struct:dpll_device_ops
/linux-master/drivers/platform/x86/
H A Dsilicom-platform.c770 static u32 temp_get(void) function
821 *val = temp_get();
/linux-master/drivers/dpll/
H A Ddpll_netlink.c161 if (!ops->temp_get)
163 ret = ops->temp_get(dpll, dpll_priv(dpll), &temp, extack);

Completed in 160 milliseconds