Searched refs:get_temp (Results 1 - 25 of 77) sorted by relevance

1234

/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.h30 int (*get_temp) (struct thermal_zone_device *, int *));
H A Dint340x_thermal_zone.c122 int (*get_temp) (struct thermal_zone_device *, int *))
127 .get_temp = get_temp ? get_temp : int340x_thermal_get_zone_temp,
H A Dprocessor_thermal_device.c270 int (*get_temp) (struct thermal_zone_device *, int *) = NULL;
288 get_temp = proc_thermal_get_zone_temp;
291 proc_priv->int340x_zone = int340x_thermal_zone_add(adev, get_temp);
/linux-master/drivers/thermal/qcom/
H A Dtsens-v1.c156 .get_temp = get_temp_tsens_valid,
168 .get_temp = get_temp_tsens_valid,
181 .get_temp = get_temp_tsens_valid,
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-v2.c109 .get_temp = get_temp_tsens_valid,
/linux-master/drivers/thermal/broadcom/
H A Dns-thermal.c42 .get_temp = ns_thermal_get_temp,
H A Dsr-thermal.c44 .get_temp = sr_get_temp,
H A Dbcm2711_thermal.c58 .get_temp = bcm2711_get_temp,
/linux-master/drivers/thermal/
H A Dhisi_thermal.c68 int (*get_temp)(struct hisi_thermal_sensor *sensor); member in struct:hisi_thermal_ops
437 *temp = data->ops->get_temp(sensor);
443 .get_temp = hisi_thermal_get_temp,
454 temp = data->ops->get_temp(sensor);
504 .get_temp = hi6220_thermal_get_temp,
512 .get_temp = hi3660_thermal_get_temp,
H A Dthermal_helpers.c78 * and the tz->ops.get_temp callback must be provided.
91 ret = tz->ops.get_temp(tz, temp);
135 if (!tz->ops.get_temp) {
H A Dthermal_mmio.c37 .get_temp = thermal_mmio_get_temperature,
H A Dkirkwood_thermal.c52 .get_temp = kirkwood_get_temp,
H A Dimx8mm_thermal.c81 int (*get_temp)(void *data, int *temp); member in struct:thermal_soc_data
146 return tmu->socdata->get_temp(sensor, temp);
150 .get_temp = tmu_get_temp,
380 .get_temp = imx8mm_tmu_get_temp,
386 .get_temp = imx8mp_tmu_get_temp,
H A Drockchip_thermal.c78 * @get_temp: get the temperature
101 int (*get_temp)(const struct chip_tsadc_table *table, member in struct:rockchip_tsadc_chip
1074 .get_temp = rk_tsadcv2_get_temp,
1099 .get_temp = rk_tsadcv2_get_temp,
1124 .get_temp = rk_tsadcv2_get_temp,
1149 .get_temp = rk_tsadcv2_get_temp,
1173 .get_temp = rk_tsadcv2_get_temp,
1198 .get_temp = rk_tsadcv2_get_temp,
1223 .get_temp = rk_tsadcv2_get_temp,
1248 .get_temp
[all...]
H A Dimx_sc_thermal.c69 .get_temp = imx_sc_thermal_get_temp,
H A Dmax77620_thermal.c68 .get_temp = max77620_thermal_read_temp,
H A Ddb8500_thermal.c77 .get_temp = db8500_thermal_get_temp,
H A Dthermal-generic-adc.c73 .get_temp = gadc_thermal_get_temp,
H A Dspear_thermal.c45 .get_temp = thermal_get_temp,
H A Ddove_thermal.c110 .get_temp = dove_get_temp,
/linux-master/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c43 req.get_temp.zone = zone->idx;
60 *out_temp = reply.get_temp.temp;
204 .get_temp = tegra_bpmp_thermal_get_temp,
209 .get_temp = tegra_bpmp_thermal_get_temp,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_thermal.c33 .get_temp = cxgb4_thermal_get_temp,
/linux-master/drivers/hwmon/
H A Ddrivetemp.c118 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); member in struct:drivetemp_data
423 st->get_temp = drivetemp_get_scttemp;
429 st->get_temp = drivetemp_get_smarttemp;
462 err = st->get_temp(st, attr, val);
/linux-master/tools/perf/tests/
H A Dtopology.c17 static int get_temp(char *path) function
211 TEST_ASSERT_VAL("can't get templ file", !get_temp(path));

Completed in 189 milliseconds

1234