Searched refs:num_opps (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | devfreq_cooling.c | 378 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-vexpress/ |
| H A D | spc.c | 114 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_devfreq.c | 77 for (i = 0; i < kbdev->num_opps; i++) { in opp_translate() 333 kbdev->num_opps = i; in kbase_devfreq_init_core_mask_table()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_devfreq.c | 99 for (i = 0; i < kbdev->num_opps; i++) { in kbase_devfreq_opp_translate() 118 if (i == kbdev->num_opps) { in kbase_devfreq_opp_translate() 568 kbdev->num_opps = i; in kbase_devfreq_init_core_mask_table()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_hwseq.c | 282 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_defs.h | 1186 int num_opps; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_defs.h | 1100 int num_opps; member
|