/drivers/thermal/ |
D | imx8mm_thermal.c | 45 int (*get_temp)(void *, int *); member 110 return tmu->socdata->get_temp(data, temp); in tmu_get_temp() 114 .get_temp = tmu_get_temp, 214 .get_temp = imx8mm_tmu_get_temp, 220 .get_temp = imx8mp_tmu_get_temp,
|
D | rockchip_thermal.c | 116 int (*get_temp)(const struct chip_tsadc_table *table, member 846 .get_temp = rk_tsadcv2_get_temp, 870 .get_temp = rk_tsadcv2_get_temp, 894 .get_temp = rk_tsadcv2_get_temp, 919 .get_temp = rk_tsadcv2_get_temp, 942 .get_temp = rk_tsadcv2_get_temp, 967 .get_temp = rk_tsadcv2_get_temp, 992 .get_temp = rk_tsadcv2_get_temp, 1017 .get_temp = rk_tsadcv2_get_temp, 1113 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 446 *temp = data->ops->get_temp(sensor); in hisi_thermal_get_temp() 455 .get_temp = hisi_thermal_get_temp, 515 .get_temp = hi6220_thermal_get_temp, 523 .get_temp = hi3660_thermal_get_temp,
|
D | thermal_helpers.c | 85 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()
|
D | thermal_of.c | 92 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()
|
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 | max77620_thermal.c | 70 .get_temp = max77620_thermal_read_temp,
|
D | imx_sc_thermal.c | 74 .get_temp = imx_sc_thermal_get_temp,
|
D | dove_thermal.c | 113 .get_temp = dove_get_temp,
|
D | spear_thermal.c | 45 .get_temp = thermal_get_temp,
|
D | thermal-generic-adc.c | 72 .get_temp = gadc_thermal_get_temp,
|
/drivers/thermal/intel/ |
D | intel_pch_thermal.c | 213 int (*get_temp)(struct pch_thermal_device *ptd, int *temp); member 222 .get_temp = pch_wpt_get_temp, 231 return ptd->ops->get_temp(ptd, temp); in pch_thermal_get_temp() 268 .get_temp = pch_thermal_get_temp,
|
/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,
|
/drivers/hwmon/ |
D | drivetemp.c | 118 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()
|
/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 21 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() 158 .get_temp = int340x_thermal_get_zone_temp,
|
/drivers/thermal/qcom/ |
D | tsens-v1.c | 355 .get_temp = get_temp_tsens_valid, 367 .get_temp = get_temp_tsens_valid, 380 .get_temp = get_temp_tsens_valid,
|
D | tsens-v0_1.c | 504 .get_temp = get_temp_common, 519 .get_temp = get_temp_common, 534 .get_temp = get_temp_common,
|
D | tsens-v2.c | 95 .get_temp = get_temp_tsens_valid,
|
/drivers/thermal/broadcom/ |
D | brcmstb_thermal.c | 292 .get_temp = brcmstb_get_temp, 302 .get_temp = brcmstb_get_temp,
|
D | ns-thermal.c | 47 .get_temp = ns_thermal_get_temp,
|
D | bcm2711_thermal.c | 58 .get_temp = bcm2711_get_temp,
|
D | sr-thermal.c | 45 .get_temp = sr_get_temp,
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_thermal.c | 57 .get_temp = cxgb4_thermal_get_temp,
|