Home
last modified time | relevance | path

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

/linux-4.4.14/tools/thermal/tmon/
Dtmon.h65 THERMAL_TRIP_CRITICAL, enumerator
Dtui.c545 case THERMAL_TRIP_CRITICAL: return 'C'; in trip_type_to_char()
/linux-4.4.14/drivers/thermal/
Drcar_thermal.c226 *type = THERMAL_TRIP_CRITICAL; in rcar_thermal_get_trip_type()
262 case THERMAL_TRIP_CRITICAL: in rcar_thermal_notify()
Ddb8500_thermal.c204 if (ptrips->trip_points[i].type == THERMAL_TRIP_CRITICAL) { in db8500_sys_get_crit_temp()
354 ptrips->trip_points[i].type = THERMAL_TRIP_CRITICAL; in db8500_thermal_parse_dt()
Dintel_pch_thermal.c157 *type = THERMAL_TRIP_CRITICAL; in pch_get_trip_type()
Dof-thermal.c374 if (data->trips[i].type == THERMAL_TRIP_CRITICAL) { in of_thermal_get_crit_temp()
640 [THERMAL_TRIP_CRITICAL] = "critical",
Dintel_quark_dts_thermal.c285 *type = THERMAL_TRIP_CRITICAL; in sys_get_trip_type()
Dintel_soc_dts_iosf.c359 THERMAL_TRIP_CRITICAL); in intel_soc_dts_iosf_add_read_only_critical_trip()
Dthermal_core.c445 if (trip_type == THERMAL_TRIP_CRITICAL) { in handle_critical_trips()
463 if (type == THERMAL_TRIP_CRITICAL || type == THERMAL_TRIP_HOT) in handle_thermal_trip()
501 if (!ret && type == THERMAL_TRIP_CRITICAL) { in thermal_zone_get_temp()
672 case THERMAL_TRIP_CRITICAL: in trip_point_type_show()
Dimx_thermal.c258 THERMAL_TRIP_CRITICAL; in imx_get_trip_type()
/linux-4.4.14/drivers/thermal/st/
Dst_thermal.c150 *type = THERMAL_TRIP_CRITICAL; in st_thermal_get_trip_type()
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c96 *type = THERMAL_TRIP_CRITICAL; in int340x_thermal_get_trip_type()
/linux-4.4.14/include/linux/
Dthermal.h84 THERMAL_TRIP_CRITICAL, enumerator
/linux-4.4.14/drivers/acpi/
Dthermal.c600 *type = THERMAL_TRIP_CRITICAL; in thermal_get_trip_type()
751 if (trip_type == THERMAL_TRIP_CRITICAL) in thermal_notify()
761 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c223 *type = THERMAL_TRIP_CRITICAL; in ti_thermal_get_trip_type()
/linux-4.4.14/drivers/platform/x86/
Dacerhdf.c447 *type = THERMAL_TRIP_CRITICAL; in acerhdf_get_trip_type()
/linux-4.4.14/drivers/thermal/samsung/
Dexynos_tmu.c329 if (trips[i].type == THERMAL_TRIP_CRITICAL) in get_th_reg()
486 if (trips[i].type == THERMAL_TRIP_CRITICAL) { in exynos4412_tmu_initialize()
/linux-4.4.14/drivers/mfd/
Ddb8500-prcmu.c3049 .type = THERMAL_TRIP_CRITICAL,