Searched refs:level_count (Results 1 – 5 of 5) sorted by relevance
53 size_t level_count; member445 for (i = 0; i < pd->level_count; i++) in rpmhpd_set_performance_state()453 if (i == pd->level_count) in rpmhpd_set_performance_state()484 buf = cmd_db_read_aux_data(rpmhpd->res_name, &rpmhpd->level_count); in rpmhpd_update_level_mapping()489 rpmhpd->level_count >>= 1; in rpmhpd_update_level_mapping()491 if (rpmhpd->level_count > RPMH_ARC_MAX_LEVELS) in rpmhpd_update_level_mapping()494 for (i = 0; i < rpmhpd->level_count; i++) { in rpmhpd_update_level_mapping()506 rpmhpd->level_count = i; in rpmhpd_update_level_mapping()
1595 uint32_t level_count = 0, freq = 0; in navi10_get_clock_by_type_with_latency() local1603 ret = smu_v11_0_get_dpm_level_count(smu, clk_type, &level_count); in navi10_get_clock_by_type_with_latency()1607 level_count = min(level_count, (uint32_t)MAX_NUM_CLOCKS); in navi10_get_clock_by_type_with_latency()1608 clocks->num_levels = level_count; in navi10_get_clock_by_type_with_latency()1610 for (i = 0; i < level_count; i++) { in navi10_get_clock_by_type_with_latency()
2088 uint32_t level_count = 0; in smu_v11_0_get_dpm_level_range() local2107 &level_count); in smu_v11_0_get_dpm_level_range()2113 level_count - 1, in smu_v11_0_get_dpm_level_range()
1847 uint32_t level_count = 0; in smu_v13_0_get_dpm_level_range() local1866 &level_count); in smu_v13_0_get_dpm_level_range()1872 level_count - 1, in smu_v13_0_get_dpm_level_range()
1156 unsigned int level_count, flags; in hidpp20_batterylevel_get_battery_info() local1169 level_count = params[0]; in hidpp20_batterylevel_get_battery_info()1172 if (level_count < 10 || !(flags & FLAG_BATTERY_LEVEL_MILEAGE)) in hidpp20_batterylevel_get_battery_info()
Completed in 27 milliseconds