Searched refs:get_trip_temp (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/drivers/thermal/ |
D | fair_share.c | 40 if (tz->trips == 0 || !tz->ops->get_trip_temp) in get_trip_level() 44 tz->ops->get_trip_temp(tz, count, &trip_temp); in get_trip_level()
|
D | gov_bang_bang.c | 32 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
|
D | step_wise.c | 140 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
|
D | thermal_core.c | 371 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_critical_trips() 443 ret = tz->ops->get_trip_temp(tz, count, &crit_temp); in thermal_zone_get_temp() 655 if (!tz->ops->get_trip_temp) in trip_point_temp_show() 661 ret = tz->ops->get_trip_temp(tz, trip, &temperature); in trip_point_temp_show() 1508 if (trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp)) in thermal_zone_device_register() 1569 if (tz->ops->get_trip_temp(tz, count, &trip_temp)) in thermal_zone_device_register()
|
D | thermal_hwmon.c | 101 ret = tz->ops->get_trip_temp(tz, 0, &temperature); in temp_crit_show()
|
D | intel_soc_dts_thermal.c | 276 .get_trip_temp = sys_get_trip_temp,
|
D | rcar_thermal.c | 277 .get_trip_temp = rcar_thermal_get_trip_temp,
|
D | db8500_thermal.c | 222 .get_trip_temp = db8500_sys_get_trip_temp,
|
D | x86_pkg_temp_thermal.c | 279 .get_trip_temp = sys_get_trip_temp,
|
D | imx_thermal.c | 343 .get_trip_temp = imx_get_trip_temp,
|
D | of-thermal.c | 382 .get_trip_temp = of_thermal_get_trip_temp,
|
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
D | int340x_thermal_zone.c | 57 if (d->override_ops && d->override_ops->get_trip_temp) in int340x_thermal_get_trip_temp() 58 return d->override_ops->get_trip_temp(zone, trip, temp); in int340x_thermal_get_trip_temp() 159 .get_trip_temp = int340x_thermal_get_trip_temp,
|
/linux-4.1.27/include/linux/ |
D | thermal.h | 99 int (*get_trip_temp) (struct thermal_zone_device *, int, member
|
/linux-4.1.27/drivers/thermal/st/ |
D | st_thermal.c | 182 .get_trip_temp = st_thermal_get_trip_temp,
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 301 .get_trip_temp = ti_thermal_get_trip_temp,
|
/linux-4.1.27/drivers/platform/x86/ |
D | acerhdf.c | 494 .get_trip_temp = acerhdf_get_trip_temp,
|
/linux-4.1.27/drivers/thermal/samsung/ |
D | exynos_tmu.c | 206 tz->ops->get_trip_temp(tz, i, &temp); in exynos_report_trigger() 587 tz->ops->get_trip_temp(tz, i, &temp); in exynos7_tmu_initialize()
|
/linux-4.1.27/drivers/acpi/ |
D | thermal.c | 879 .get_trip_temp = thermal_get_trip_temp,
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 58 .get_trip_temp: get the temperature above which the certain trip point
|