| /Linux-v5.4/drivers/thermal/ |
| D | rockchip_thermal.c | 113 int (*get_temp)(const struct chip_tsadc_table *table, member 835 .get_temp = rk_tsadcv2_get_temp, 859 .get_temp = rk_tsadcv2_get_temp, 883 .get_temp = rk_tsadcv2_get_temp, 908 .get_temp = rk_tsadcv2_get_temp, 931 .get_temp = rk_tsadcv2_get_temp, 956 .get_temp = rk_tsadcv2_get_temp, 981 .get_temp = rk_tsadcv2_get_temp, 1006 .get_temp = rk_tsadcv2_get_temp, 1100 retval = tsadc->get_temp(&tsadc->table, in rockchip_thermal_get_temp() [all …]
|
| D | hisi_thermal.c | 77 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,
|
| D | thermal_helpers.c | 84 if (!tz || IS_ERR(tz) || !tz->ops->get_temp) in thermal_zone_get_temp() 89 ret = tz->ops->get_temp(tz, temp); in thermal_zone_get_temp()
|
| D | kirkwood_thermal.c | 55 .get_temp = kirkwood_get_temp,
|
| D | tango_thermal.c | 65 .get_temp = tango_get_temp,
|
| D | thermal_mmio.c | 38 .get_temp = thermal_mmio_get_temperature,
|
| D | of-thermal.c | 94 if (!data->ops->get_temp) in of_thermal_get_temp() 97 return data->ops->get_temp(data->sensor_data, temp); in of_thermal_get_temp() 433 tzd->ops->get_temp = of_thermal_get_temp; in thermal_zone_of_add_sensor() 571 tzd->ops->get_temp = NULL; in thermal_zone_of_sensor_unregister()
|
| D | max77620_thermal.c | 70 .get_temp = max77620_thermal_read_temp,
|
| D | dove_thermal.c | 113 .get_temp = dove_get_temp,
|
| D | thermal-generic-adc.c | 72 .get_temp = gadc_thermal_get_temp,
|
| D | spear_thermal.c | 45 .get_temp = thermal_get_temp,
|
| D | db8500_thermal.c | 87 .get_temp = db8500_thermal_get_temp,
|
| D | da9062-thermal.c | 183 .get_temp = da9062_thermal_get_temp,
|
| /Linux-v5.4/drivers/thermal/qcom/ |
| D | tsens.c | 20 return priv->ops->get_temp(priv, s->id, temp); in tsens_get_temp() 78 .get_temp = tsens_get_temp, 153 if (!priv->ops || !priv->ops->init || !priv->ops->get_temp) in tsens_probe()
|
| D | tsens-v2.c | 68 .get_temp = get_temp_tsens_valid,
|
| D | tsens-v0_1.c | 366 .get_temp = get_temp_common, 381 .get_temp = get_temp_common,
|
| D | tsens-v1.c | 187 .get_temp = get_temp_tsens_valid,
|
| /Linux-v5.4/drivers/thermal/intel/ |
| D | intel_pch_thermal.c | 210 int (*get_temp)(struct pch_thermal_device *ptd, int *temp); member 219 .get_temp = pch_wpt_get_temp, 228 return ptd->ops->get_temp(ptd, temp); in pch_thermal_get_temp() 265 .get_temp = pch_thermal_get_temp,
|
| /Linux-v5.4/tools/perf/tests/ |
| D | topology.c | 16 static int get_temp(char *path) in get_temp() function 124 TEST_ASSERT_VAL("can't get templ file", !get_temp(path)); in test__session_topology()
|
| /Linux-v5.4/drivers/thermal/tegra/ |
| D | tegra-bpmp-thermal.c | 43 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-v5.4/drivers/thermal/intel/int340x_thermal/ |
| D | int340x_thermal_zone.c | 20 if (d->override_ops && d->override_ops->get_temp) in int340x_thermal_get_zone_temp() 21 return d->override_ops->get_temp(zone, temp); in int340x_thermal_get_zone_temp() 149 .get_temp = int340x_thermal_get_zone_temp,
|
| /Linux-v5.4/drivers/thermal/broadcom/ |
| D | ns-thermal.c | 47 .get_temp = ns_thermal_get_temp,
|
| D | sr-thermal.c | 45 .get_temp = sr_get_temp,
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_thermal.c | 57 .get_temp = cxgb4_thermal_get_temp,
|
| /Linux-v5.4/include/linux/ |
| D | thermal.h | 98 int (*get_temp) (struct thermal_zone_device *, int *); member 354 int (*get_temp)(void *, int *); member
|