Home
last modified time | relevance | path

Searched refs:get_temp (Results 1 – 25 of 86) sorted by relevance

1234

/linux/drivers/thermal/qcom/
H A Dtsens-v0_1.c331 .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,
H A Dtsens-v1.c204 .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,
H A Dtsens-v2.c265 .get_temp = get_temp_tsens_valid,
283 .get_temp = get_temp_tsens_valid,
H A Dqcom-spmi-temp-alarm.c374 .get_temp = qpnp_tm_get_temp,
422 .get_temp = qpnp_tm_get_temp,
514 .get_temp = qpnp_tm_get_temp,
/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c112 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()
H A Dint340x_thermal_zone.h30 int (*get_temp) (struct thermal_zone_device *, int *));
H A Dprocessor_thermal_device.c272 int (*get_temp) (struct thermal_zone_device *, int *) = NULL; in proc_thermal_add() local
290 get_temp = proc_thermal_get_zone_temp; in proc_thermal_add()
293 proc_priv->int340x_zone = int340x_thermal_zone_add(adev, get_temp); in proc_thermal_add()
/linux/drivers/thermal/
H A Dhisi_thermal.c68 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,
H A Drockchip_thermal.c111 int (*get_temp)(const struct chip_tsadc_table *table, member
1111 .get_temp = rk_tsadcv2_get_temp,
1134 .get_temp = rk_tsadcv2_get_temp,
1157 .get_temp = rk_tsadcv2_get_temp,
1180 .get_temp = rk_tsadcv2_get_temp,
1202 .get_temp = rk_tsadcv2_get_temp,
1225 .get_temp = rk_tsadcv2_get_temp,
1248 .get_temp = rk_tsadcv2_get_temp,
1271 .get_temp = rk_tsadcv2_get_temp,
1294 .get_temp = rk_tsadcv2_get_temp,
[all …]
H A Dimx8mm_thermal.c81 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,
H A Dthermal_helpers.c90 ret = tz->ops.get_temp(tz, temp); in __thermal_zone_get_temp()
136 if (!tz->ops.get_temp) in thermal_zone_get_temp()
H A Dloongson2_thermal.c116 .get_temp = loongson2_2k1000_get_temp,
121 .get_temp = loongson2_2k2000_get_temp,
H A Dkirkwood_thermal.c52 .get_temp = kirkwood_get_temp,
H A Dthermal_mmio.c37 .get_temp = thermal_mmio_get_temperature,
H A Dimx_sc_thermal.c69 .get_temp = imx_sc_thermal_get_temp,
H A Dmax77620_thermal.c68 .get_temp = max77620_thermal_read_temp,
/linux/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c43 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,
/linux/drivers/hwmon/
H A Ddrivetemp.c116 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); member
425 st->get_temp = drivetemp_get_scttemp; in drivetemp_identify_sata()
431 st->get_temp = drivetemp_get_smarttemp; in drivetemp_identify_sata()
463 err = st->get_temp(st, attr, val); in drivetemp_read()
/linux/tools/perf/tests/
H A Dtopology.c17 static int get_temp(char *path) in get_temp() function
208 TEST_ASSERT_VAL("can't get templ file", !get_temp(path)); in test__session_topology()
/linux/drivers/thermal/broadcom/
H A Dns-thermal.c42 .get_temp = ns_thermal_get_temp,
H A Dbrcmstb_thermal.c290 .get_temp = brcmstb_get_temp,
306 .get_temp = brcmstb_get_temp,
H A Dbcm2711_thermal.c58 .get_temp = bcm2711_get_temp,
H A Dsr-thermal.c44 .get_temp = sr_get_temp,
/linux/drivers/power/supply/
H A Dbd71828-power.c139 int (*get_temp)(struct bd71828_power *pwr, int *temp); member
517 ret = pwr->get_temp(pwr, &val->intval); in bd71828_battery_get_property()
1069 pwr->get_temp = bd71828_get_temp; in bd71828_power_probe()
1074 pwr->get_temp = bd71815_get_temp; in bd71828_power_probe()
1080 pwr->get_temp = bd71828_get_temp; in bd71828_power_probe()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_thermal.c33 .get_temp = cxgb4_thermal_get_temp,

1234