Home
last modified time | relevance | path

Searched refs:trip_count (Results 1 – 2 of 2) sorted by relevance

/drivers/thermal/intel/
Dintel_soc_dts_iosf.c289 int trip_count = 0; in add_dts_thermal_zone() local
305 trip_count = min(SOC_MAX_DTS_TRIPS, trip_cnt); in add_dts_thermal_zone()
306 writable_trip_cnt = trip_count - read_only_trip_cnt; in add_dts_thermal_zone()
321 dts->trip_count = trip_count; in add_dts_thermal_zone()
324 trip_count, in add_dts_thermal_zone()
355 unsigned long count = entry->trip_count; in intel_soc_dts_iosf_add_read_only_critical_trip()
403 enum intel_soc_dts_interrupt_type intr_type, int trip_count, in intel_soc_dts_iosf_init() argument
415 if (!trip_count || read_only_trip_count > trip_count) in intel_soc_dts_iosf_init()
436 notification, trip_count, in intel_soc_dts_iosf_init()
Dintel_soc_dts_iosf.h29 u32 trip_count; member
44 enum intel_soc_dts_interrupt_type intr_type, int trip_count,