Searched refs:pm_type (Results 1 – 4 of 4) sorted by relevance
214 if (pm_type == DP_CORE_PM) in dp_power_clk_status()217 if (pm_type == DP_CTRL_PM) in dp_power_clk_status()220 if (pm_type == DP_STREAM_PM) in dp_power_clk_status()227 enum dp_pm_type pm_type, bool enable) in dp_power_clk_enable() argument234 if (pm_type != DP_CORE_PM && pm_type != DP_CTRL_PM && in dp_power_clk_enable()235 pm_type != DP_STREAM_PM) { in dp_power_clk_enable()237 dp_parser_pm_name(pm_type)); in dp_power_clk_enable()274 dp_parser_pm_name(pm_type), rc); in dp_power_clk_enable()278 if (pm_type == DP_CORE_PM) in dp_power_clk_enable()280 else if (pm_type == DP_STREAM_PM) in dp_power_clk_enable()[all …]
57 int dp_power_clk_status(struct dp_power *dp_power, enum dp_pm_type pm_type);70 int dp_power_clk_enable(struct dp_power *power, enum dp_pm_type pm_type,
612 enum amd_pm_state_type pm_type; in renoir_get_current_power_state() local621 pm_type = POWER_STATE_TYPE_BATTERY; in renoir_get_current_power_state()624 pm_type = POWER_STATE_TYPE_BALANCED; in renoir_get_current_power_state()627 pm_type = POWER_STATE_TYPE_PERFORMANCE; in renoir_get_current_power_state()631 pm_type = POWER_STATE_TYPE_INTERNAL_BOOT; in renoir_get_current_power_state()633 pm_type = POWER_STATE_TYPE_DEFAULT; in renoir_get_current_power_state()637 return pm_type; in renoir_get_current_power_state()
471 enum amd_pm_state_type pm_type; in pp_dpm_get_current_power_state() local482 pm_type = POWER_STATE_TYPE_BATTERY; in pp_dpm_get_current_power_state()485 pm_type = POWER_STATE_TYPE_BALANCED; in pp_dpm_get_current_power_state()488 pm_type = POWER_STATE_TYPE_PERFORMANCE; in pp_dpm_get_current_power_state()492 pm_type = POWER_STATE_TYPE_INTERNAL_BOOT; in pp_dpm_get_current_power_state()494 pm_type = POWER_STATE_TYPE_DEFAULT; in pp_dpm_get_current_power_state()499 return pm_type; in pp_dpm_get_current_power_state()
Completed in 11 milliseconds