Home
last modified time | relevance | path

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

/linux/drivers/thermal/
A Ddevfreq_cooling.c311 int num_opps) in devfreq_cooling_gen_tables() argument
318 dfc->freq_table = kcalloc(num_opps, sizeof(*dfc->freq_table), in devfreq_cooling_gen_tables()
323 for (i = 0, freq = ULONG_MAX; i < num_opps; i++, freq--) { in devfreq_cooling_gen_tables()
362 int err, num_opps; in of_devfreq_cooling_register_power() local
379 num_opps = em_pd_nr_perf_states(dfc->em_pd); in of_devfreq_cooling_register_power()
384 num_opps = dev_pm_opp_get_opp_count(dev); in of_devfreq_cooling_register_power()
386 err = devfreq_cooling_gen_tables(dfc, num_opps); in of_devfreq_cooling_register_power()
391 if (num_opps <= 0) { in of_devfreq_cooling_register_power()
397 dfc->max_state = num_opps - 1; in of_devfreq_cooling_register_power()
/linux/arch/arm/mach-vexpress/
A 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/drivers/gpu/drm/amd/display/dc/dcn201/
A Ddcn201_hwseq.c169 uint32_t num_opps, opp_id_src0, opp_id_src1; in dcn201_init_blank() local
182 tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1); in dcn201_init_blank()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c286 uint32_t num_opps, opp_id_src0, opp_id_src1; in dcn20_init_blank() local
299 tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1); in dcn20_init_blank()
307 if (num_opps == 2) { in dcn20_init_blank()
327 if (num_opps == 2) { in dcn20_init_blank()

Completed in 12 milliseconds