Searched refs:num_opps (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/thermal/ |
| H A D | devfreq_cooling.c | 349 int num_opps) in devfreq_cooling_gen_tables() argument 356 dfc->freq_table = kcalloc(num_opps, sizeof(*dfc->freq_table), in devfreq_cooling_gen_tables() 361 for (i = 0, freq = ULONG_MAX; i < num_opps; i++, freq--) { in devfreq_cooling_gen_tables() 402 int err, num_opps; in of_devfreq_cooling_register_power() local 426 num_opps = em_pd_nr_perf_states(dfc->em_pd); in of_devfreq_cooling_register_power() 431 num_opps = dev_pm_opp_get_opp_count(dev); in of_devfreq_cooling_register_power() 433 err = devfreq_cooling_gen_tables(dfc, num_opps); in of_devfreq_cooling_register_power() 438 if (num_opps <= 0) { in of_devfreq_cooling_register_power() 444 dfc->max_state = num_opps - 1; in of_devfreq_cooling_register_power()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
| H A D | dcn201_hwseq.c | 172 uint32_t num_opps, opp_id_src0, opp_id_src1; in dcn201_init_blank() local 185 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/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 414 uint32_t num_opps, opp_id_src0, opp_id_src1; in dcn20_init_blank() local 427 tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1); in dcn20_init_blank() 439 if (num_opps == 2) { in dcn20_init_blank() 459 if (num_opps == 2) { in dcn20_init_blank()
|