Home
last modified time | relevance | path

Searched refs:get_temp (Results 1 – 25 of 72) sorted by relevance

123

/linux/drivers/thermal/
A Dimx8mm_thermal.c44 int (*get_temp)(void *, int *); member
103 return tmu->socdata->get_temp(data, temp); in tmu_get_temp()
107 .get_temp = tmu_get_temp,
210 .get_temp = imx8mm_tmu_get_temp,
216 .get_temp = imx8mp_tmu_get_temp,
A Drockchip_thermal.c938 .get_temp = rk_tsadcv2_get_temp,
962 .get_temp = rk_tsadcv2_get_temp,
986 .get_temp = rk_tsadcv2_get_temp,
1011 .get_temp = rk_tsadcv2_get_temp,
1034 .get_temp = rk_tsadcv2_get_temp,
1059 .get_temp = rk_tsadcv2_get_temp,
1084 .get_temp = rk_tsadcv2_get_temp,
1109 .get_temp = rk_tsadcv2_get_temp,
1134 .get_temp = rk_tsadcv2_get_temp,
1234 retval = tsadc->get_temp(&tsadc->table, in rockchip_thermal_get_temp()
[all …]
A Dhisi_thermal.c77 int (*get_temp)(struct hisi_thermal_sensor *sensor); member
450 *temp = data->ops->get_temp(sensor); in hisi_thermal_get_temp()
459 .get_temp = hisi_thermal_get_temp,
519 .get_temp = hi6220_thermal_get_temp,
527 .get_temp = hi3660_thermal_get_temp,
A Dthermal_helpers.c85 if (!tz || IS_ERR(tz) || !tz->ops->get_temp) in thermal_zone_get_temp()
90 ret = tz->ops->get_temp(tz, temp); in thermal_zone_get_temp()
A Dthermal_of.c92 if (!data->ops || !data->ops->get_temp) in of_thermal_get_temp()
95 return data->ops->get_temp(data->sensor_data, temp); in of_thermal_get_temp()
398 tzd->ops->get_temp = of_thermal_get_temp; in thermal_zone_of_add_sensor()
569 tzd->ops->get_temp = NULL; in thermal_zone_of_sensor_unregister()
A Dkirkwood_thermal.c55 .get_temp = kirkwood_get_temp,
A Dthermal_mmio.c38 .get_temp = thermal_mmio_get_temperature,
A Dmax77620_thermal.c70 .get_temp = max77620_thermal_read_temp,
A Dimx_sc_thermal.c74 .get_temp = imx_sc_thermal_get_temp,
A Ddove_thermal.c113 .get_temp = dove_get_temp,
/linux/drivers/thermal/tegra/
A Dtegra-bpmp-thermal.c43 req.get_temp.zone = zone->idx; in tegra_bpmp_thermal_get_temp()
56 *out_temp = reply.get_temp.temp; in tegra_bpmp_thermal_get_temp()
150 .get_temp = tegra_bpmp_thermal_get_temp,
/linux/drivers/thermal/intel/
A Dintel_pch_thermal.c275 int (*get_temp)(struct pch_thermal_device *ptd, int *temp); member
284 .get_temp = pch_wpt_get_temp,
293 return ptd->ops->get_temp(ptd, temp); in pch_thermal_get_temp()
335 .get_temp = pch_thermal_get_temp,
/linux/drivers/hwmon/
A Ddrivetemp.c118 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); member
424 st->get_temp = drivetemp_get_scttemp; in drivetemp_identify_sata()
430 st->get_temp = drivetemp_get_smarttemp; in drivetemp_identify_sata()
463 err = st->get_temp(st, attr, val); in drivetemp_read()
/linux/drivers/thermal/intel/int340x_thermal/
A Dint340x_thermal_zone.c21 if (d->override_ops && d->override_ops->get_temp) in int340x_thermal_get_zone_temp()
22 return d->override_ops->get_temp(zone, temp); in int340x_thermal_get_zone_temp()
155 .get_temp = int340x_thermal_get_zone_temp,
/linux/tools/perf/tests/
A Dtopology.c17 static int get_temp(char *path) in get_temp() function
184 TEST_ASSERT_VAL("can't get templ file", !get_temp(path)); in test__session_topology()
/linux/include/linux/
A Dthermal.h65 int (*get_temp) (struct thermal_zone_device *, int *); member
304 int (*get_temp)(void *, int *); member
/linux/drivers/thermal/qcom/
A Dtsens-v0_1.c586 .get_temp = get_temp_common,
601 .get_temp = get_temp_common,
616 .get_temp = get_temp_common,
629 .get_temp = get_temp_common,
A Dtsens-v2.c95 .get_temp = get_temp_tsens_valid,
A Dtsens.c607 goto get_temp; in get_temp_tsens_valid()
620 get_temp: in get_temp_tsens_valid()
932 return priv->ops->get_temp(s, temp); in tsens_get_temp()
1002 .get_temp = tsens_get_temp,
1142 if (!priv->ops || !priv->ops->init || !priv->ops->get_temp) in tsens_probe()
A Dtsens-v1.c368 .get_temp = get_temp_tsens_valid,
380 .get_temp = get_temp_tsens_valid,
/linux/drivers/thermal/broadcom/
A Dbrcmstb_thermal.c292 .get_temp = brcmstb_get_temp,
302 .get_temp = brcmstb_get_temp,
A Dns-thermal.c47 .get_temp = ns_thermal_get_temp,
A Dbcm2711_thermal.c61 .get_temp = bcm2711_get_temp,
A Dsr-thermal.c45 .get_temp = sr_get_temp,
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_thermal.c57 .get_temp = cxgb4_thermal_get_temp,

Completed in 40 milliseconds

123