/openbmc/linux/drivers/thermal/qcom/ |
H A D | tsens-v0_1.c | 331 .get_temp = get_temp_common, 337 .get_temp = get_temp_common, 350 .get_temp = get_temp_common, 363 .get_temp = get_temp_common, 378 .get_temp = get_temp_common, 393 .get_temp = get_temp_common, 406 .get_temp = get_temp_common,
|
H A D | tsens-v1.c | 156 .get_temp = get_temp_tsens_valid, 168 .get_temp = get_temp_tsens_valid, 181 .get_temp = get_temp_tsens_valid,
|
H A D | tsens-v2.c | 109 .get_temp = get_temp_tsens_valid,
|
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H 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()
|
H 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()
|
H A D | int340x_thermal_zone.h | 32 int (*get_temp) (struct thermal_zone_device *, int *));
|
/openbmc/u-boot/drivers/thermal/ |
H A D | thermal-uclass.c | 20 if (!ops->get_temp) in thermal_get_temp() 23 return ops->get_temp(dev, temp); in thermal_get_temp()
|
H A D | ti-bandgap.c | 172 .get_temp = ti_bandgap_get_temp,
|
/openbmc/linux/drivers/thermal/ |
H A D | imx8mm_thermal.c | 81 int (*get_temp)(void *, int *); member 146 return tmu->socdata->get_temp(sensor, temp); in tmu_get_temp() 150 .get_temp = tmu_get_temp, 382 .get_temp = imx8mm_tmu_get_temp, 388 .get_temp = imx8mp_tmu_get_temp,
|
H A D | rockchip_thermal.c | 101 int (*get_temp)(const struct chip_tsadc_table *table, member 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 = rk_tsadcv2_get_temp, 1273 .get_temp = rk_tsadcv2_get_temp, [all …]
|
H 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() 443 .get_temp = hisi_thermal_get_temp, 454 temp = data->ops->get_temp(sensor); in hisi_thermal_alarm_irq_thread() 504 .get_temp = hi6220_thermal_get_temp, 512 .get_temp = hi3660_thermal_get_temp,
|
H A D | thermal_helpers.c | 93 ret = tz->ops->get_temp(tz, temp); in __thermal_zone_get_temp() 138 if (!tz->ops->get_temp) { in thermal_zone_get_temp()
|
H A D | kirkwood_thermal.c | 52 .get_temp = kirkwood_get_temp,
|
H A D | thermal_mmio.c | 37 .get_temp = thermal_mmio_get_temperature,
|
H A D | imx_sc_thermal.c | 69 .get_temp = imx_sc_thermal_get_temp,
|
/openbmc/linux/drivers/thermal/tegra/ |
H A D | tegra-bpmp-thermal.c | 43 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,
|
/openbmc/linux/drivers/hwmon/ |
H A D | drivetemp.c | 118 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); member 427 st->get_temp = drivetemp_get_scttemp; in drivetemp_identify_sata() 433 st->get_temp = drivetemp_get_smarttemp; in drivetemp_identify_sata() 466 err = st->get_temp(st, attr, val); in drivetemp_read()
|
/openbmc/u-boot/include/ |
H A D | thermal.h | 30 int (*get_temp)(struct udevice *dev, int *temp); member
|
/openbmc/linux/tools/perf/tests/ |
H A D | topology.c | 17 static int get_temp(char *path) in get_temp() function 211 TEST_ASSERT_VAL("can't get templ file", !get_temp(path)); in test__session_topology()
|
/openbmc/linux/drivers/thermal/broadcom/ |
H A D | ns-thermal.c | 42 .get_temp = ns_thermal_get_temp,
|
H A D | bcm2711_thermal.c | 58 .get_temp = bcm2711_get_temp,
|
H A D | brcmstb_thermal.c | 290 .get_temp = brcmstb_get_temp, 300 .get_temp = brcmstb_get_temp,
|
H A D | sr-thermal.c | 44 .get_temp = sr_get_temp,
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_thermal.c | 33 .get_temp = cxgb4_thermal_get_temp,
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
H A D | bpmp_abi.h | 1301 struct cmd_thermal_get_temp_request get_temp; member 1323 struct cmd_thermal_get_temp_response get_temp; member
|