Home
last modified time | relevance | path

Searched refs:THERMAL_TRIP_CRITICAL (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/tools/thermal/tmon/
Dtmon.h65 THERMAL_TRIP_CRITICAL, enumerator
Dtui.c545 case THERMAL_TRIP_CRITICAL: return 'C'; in trip_type_to_char()
/linux-4.1.27/drivers/thermal/
Drcar_thermal.c227 *type = THERMAL_TRIP_CRITICAL; in rcar_thermal_get_trip_type()
263 case THERMAL_TRIP_CRITICAL: in rcar_thermal_notify()
Ddb8500_thermal.c205 if (ptrips->trip_points[i].type == THERMAL_TRIP_CRITICAL) { in db8500_sys_get_crit_temp()
355 ptrips->trip_points[i].type = THERMAL_TRIP_CRITICAL; in db8500_thermal_parse_dt()
Dof-thermal.c369 if (data->trips[i].type == THERMAL_TRIP_CRITICAL) { in of_thermal_get_crit_temp()
635 [THERMAL_TRIP_CRITICAL] = "critical",
Dthermal_core.c382 if (trip_type == THERMAL_TRIP_CRITICAL) { in handle_critical_trips()
400 if (type == THERMAL_TRIP_CRITICAL || type == THERMAL_TRIP_HOT) in handle_thermal_trip()
442 if (!ret && type == THERMAL_TRIP_CRITICAL) { in thermal_zone_get_temp()
612 case THERMAL_TRIP_CRITICAL: in trip_point_type_show()
Dintel_soc_dts_thermal.c248 *type = THERMAL_TRIP_CRITICAL; in sys_get_trip_type()
Dimx_thermal.c261 THERMAL_TRIP_CRITICAL; in imx_get_trip_type()
/linux-4.1.27/include/linux/
Dthermal.h76 THERMAL_TRIP_CRITICAL, enumerator
/linux-4.1.27/drivers/thermal/st/
Dst_thermal.c151 *type = THERMAL_TRIP_CRITICAL; in st_thermal_get_trip_type()
/linux-4.1.27/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c96 *type = THERMAL_TRIP_CRITICAL; in int340x_thermal_get_trip_type()
/linux-4.1.27/drivers/acpi/
Dthermal.c605 *type = THERMAL_TRIP_CRITICAL; in thermal_get_trip_type()
755 if (trip_type == THERMAL_TRIP_CRITICAL) in thermal_notify()
765 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c222 *type = THERMAL_TRIP_CRITICAL; in ti_thermal_get_trip_type()
/linux-4.1.27/drivers/platform/x86/
Dacerhdf.c447 *type = THERMAL_TRIP_CRITICAL; in acerhdf_get_trip_type()
/linux-4.1.27/drivers/thermal/samsung/
Dexynos_tmu.c304 if (trips[i].type == THERMAL_TRIP_CRITICAL) in get_th_reg()
461 if (trips[i].type == THERMAL_TRIP_CRITICAL) { in exynos4412_tmu_initialize()
/linux-4.1.27/drivers/mfd/
Ddb8500-prcmu.c3050 .type = THERMAL_TRIP_CRITICAL,