/linux-6.3-rc2/drivers/thermal/intel/int340x_thermal/ |
A D | int340x_thermal_zone.c | 65 .get_temp = int340x_thermal_get_zone_temp, 116 int (*get_temp) (struct thermal_zone_device *, int *)) in int340x_thermal_zone_add() 139 if (get_temp) in int340x_thermal_zone_add() 140 int34x_zone->ops->get_temp = get_temp; in int340x_thermal_zone_add()
|
A D | processor_thermal_device.c | 207 int (*get_temp) (struct thermal_zone_device *, int *) = NULL; in proc_thermal_add() local 225 get_temp = proc_thermal_get_zone_temp; in proc_thermal_add() 228 proc_priv->int340x_zone = int340x_thermal_zone_add(adev, get_temp); in proc_thermal_add()
|
A D | int340x_thermal_zone.h | 32 int (*get_temp) (struct thermal_zone_device *, int *));
|
/linux-6.3-rc2/drivers/thermal/qcom/ |
A D | tsens-v0_1.c | 313 .get_temp = get_temp_common, 319 .get_temp = get_temp_common, 334 .get_temp = get_temp_common, 349 .get_temp = get_temp_common,
|
A D | tsens-v1.c | 178 .get_temp = get_temp_tsens_valid, 190 .get_temp = get_temp_tsens_valid, 203 .get_temp = get_temp_tsens_valid,
|
A D | tsens-v2.c | 109 .get_temp = get_temp_tsens_valid,
|
A D | tsens.c | 747 goto get_temp; in get_temp_tsens_valid() 760 get_temp: in get_temp_tsens_valid() 1063 return priv->ops->get_temp(s, temp); in tsens_get_temp() 1131 .get_temp = tsens_get_temp, 1279 if (!priv->ops || !priv->ops->init || !priv->ops->get_temp) in tsens_probe()
|
/linux-6.3-rc2/drivers/thermal/ |
A D | rockchip_thermal.c | 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, 1234 retval = tsadc->get_temp(&tsadc->table, in rockchip_thermal_get_temp() [all …]
|
A D | imx8mm_thermal.c | 82 int (*get_temp)(void *, int *); member 147 return tmu->socdata->get_temp(sensor, temp); in tmu_get_temp() 151 .get_temp = tmu_get_temp, 386 .get_temp = imx8mm_tmu_get_temp, 392 .get_temp = imx8mp_tmu_get_temp,
|
A D | hisi_thermal.c | 68 int (*get_temp)(struct hisi_thermal_sensor *sensor); member 437 *temp = data->ops->get_temp(sensor); in hisi_thermal_get_temp() 446 .get_temp = hisi_thermal_get_temp, 457 temp = data->ops->get_temp(sensor); in hisi_thermal_alarm_irq_thread() 507 .get_temp = hi6220_thermal_get_temp, 515 .get_temp = hi3660_thermal_get_temp,
|
A D | thermal_helpers.c | 90 ret = tz->ops->get_temp(tz, temp); in __thermal_zone_get_temp() 132 if (!tz->ops->get_temp) { in thermal_zone_get_temp()
|
A D | kirkwood_thermal.c | 55 .get_temp = kirkwood_get_temp,
|
A D | thermal_mmio.c | 37 .get_temp = thermal_mmio_get_temperature,
|
A D | imx_sc_thermal.c | 73 .get_temp = imx_sc_thermal_get_temp,
|
A D | max77620_thermal.c | 70 .get_temp = max77620_thermal_read_temp,
|
A D | dove_thermal.c | 113 .get_temp = dove_get_temp,
|
A D | db8500_thermal.c | 76 .get_temp = db8500_thermal_get_temp,
|
/linux-6.3-rc2/drivers/thermal/tegra/ |
A 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() 167 .get_temp = tegra_bpmp_thermal_get_temp,
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | drivetemp.c | 118 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); member 423 st->get_temp = drivetemp_get_scttemp; in drivetemp_identify_sata() 429 st->get_temp = drivetemp_get_smarttemp; in drivetemp_identify_sata() 462 err = st->get_temp(st, attr, val); in drivetemp_read()
|
/linux-6.3-rc2/drivers/thermal/broadcom/ |
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 | brcmstb_thermal.c | 292 .get_temp = brcmstb_get_temp, 302 .get_temp = brcmstb_get_temp,
|
A D | sr-thermal.c | 44 .get_temp = sr_get_temp,
|
/linux-6.3-rc2/tools/perf/tests/ |
A 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.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_thermal.c | 33 .get_temp = cxgb4_thermal_get_temp,
|