Searched refs:level_count (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pmdomain/qcom/
H A Drpmhpd.c36 * @level_count: Number of levels supported by the power domain. max
54 size_t level_count; member in struct:rpmhpd
700 this_active_corner = pd->level_count - 1;
701 this_sleep_corner = pd->level_count - 1;
778 for (i = 0; i < pd->level_count; i++)
786 if (i == pd->level_count)
811 buf = cmd_db_read_aux_data(rpmhpd->res_name, &rpmhpd->level_count);
816 rpmhpd->level_count >>= 1;
818 if (rpmhpd->level_count > RPMH_ARC_MAX_LEVELS)
821 for (i = 0; i < rpmhpd->level_count;
[all...]
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c2048 uint32_t level_count = 0; local
2067 &level_count);
2073 level_count - 1,
H A Dnavi10_ppt.c1792 uint32_t level_count = 0, freq = 0; local
1800 ret = smu_v11_0_get_dpm_level_count(smu, clk_type, &level_count);
1804 level_count = min(level_count, (uint32_t)MAX_NUM_CLOCKS);
1805 clocks->num_levels = level_count;
1807 for (i = 0; i < level_count; i++) {
/linux-master/drivers/hid/
H A Dhid-logitech-hidpp.c1276 unsigned int level_count, flags; local
1289 level_count = params[0];
1292 if (level_count < 10 || !(flags & FLAG_BATTERY_LEVEL_MILEAGE))

Completed in 126 milliseconds