Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dimx8mm_thermal.c45 int (*get_temp)(void *, int *); member
104 return tmu->socdata->get_temp(data, temp); in tmu_get_temp()
108 .get_temp = tmu_get_temp,
208 .get_temp = imx8mm_tmu_get_temp,
214 .get_temp = imx8mp_tmu_get_temp,
H A Drockchip_thermal.c132 int (*get_temp)(const struct chip_tsadc_table *table, member
1530 .get_temp = rk_tsadcv2_get_temp,
1553 .get_temp = rk_tsadcv2_get_temp,
1576 .get_temp = rk_tsadcv4_get_temp,
1599 .get_temp = rk_tsadcv2_get_temp,
1623 .get_temp = rk_tsadcv2_get_temp,
1649 .get_temp = rk_tsadcv2_get_temp,
1673 .get_temp = rk_tsadcv2_get_temp,
1698 .get_temp = rk_tsadcv2_get_temp,
1722 .get_temp = rk_tsadcv2_get_temp,
[all …]
H A Dhisi_thermal.c77 int (*get_temp)(struct hisi_thermal_sensor *sensor); member
450 *temp = data->ops->get_temp(sensor); in hisi_thermal_get_temp()
459 .get_temp = hisi_thermal_get_temp,
519 .get_temp = hi6220_thermal_get_temp,
527 .get_temp = hi3660_thermal_get_temp,
H A Dthermal_helpers.c85 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()
H A Dthermal_of.c92 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()
H A Dkirkwood_thermal.c55 .get_temp = kirkwood_get_temp,
H A Dthermal_mmio.c38 .get_temp = thermal_mmio_get_temperature,
H A Dtango_thermal.c65 .get_temp = tango_get_temp,
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Dthermal-uclass.c21 if (!ops->get_temp) in thermal_get_temp()
24 return ops->get_temp(dev, temp); in thermal_get_temp()
/OK3568_Linux_fs/kernel/drivers/thermal/intel/
H A Dintel_pch_thermal.c213 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,
/OK3568_Linux_fs/kernel/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c43 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,
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Ddrivetemp.c118 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()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dtopology.c16 static int get_temp(char *path) in get_temp() function
121 TEST_ASSERT_VAL("can't get templ file", !get_temp(path)); in test__session_topology()
/OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c21 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()
150 .get_temp = int340x_thermal_get_zone_temp,
/OK3568_Linux_fs/u-boot/include/
H A Dthermal.h31 int (*get_temp)(struct udevice *dev, int *temp); member
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h67 int (*get_temp) (struct thermal_zone_device *, int *); member
323 int (*get_temp)(void *, int *); member
/OK3568_Linux_fs/kernel/drivers/thermal/qcom/
H A Dtsens-v0_1.c504 .get_temp = get_temp_common,
519 .get_temp = get_temp_common,
534 .get_temp = get_temp_common,
H A Dtsens-v2.c95 .get_temp = get_temp_tsens_valid,
H A Dtsens-v1.c368 .get_temp = get_temp_tsens_valid,
380 .get_temp = get_temp_tsens_valid,
/OK3568_Linux_fs/kernel/drivers/thermal/broadcom/
H A Dbrcmstb_thermal.c292 .get_temp = brcmstb_get_temp,
302 .get_temp = brcmstb_get_temp,
H A Dns-thermal.c47 .get_temp = ns_thermal_get_temp,
H A Dbcm2711_thermal.c58 .get_temp = bcm2711_get_temp,
H A Dsr-thermal.c45 .get_temp = sr_get_temp,
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dbpmp_abi.h1302 struct cmd_thermal_get_temp_request get_temp; member
1324 struct cmd_thermal_get_temp_response get_temp; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_thermal.c57 .get_temp = cxgb4_thermal_get_temp,

1234