Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/intel/
Dintel_soc_dts_iosf.c283 int trip_count = 0; in add_dts_thermal_zone() local
299 trip_count = min(SOC_MAX_DTS_TRIPS, trip_cnt); in add_dts_thermal_zone()
300 trip_mask = BIT(trip_count - read_only_trip_cnt) - 1; in add_dts_thermal_zone()
309 for (i = 0; i < trip_count; ++i) { in add_dts_thermal_zone()
316 dts->trip_count = trip_count; in add_dts_thermal_zone()
319 trip_count, in add_dts_thermal_zone()
345 for (j = 0; j < sensors->soc_dts[i].trip_count; ++j) { in intel_soc_dts_iosf_add_read_only_critical_trip()
394 enum intel_soc_dts_interrupt_type intr_type, int trip_count, in intel_soc_dts_iosf_init() argument
406 if (!trip_count || read_only_trip_count > trip_count) in intel_soc_dts_iosf_init()
427 notification, trip_count, in intel_soc_dts_iosf_init()
Dintel_soc_dts_iosf.h31 u32 trip_count; member
46 enum intel_soc_dts_interrupt_type intr_type, int trip_count,