temp_get
if (!ops->temp_get)
ret = ops->temp_get(dpll, dpll_priv(dpll), &temp, extack);
zldpll->ops.temp_get = zl3073x_dpll_temp_get;
therm->func->temp_get(therm) < 0)
if (therm->func->temp_get)
return therm->func->temp_get(therm);
u8 temp = therm->func->temp_get(therm);
u8 temp = therm->func->temp_get(therm);
cur = therm->func->temp_get(therm);
.temp_get = g84_temp_get,
.temp_get = g84_temp_get,
.temp_get = g84_temp_get,
.temp_get = g84_temp_get,
.temp_get = g84_temp_get,
.temp_get = gp100_temp_get,
.temp_get = g84_temp_get,
.temp_get = nv40_temp_get,
.temp_get = nv50_temp_get,
int (*temp_get)(struct nvkm_therm *);
int temp = therm->func->temp_get(therm);
if (therm->func->temp_get(therm) >= 0)
if (therm->func->temp_get(therm) < 0)
int temperature = therm->func->temp_get(therm);
*val = temp_get();
int (*temp_get)(const struct dpll_device *dpll, void *dpll_priv,