Home
last modified time | relevance | path

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

/drivers/thermal/
Dof-thermal.c99 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()
Dkirkwood_thermal.c64 .get_temp = kirkwood_get_temp,
Ddove_thermal.c122 .get_temp = dove_get_temp,
Dspear_thermal.c54 .get_temp = thermal_get_temp,
Darmada_thermal.c203 .get_temp = armada_get_temp,
Dthermal_core.c430 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()
Dintel_soc_dts_thermal.c275 .get_temp = sys_get_curr_temp,
Drcar_thermal.c275 .get_temp = rcar_thermal_get_temp,
Dx86_pkg_temp_thermal.c278 .get_temp = sys_get_curr_temp,
Ddb8500_thermal.c217 .get_temp = db8500_sys_get_temp,
Dimx_thermal.c340 .get_temp = imx_get_temp,
/drivers/hwmon/
Damc6821.c280 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/
Dint3402_thermal.c130 .get_temp = int3402_thermal_get_zone_temp,
Dint3400_thermal.c171 .get_temp = int3400_thermal_get_temp,
Dint3403_thermal.c174 .get_temp = sys_get_curr_temp,
/drivers/thermal/st/
Dst_thermal.c180 .get_temp = st_thermal_get_temp,
/drivers/platform/x86/
Dintel_mid_thermal.c464 .get_temp = read_curr_temp,
Dacerhdf.c428 .get_temp = acerhdf_get_ec_temp,
/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c290 .get_temp = ti_thermal_get_temp,
/drivers/thermal/samsung/
Dexynos_thermal_common.c286 .get_temp = exynos_get_temp,
/drivers/power/
Dpower_supply_core.c413 .get_temp = power_supply_read_temp,
/drivers/acpi/
Dthermal.c875 .get_temp = thermal_get_temp,