Home
last modified time | relevance | path

Searched refs:num_opps (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/thermal/
Ddevfreq_cooling.c378 int ret, num_opps; in devfreq_cooling_gen_tables() local
384 num_opps = dev_pm_opp_get_opp_count(dev); in devfreq_cooling_gen_tables()
387 power_table = kcalloc(num_opps, sizeof(*power_table), in devfreq_cooling_gen_tables()
393 freq_table = kcalloc(num_opps, sizeof(*freq_table), in devfreq_cooling_gen_tables()
400 for (i = 0, freq = ULONG_MAX; i < num_opps; i++, freq--) { in devfreq_cooling_gen_tables()
432 dfc->freq_table_size = num_opps; in devfreq_cooling_gen_tables()
/Linux-v5.10/arch/arm/mach-vexpress/
Dspc.c114 int num_opps[MAX_CLUSTERS]; member
267 if (perf >= info->num_opps[cluster]) in ve_spc_get_performance()
279 int idx, max_opp = info->num_opps[cluster]; in ve_spc_round_performance()
302 int idx, max_opp = info->num_opps[cluster]; in ve_spc_find_performance_index()
422 info->num_opps[cluster] = idx; in ve_spc_populate_opps()
436 max_opp = info->num_opps[cluster]; in ve_init_opp_table()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c282 uint32_t num_opps, opp_id_src0, opp_id_src1; in dcn20_init_blank() local
295 tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1); in dcn20_init_blank()
303 if (num_opps == 2) { in dcn20_init_blank()
323 if (num_opps == 2) { in dcn20_init_blank()