Searched refs:throttler_idx (Results 1 – 3 of 3) sorted by relevance
1680 int throttler_idx, throtting_events = 0, buf_idx = 0; in aldebaran_log_thermal_throttling_event() local1692 for (throttler_idx = 0; throttler_idx < ARRAY_SIZE(logging_label); in aldebaran_log_thermal_throttling_event()1693 throttler_idx++) { in aldebaran_log_thermal_throttling_event()1694 if (throttler_status & logging_label[throttler_idx].feature_mask) { in aldebaran_log_thermal_throttling_event()1700 logging_label[throttler_idx].label); in aldebaran_log_thermal_throttling_event()
1891 int throttler_idx, throtting_events = 0, buf_idx = 0; in smu_v13_0_6_log_thermal_throttling_event() local1901 for (throttler_idx = 0; in smu_v13_0_6_log_thermal_throttling_event()1902 throttler_idx < ARRAY_SIZE(throttling_logging_label); in smu_v13_0_6_log_thermal_throttling_event()1903 throttler_idx++) { in smu_v13_0_6_log_thermal_throttling_event()1904 if (throttler_status & (1U << throttler_idx)) { in smu_v13_0_6_log_thermal_throttling_event()1909 throttling_logging_label[throttler_idx]); in smu_v13_0_6_log_thermal_throttling_event()
2316 int throttler_idx, throtting_events = 0, buf_idx = 0; in arcturus_log_thermal_throttling_event() local2328 for (throttler_idx = 0; throttler_idx < ARRAY_SIZE(logging_label); in arcturus_log_thermal_throttling_event()2329 throttler_idx++) { in arcturus_log_thermal_throttling_event()2330 if (throttler_status & logging_label[throttler_idx].feature_mask) { in arcturus_log_thermal_throttling_event()2336 logging_label[throttler_idx].label); in arcturus_log_thermal_throttling_event()