| /linux/drivers/thermal/qcom/ |
| H A D | tsens-v0_1.c | 331 .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 D | tsens-v1.c | 204 .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 D | qcom-spmi-mbg-tm.c | 171 .get_temp = mbg_tm_get_temp,
|
| H A D | tsens-8960.c | 262 .get_temp = get_temp_common,
|
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | int340x_thermal_zone.c | 112 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 D | int340x_thermal_zone.h | 30 int (*get_temp) (struct thermal_zone_device *, int *));
|
| /linux/drivers/thermal/ |
| H A D | hisi_thermal.c | 68 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 D | rockchip_thermal.c | 111 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 D | thermal_helpers.c | 90 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 D | loongson2_thermal.c | 115 .get_temp = loongson2_2k1000_get_temp, 120 .get_temp = loongson2_2k2000_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,
|
| H A D | max77620_thermal.c | 68 .get_temp = max77620_thermal_read_temp,
|
| H A D | dove_thermal.c | 110 .get_temp = dove_get_temp,
|
| H A D | db8500_thermal.c | 77 .get_temp = db8500_thermal_get_temp,
|
| H A D | da9062-thermal.c | 141 .get_temp = da9062_thermal_get_temp,
|
| /linux/tools/perf/tests/ |
| H A D | topology.c | 19 static int get_temp(char *path) in get_temp() 215 TEST_ASSERT_VAL("can't get templ file", !get_temp(path)); in test__session_topology() 17 static int get_temp(char *path) get_temp() function
|
| /linux/drivers/thermal/broadcom/ |
| H A D | bcm2711_thermal.c | 58 .get_temp = bcm2711_get_temp,
|
| H A D | brcmstb_thermal.c | 288 .get_temp = brcmstb_get_temp, 304 .get_temp = brcmstb_get_temp,
|
| H A D | sr-thermal.c | 44 .get_temp = sr_get_temp,
|
| /linux/drivers/power/supply/ |
| H A D | bd71828-power.c | 145 int (*get_temp)(struct bd71828_power *pwr, int *temp); member 580 ret = pwr->get_temp(pwr, &val->intval); in bd71828_battery_get_property() 1199 pwr->get_temp = bd71828_get_temp; in bd71828_power_probe() 1204 pwr->get_temp = bd71815_get_temp; in bd71828_power_probe() 1210 pwr->get_temp = bd71828_get_temp; in bd71828_power_probe()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_thermal.c | 214 .get_temp = mlxsw_thermal_get_temp, 257 .get_temp = mlxsw_thermal_module_temp_get, 285 .get_temp = mlxsw_thermal_gearbox_temp_get,
|
| /linux/drivers/thermal/renesas/ |
| H A D | rzg2l_thermal.c | 117 .get_temp = rzg2l_thermal_get_temp,
|
| /linux/drivers/thermal/ti-soc-thermal/ |
| H A D | ti-thermal-common.c | 138 .get_temp = __ti_thermal_get_temp,
|