Searched refs:oppoint_freq (Results 1 – 1 of 1) sorted by relevance
112 static void dvfs_service_handler_prepare_to_scale(enum dvfs_frequency_setting oppoint_freq) in dvfs_service_handler_prepare_to_scale() argument114 LOG_DBG("Prepare to scale, oppoint freq %d", oppoint_freq); in dvfs_service_handler_prepare_to_scale()115 enum dvfs_frequency_setting new_oppoint = oppoint_freq; in dvfs_service_handler_prepare_to_scale()134 static void dvfs_service_handler_scaling_background_job(enum dvfs_frequency_setting oppoint_freq) in dvfs_service_handler_scaling_background_job() argument137 if (dvfs_service_handler_is_downscaling(oppoint_freq)) { in dvfs_service_handler_scaling_background_job()143 static void dvfs_service_update_core_clock(enum dvfs_frequency_setting oppoint_freq) in dvfs_service_update_core_clock() argument147 SystemCoreClock = oppoint_freq == DVFS_FREQ_HIGH ? 320000000 : in dvfs_service_update_core_clock()148 oppoint_freq == DVFS_FREQ_MEDLOW ? 128000000 : 64000000; in dvfs_service_update_core_clock()152 static void dvfs_service_handler_scaling_finish(enum dvfs_frequency_setting oppoint_freq) in dvfs_service_handler_scaling_finish() argument155 LOG_DBG("Scaling finnish oppoint freq %d", oppoint_freq); in dvfs_service_handler_scaling_finish()[all …]