get_temp          856 drivers/acpi/thermal.c 	.get_temp = thermal_get_temp,
get_temp          434 drivers/ata/ahci_imx.c 	.get_temp = sata_ahci_read_temperature,
get_temp          156 drivers/hwmon/hwmon.c 	.get_temp = hwmon_thermal_get_temp,
get_temp          116 drivers/hwmon/scpi-hwmon.c 	.get_temp = scpi_read_temp,
get_temp          432 drivers/iio/adc/sun4i-gpadc-iio.c 	.get_temp = &sun4i_gpadc_get_temp,
get_temp          201 drivers/input/touchscreen/sun4i-ts.c 	.get_temp = sun4i_get_tz_temp,
get_temp           57 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c 	.get_temp = cxgb4_thermal_get_temp,
get_temp          410 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_temp = mlxsw_thermal_get_temp,
get_temp          615 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_temp	= mlxsw_thermal_module_temp_get,
get_temp          654 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_temp	= mlxsw_thermal_gearbox_temp_get,
get_temp          722 drivers/net/wireless/intel/iwlwifi/mvm/tt.c 	.get_temp = iwl_mvm_tzone_get_temp,
get_temp          488 drivers/platform/x86/acerhdf.c 	.get_temp = acerhdf_get_ec_temp,
get_temp          449 drivers/platform/x86/intel_mid_thermal.c 	.get_temp = read_curr_temp,
get_temp          864 drivers/power/supply/power_supply_core.c 	.get_temp = power_supply_read_temp,
get_temp          505 drivers/regulator/max8973-regulator.c 	.get_temp = max8973_thermal_read_temp,
get_temp          419 drivers/thermal/armada_thermal.c 	.get_temp = armada_get_temp_legacy,
get_temp          453 drivers/thermal/armada_thermal.c 	.get_temp = armada_get_temp,
get_temp          139 drivers/thermal/broadcom/bcm2835_thermal.c 	.get_temp = bcm2835_thermal_get_temp,
get_temp          281 drivers/thermal/broadcom/brcmstb_thermal.c 	.get_temp	= brcmstb_get_temp,
get_temp           47 drivers/thermal/broadcom/ns-thermal.c 	.get_temp = ns_thermal_get_temp,
get_temp           45 drivers/thermal/broadcom/sr-thermal.c 	.get_temp = sr_get_temp,
get_temp          183 drivers/thermal/da9062-thermal.c 	.get_temp	= da9062_thermal_get_temp,
get_temp           87 drivers/thermal/db8500_thermal.c 	.get_temp = db8500_thermal_get_temp,
get_temp          113 drivers/thermal/dove_thermal.c 	.get_temp = dove_get_temp,
get_temp           77 drivers/thermal/hisi_thermal.c 	int (*get_temp)(struct hisi_thermal_sensor *sensor);
get_temp          450 drivers/thermal/hisi_thermal.c 	*temp = data->ops->get_temp(sensor);
get_temp          459 drivers/thermal/hisi_thermal.c 	.get_temp = hisi_thermal_get_temp,
get_temp          519 drivers/thermal/hisi_thermal.c 	.get_temp	= hi6220_thermal_get_temp,
get_temp          527 drivers/thermal/hisi_thermal.c 	.get_temp	= hi3660_thermal_get_temp,
get_temp          476 drivers/thermal/imx_thermal.c 	.get_temp = imx_get_temp,
get_temp          273 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	.get_temp = int3400_thermal_get_temp,
get_temp           20 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	if (d->override_ops && d->override_ops->get_temp)
get_temp           21 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		return d->override_ops->get_temp(zone, temp);
get_temp          149 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	.get_temp       = int340x_thermal_get_zone_temp,
get_temp          272 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 	.get_temp       = proc_thermal_get_zone_temp,
get_temp          210 drivers/thermal/intel/intel_pch_thermal.c 	int (*get_temp)(struct pch_thermal_device *ptd, int *temp);
get_temp          219 drivers/thermal/intel/intel_pch_thermal.c 	.get_temp = pch_wpt_get_temp,
get_temp          228 drivers/thermal/intel/intel_pch_thermal.c 	return	ptd->ops->get_temp(ptd, temp);
get_temp          265 drivers/thermal/intel/intel_pch_thermal.c 	.get_temp = pch_thermal_get_temp,
get_temp          339 drivers/thermal/intel/intel_quark_dts_thermal.c 	.get_temp = sys_get_curr_temp,
get_temp          242 drivers/thermal/intel/intel_soc_dts_iosf.c 	.get_temp = sys_get_curr_temp,
get_temp          222 drivers/thermal/intel/x86_pkg_temp_thermal.c 	.get_temp = sys_get_curr_temp,
get_temp           55 drivers/thermal/kirkwood_thermal.c 	.get_temp = kirkwood_get_temp,
get_temp           70 drivers/thermal/max77620_thermal.c 	.get_temp = max77620_thermal_read_temp,
get_temp          638 drivers/thermal/mtk_thermal.c 	.get_temp = mtk_read_temp,
get_temp           94 drivers/thermal/of-thermal.c 	if (!data->ops->get_temp)
get_temp           97 drivers/thermal/of-thermal.c 	return data->ops->get_temp(data->sensor_data, temp);
get_temp          433 drivers/thermal/of-thermal.c 	tzd->ops->get_temp = of_thermal_get_temp;
get_temp          571 drivers/thermal/of-thermal.c 	tzd->ops->get_temp = NULL;
get_temp          263 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	.get_temp = qpnp_tm_get_temp,
get_temp          275 drivers/thermal/qcom/tsens-8960.c 	.get_temp	= get_temp_8960,
get_temp          366 drivers/thermal/qcom/tsens-v0_1.c 	.get_temp	= get_temp_common,
get_temp          381 drivers/thermal/qcom/tsens-v0_1.c 	.get_temp	= get_temp_common,
get_temp          187 drivers/thermal/qcom/tsens-v1.c 	.get_temp	= get_temp_tsens_valid,
get_temp           68 drivers/thermal/qcom/tsens-v2.c 	.get_temp	= get_temp_tsens_valid,
get_temp           20 drivers/thermal/qcom/tsens.c 	return priv->ops->get_temp(priv, s->id, temp);
get_temp           78 drivers/thermal/qcom/tsens.c 	.get_temp = tsens_get_temp,
get_temp          153 drivers/thermal/qcom/tsens.c 	if (!priv->ops || !priv->ops->init || !priv->ops->get_temp)
get_temp           65 drivers/thermal/qcom/tsens.h 	int (*get_temp)(struct tsens_priv *priv, int i, int *temp);
get_temp          110 drivers/thermal/qoriq_thermal.c 	.get_temp = tmu_get_temp,
get_temp          229 drivers/thermal/rcar_gen3_thermal.c 	.get_temp	= rcar_gen3_thermal_get_temp,
get_temp          361 drivers/thermal/rcar_thermal.c 	.get_temp	= rcar_thermal_of_get_temp,
get_temp          365 drivers/thermal/rcar_thermal.c 	.get_temp	= rcar_thermal_get_temp,
get_temp          113 drivers/thermal/rockchip_thermal.c 	int (*get_temp)(const struct chip_tsadc_table *table,
get_temp          835 drivers/thermal/rockchip_thermal.c 	.get_temp = rk_tsadcv2_get_temp,
get_temp          859 drivers/thermal/rockchip_thermal.c 	.get_temp = rk_tsadcv2_get_temp,
get_temp          883 drivers/thermal/rockchip_thermal.c 	.get_temp = rk_tsadcv2_get_temp,
get_temp          908 drivers/thermal/rockchip_thermal.c 	.get_temp = rk_tsadcv2_get_temp,
get_temp          931 drivers/thermal/rockchip_thermal.c 	.get_temp = rk_tsadcv2_get_temp,
get_temp          956 drivers/thermal/rockchip_thermal.c 	.get_temp = rk_tsadcv2_get_temp,
get_temp          981 drivers/thermal/rockchip_thermal.c 	.get_temp = rk_tsadcv2_get_temp,
get_temp         1006 drivers/thermal/rockchip_thermal.c 	.get_temp = rk_tsadcv2_get_temp,
get_temp         1100 drivers/thermal/rockchip_thermal.c 	retval = tsadc->get_temp(&tsadc->table,
get_temp         1109 drivers/thermal/rockchip_thermal.c 	.get_temp = rockchip_thermal_get_temp,
get_temp          998 drivers/thermal/samsung/exynos_tmu.c 	.get_temp = exynos_get_temp,
get_temp           45 drivers/thermal/spear_thermal.c 	.get_temp = thermal_get_temp,
get_temp          174 drivers/thermal/st/st_thermal.c 	.get_temp	= st_thermal_get_temp,
get_temp          602 drivers/thermal/st/stm_thermal.c 	.get_temp	= stm_thermal_get_temp,
get_temp           65 drivers/thermal/tango_thermal.c 	.get_temp	= tango_get_temp,
get_temp          716 drivers/thermal/tegra/soctherm.c 	.get_temp = tegra_thermctl_get_temp,
get_temp           43 drivers/thermal/tegra/tegra-bpmp-thermal.c 	req.get_temp.zone = zone->idx;
get_temp           56 drivers/thermal/tegra/tegra-bpmp-thermal.c 	*out_temp = reply.get_temp.temp;
get_temp          150 drivers/thermal/tegra/tegra-bpmp-thermal.c 	.get_temp = tegra_bpmp_thermal_get_temp,
get_temp           72 drivers/thermal/thermal-generic-adc.c 	.get_temp = gadc_thermal_get_temp,
get_temp          482 drivers/thermal/thermal_core.c 	if (!tz->ops->get_temp)
get_temp           84 drivers/thermal/thermal_helpers.c 	if (!tz || IS_ERR(tz) || !tz->ops->get_temp)
get_temp           89 drivers/thermal/thermal_helpers.c 	ret = tz->ops->get_temp(tz, temp);
get_temp           38 drivers/thermal/thermal_mmio.c 	.get_temp = thermal_mmio_get_temperature,
get_temp          141 drivers/thermal/ti-soc-thermal/ti-thermal-common.c 	.get_temp = __ti_thermal_get_temp,
get_temp          208 drivers/thermal/uniphier_thermal.c 	.get_temp = uniphier_tm_get_temp,
get_temp          114 drivers/thermal/zx2967_thermal.c 	.get_temp = zx2967_thermal_get_temp,
get_temp           98 include/linux/thermal.h 	int (*get_temp) (struct thermal_zone_device *, int *);
get_temp          354 include/linux/thermal.h 	int (*get_temp)(void *, int *);
get_temp         1566 include/soc/tegra/bpmp-abi.h 		struct cmd_thermal_get_temp_request get_temp;
get_temp         1588 include/soc/tegra/bpmp-abi.h 	struct cmd_thermal_get_temp_response get_temp;
get_temp          124 tools/perf/tests/topology.c 	TEST_ASSERT_VAL("can't get templ file", !get_temp(path));