/linux-6.1.9/drivers/thermal/ |
D | imx8mm_thermal.c | 45 int (*get_temp)(void *, int *); member 110 return tmu->socdata->get_temp(sensor, temp); in tmu_get_temp() 114 .get_temp = tmu_get_temp, 219 .get_temp = imx8mm_tmu_get_temp, 225 .get_temp = imx8mp_tmu_get_temp,
|
D | rockchip_thermal.c | 116 int (*get_temp)(const struct chip_tsadc_table *table, member 938 .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, [all …]
|
D | hisi_thermal.c | 69 int (*get_temp)(struct hisi_thermal_sensor *sensor); member 442 *temp = data->ops->get_temp(sensor); in hisi_thermal_get_temp() 451 .get_temp = hisi_thermal_get_temp, 462 temp = data->ops->get_temp(sensor); in hisi_thermal_alarm_irq_thread() 511 .get_temp = hi6220_thermal_get_temp, 519 .get_temp = hi3660_thermal_get_temp,
|
D | thermal_helpers.c | 76 if (!tz || IS_ERR(tz) || !tz->ops->get_temp) in __thermal_zone_get_temp() 79 ret = tz->ops->get_temp(tz, temp); in __thermal_zone_get_temp()
|
D | kirkwood_thermal.c | 55 .get_temp = kirkwood_get_temp,
|
D | thermal_mmio.c | 37 .get_temp = thermal_mmio_get_temperature,
|
D | imx_sc_thermal.c | 74 .get_temp = imx_sc_thermal_get_temp,
|
D | max77620_thermal.c | 70 .get_temp = max77620_thermal_read_temp,
|
D | dove_thermal.c | 113 .get_temp = dove_get_temp,
|
D | db8500_thermal.c | 76 .get_temp = db8500_thermal_get_temp,
|
D | spear_thermal.c | 45 .get_temp = thermal_get_temp,
|
/linux-6.1.9/drivers/thermal/tegra/ |
D | tegra-bpmp-thermal.c | 43 req.get_temp.zone = zone->idx; in __tegra_bpmp_thermal_get_temp() 58 *out_temp = reply.get_temp.temp; in __tegra_bpmp_thermal_get_temp() 166 .get_temp = tegra_bpmp_thermal_get_temp,
|
/linux-6.1.9/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()
|
/linux-6.1.9/drivers/thermal/intel/ |
D | intel_pch_thermal.c | 280 int (*get_temp)(struct pch_thermal_device *ptd, int *temp); member 289 .get_temp = pch_wpt_get_temp, 298 return ptd->ops->get_temp(ptd, temp); in pch_thermal_get_temp() 340 .get_temp = pch_thermal_get_temp,
|
/linux-6.1.9/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() 163 .get_temp = int340x_thermal_get_zone_temp,
|
/linux-6.1.9/drivers/thermal/qcom/ |
D | tsens-v0_1.c | 586 .get_temp = get_temp_common, 601 .get_temp = get_temp_common, 616 .get_temp = get_temp_common, 629 .get_temp = get_temp_common,
|
D | tsens-v2.c | 95 .get_temp = get_temp_tsens_valid,
|
D | tsens.c | 608 goto get_temp; in get_temp_tsens_valid() 621 get_temp: in get_temp_tsens_valid() 933 return priv->ops->get_temp(s, temp); in tsens_get_temp() 995 .get_temp = tsens_get_temp, 1138 if (!priv->ops || !priv->ops->init || !priv->ops->get_temp) in tsens_probe()
|
D | tsens-v1.c | 368 .get_temp = get_temp_tsens_valid, 380 .get_temp = get_temp_tsens_valid,
|
/linux-6.1.9/drivers/thermal/broadcom/ |
D | ns-thermal.c | 42 .get_temp = ns_thermal_get_temp,
|
D | bcm2711_thermal.c | 58 .get_temp = bcm2711_get_temp,
|
D | brcmstb_thermal.c | 292 .get_temp = brcmstb_get_temp, 302 .get_temp = brcmstb_get_temp,
|
D | sr-thermal.c | 44 .get_temp = sr_get_temp,
|
/linux-6.1.9/tools/perf/tests/ |
D | topology.c | 17 static int get_temp(char *path) in get_temp() function 221 TEST_ASSERT_VAL("can't get templ file", !get_temp(path)); in test__session_topology()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_thermal.c | 57 .get_temp = cxgb4_thermal_get_temp,
|