Lines Matching defs:level_count
36 * @level_count: Number of levels supported by the power domain. max
54 size_t level_count;
624 this_active_corner = pd->level_count - 1;
625 this_sleep_corner = pd->level_count - 1;
702 for (i = 0; i < pd->level_count; i++)
710 if (i == pd->level_count)
741 buf = cmd_db_read_aux_data(rpmhpd->res_name, &rpmhpd->level_count);
746 rpmhpd->level_count >>= 1;
748 if (rpmhpd->level_count > RPMH_ARC_MAX_LEVELS)
751 for (i = 0; i < rpmhpd->level_count; i++) {
763 rpmhpd->level_count = i;