Searched refs:get_temp (Results 1 – 22 of 22) sorted by relevance
/drivers/thermal/ |
D | of-thermal.c | 99 int (*get_temp)(void *, long *); member 110 if (!data->get_temp) in of_thermal_get_temp() 113 return data->get_temp(data->sensor_data, temp); in of_thermal_get_temp() 327 int (*get_temp)(void *, long *), in thermal_zone_of_add_sensor() 340 tz->get_temp = get_temp; in thermal_zone_of_add_sensor() 344 tzd->ops->get_temp = of_thermal_get_temp; in thermal_zone_of_add_sensor() 386 void *data, int (*get_temp)(void *, long *), in thermal_zone_of_sensor_register() 430 get_temp, in thermal_zone_of_sensor_register() 476 tzd->ops->get_temp = NULL; in thermal_zone_of_sensor_unregister() 479 tz->get_temp = NULL; in thermal_zone_of_sensor_unregister()
|
D | kirkwood_thermal.c | 64 .get_temp = kirkwood_get_temp,
|
D | dove_thermal.c | 122 .get_temp = dove_get_temp,
|
D | spear_thermal.c | 54 .get_temp = thermal_get_temp,
|
D | armada_thermal.c | 203 .get_temp = armada_get_temp,
|
D | thermal_core.c | 430 if (!tz || IS_ERR(tz) || !tz->ops->get_temp) in thermal_zone_get_temp() 435 ret = tz->ops->get_temp(tz, temp); in thermal_zone_get_temp() 504 if (!tz->ops->get_temp) in thermal_zone_device_update() 1614 if (!tz->ops->get_temp) in thermal_zone_device_register()
|
D | intel_soc_dts_thermal.c | 275 .get_temp = sys_get_curr_temp,
|
D | rcar_thermal.c | 275 .get_temp = rcar_thermal_get_temp,
|
D | x86_pkg_temp_thermal.c | 278 .get_temp = sys_get_curr_temp,
|
D | db8500_thermal.c | 217 .get_temp = db8500_sys_get_temp,
|
D | imx_thermal.c | 340 .get_temp = imx_get_temp,
|
/drivers/hwmon/ |
D | amc6821.c | 280 static ssize_t get_temp( in get_temp() function 738 get_temp, NULL, IDX_TEMP1_INPUT); 739 static SENSOR_DEVICE_ATTR(temp1_min, S_IRUGO | S_IWUSR, get_temp, 741 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO | S_IWUSR, get_temp, 743 static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO | S_IWUSR, get_temp, 752 get_temp, NULL, IDX_TEMP2_INPUT); 753 static SENSOR_DEVICE_ATTR(temp2_min, S_IRUGO | S_IWUSR, get_temp, 755 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO | S_IWUSR, get_temp, 757 static SENSOR_DEVICE_ATTR(temp2_crit, S_IRUGO | S_IWUSR, get_temp,
|
/drivers/thermal/int340x_thermal/ |
D | int3402_thermal.c | 130 .get_temp = int3402_thermal_get_zone_temp,
|
D | int3400_thermal.c | 171 .get_temp = int3400_thermal_get_temp,
|
D | int3403_thermal.c | 174 .get_temp = sys_get_curr_temp,
|
/drivers/thermal/st/ |
D | st_thermal.c | 180 .get_temp = st_thermal_get_temp,
|
/drivers/platform/x86/ |
D | intel_mid_thermal.c | 464 .get_temp = read_curr_temp,
|
D | acerhdf.c | 428 .get_temp = acerhdf_get_ec_temp,
|
/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 290 .get_temp = ti_thermal_get_temp,
|
/drivers/thermal/samsung/ |
D | exynos_thermal_common.c | 286 .get_temp = exynos_get_temp,
|
/drivers/power/ |
D | power_supply_core.c | 413 .get_temp = power_supply_read_temp,
|
/drivers/acpi/ |
D | thermal.c | 875 .get_temp = thermal_get_temp,
|