num_opps 114 arch/arm/mach-vexpress/spc.c int num_opps[MAX_CLUSTERS]; num_opps 267 arch/arm/mach-vexpress/spc.c if (perf >= info->num_opps[cluster]) num_opps 279 arch/arm/mach-vexpress/spc.c int idx, max_opp = info->num_opps[cluster]; num_opps 302 arch/arm/mach-vexpress/spc.c int idx, max_opp = info->num_opps[cluster]; num_opps 422 arch/arm/mach-vexpress/spc.c info->num_opps[cluster] = idx; num_opps 436 arch/arm/mach-vexpress/spc.c max_opp = info->num_opps[cluster]; num_opps 202 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c uint32_t num_opps, opp_id_src0, opp_id_src1; num_opps 215 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1); num_opps 219 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c if (num_opps == 2) { num_opps 233 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c if (num_opps == 2) { num_opps 139 drivers/thermal/cpu_cooling.c int num_opps = 0, cpu = cpufreq_cdev->policy->cpu, i; num_opps 147 drivers/thermal/cpu_cooling.c num_opps = dev_pm_opp_get_opp_count(dev); num_opps 148 drivers/thermal/cpu_cooling.c if (num_opps < 0) num_opps 149 drivers/thermal/cpu_cooling.c return num_opps; num_opps 155 drivers/thermal/cpu_cooling.c if (num_opps != cpufreq_cdev->max_level + 1) { num_opps 423 drivers/thermal/devfreq_cooling.c int ret, num_opps; num_opps 429 drivers/thermal/devfreq_cooling.c num_opps = dev_pm_opp_get_opp_count(dev); num_opps 432 drivers/thermal/devfreq_cooling.c power_table = kcalloc(num_opps, sizeof(*power_table), num_opps 438 drivers/thermal/devfreq_cooling.c freq_table = kcalloc(num_opps, sizeof(*freq_table), num_opps 445 drivers/thermal/devfreq_cooling.c for (i = 0, freq = ULONG_MAX; i < num_opps; i++, freq--) { num_opps 477 drivers/thermal/devfreq_cooling.c dfc->freq_table_size = num_opps;