| /drivers/thermal/qcom/ |
| A D | tsens-v0_1.c | 331 .get_temp = get_temp_common, 344 .get_temp = get_temp_common, 357 .get_temp = get_temp_common, 372 .get_temp = get_temp_common, 387 .get_temp = get_temp_common, 400 .get_temp = get_temp_common,
|
| A D | tsens-v1.c | 204 .get_temp = get_temp_tsens_valid, 216 .get_temp = get_temp_tsens_valid, 229 .get_temp = get_temp_tsens_valid, 249 .get_temp = get_temp_tsens_valid,
|
| A D | tsens-v2.c | 265 .get_temp = get_temp_tsens_valid, 283 .get_temp = get_temp_tsens_valid,
|
| A D | qcom-spmi-temp-alarm.c | 374 .get_temp = qpnp_tm_get_temp, 422 .get_temp = qpnp_tm_get_temp, 514 .get_temp = qpnp_tm_get_temp,
|
| /drivers/thermal/intel/int340x_thermal/ |
| A D | int340x_thermal_zone.c | 112 int (*get_temp) (struct thermal_zone_device *, int *)) in int340x_thermal_zone_add() 117 .get_temp = get_temp ? get_temp : int340x_thermal_get_zone_temp, in int340x_thermal_zone_add()
|
| A D | processor_thermal_device.c | 271 int (*get_temp) (struct thermal_zone_device *, int *) = NULL; in proc_thermal_add() local 289 get_temp = proc_thermal_get_zone_temp; in proc_thermal_add() 292 proc_priv->int340x_zone = int340x_thermal_zone_add(adev, get_temp); in proc_thermal_add()
|
| A D | int340x_thermal_zone.h | 30 int (*get_temp) (struct thermal_zone_device *, int *));
|
| /drivers/thermal/ |
| A D | hisi_thermal.c | 68 int (*get_temp)(struct hisi_thermal_sensor *sensor); member 432 *temp = data->ops->get_temp(sensor); in hisi_thermal_get_temp() 438 .get_temp = hisi_thermal_get_temp, 449 temp = data->ops->get_temp(sensor); in hisi_thermal_alarm_irq_thread() 502 .get_temp = hi6220_thermal_get_temp, 510 .get_temp = hi3660_thermal_get_temp,
|
| A D | rockchip_thermal.c | 1108 .get_temp = rk_tsadcv2_get_temp, 1133 .get_temp = rk_tsadcv2_get_temp, 1158 .get_temp = rk_tsadcv2_get_temp, 1183 .get_temp = rk_tsadcv2_get_temp, 1207 .get_temp = rk_tsadcv2_get_temp, 1232 .get_temp = rk_tsadcv2_get_temp, 1257 .get_temp = rk_tsadcv2_get_temp, 1282 .get_temp = rk_tsadcv2_get_temp, 1307 .get_temp = rk_tsadcv2_get_temp, 1330 .get_temp = rk_tsadcv4_get_temp, [all …]
|
| A D | imx8mm_thermal.c | 81 int (*get_temp)(void *data, int *temp); member 146 return tmu->socdata->get_temp(sensor, temp); in tmu_get_temp() 150 .get_temp = tmu_get_temp, 380 .get_temp = imx8mm_tmu_get_temp, 386 .get_temp = imx8mp_tmu_get_temp,
|
| A D | thermal_helpers.c | 90 ret = tz->ops.get_temp(tz, temp); in __thermal_zone_get_temp() 136 if (!tz->ops.get_temp) in thermal_zone_get_temp()
|
| A D | loongson2_thermal.c | 116 .get_temp = loongson2_2k1000_get_temp, 121 .get_temp = loongson2_2k2000_get_temp,
|
| A D | kirkwood_thermal.c | 52 .get_temp = kirkwood_get_temp,
|
| A D | thermal_mmio.c | 37 .get_temp = thermal_mmio_get_temperature,
|
| A D | imx_sc_thermal.c | 69 .get_temp = imx_sc_thermal_get_temp,
|
| A D | max77620_thermal.c | 68 .get_temp = max77620_thermal_read_temp,
|
| A D | dove_thermal.c | 110 .get_temp = dove_get_temp,
|
| /drivers/thermal/tegra/ |
| A D | tegra-bpmp-thermal.c | 43 req.get_temp.zone = zone->idx; in __tegra_bpmp_thermal_get_temp() 60 *out_temp = reply.get_temp.temp; in __tegra_bpmp_thermal_get_temp() 204 .get_temp = tegra_bpmp_thermal_get_temp, 209 .get_temp = tegra_bpmp_thermal_get_temp,
|
| /drivers/hwmon/ |
| A D | drivetemp.c | 118 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); member 427 st->get_temp = drivetemp_get_scttemp; in drivetemp_identify_sata() 433 st->get_temp = drivetemp_get_smarttemp; in drivetemp_identify_sata() 466 err = st->get_temp(st, attr, val); in drivetemp_read()
|
| /drivers/thermal/broadcom/ |
| A D | brcmstb_thermal.c | 290 .get_temp = brcmstb_get_temp, 306 .get_temp = brcmstb_get_temp,
|
| A D | ns-thermal.c | 42 .get_temp = ns_thermal_get_temp,
|
| A D | bcm2711_thermal.c | 58 .get_temp = bcm2711_get_temp,
|
| A D | sr-thermal.c | 44 .get_temp = sr_get_temp,
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_thermal.c | 33 .get_temp = cxgb4_thermal_get_temp,
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | core_thermal.c | 214 .get_temp = mlxsw_thermal_get_temp, 257 .get_temp = mlxsw_thermal_module_temp_get, 285 .get_temp = mlxsw_thermal_gearbox_temp_get,
|