Lines Matching defs:handle

78 static int pp_early_init(void *handle)  in pp_early_init()
134 static int pp_sw_init(void *handle) in pp_sw_init()
151 static int pp_sw_fini(void *handle) in pp_sw_fini()
163 static int pp_hw_init(void *handle) in pp_hw_init()
177 static int pp_hw_fini(void *handle) in pp_hw_fini()
220 static int pp_late_init(void *handle) in pp_late_init()
234 static void pp_late_fini(void *handle) in pp_late_fini()
244 static bool pp_is_idle(void *handle) in pp_is_idle()
249 static int pp_wait_for_idle(void *handle) in pp_wait_for_idle()
254 static int pp_sw_reset(void *handle) in pp_sw_reset()
259 static int pp_set_powergating_state(void *handle, in pp_set_powergating_state()
265 static int pp_suspend(void *handle) in pp_suspend()
275 static int pp_resume(void *handle) in pp_resume()
283 static int pp_set_clockgating_state(void *handle, in pp_set_clockgating_state()
321 static int pp_dpm_load_fw(void *handle) in pp_dpm_load_fw()
336 static int pp_dpm_fw_loading_complete(void *handle) in pp_dpm_fw_loading_complete()
341 static int pp_set_clockgating_by_smu(void *handle, uint32_t msg_id) in pp_set_clockgating_by_smu()
380 static int pp_dpm_force_performance_level(void *handle, in pp_dpm_force_performance_level()
399 void *handle) in pp_dpm_get_performance_level()
409 static uint32_t pp_dpm_get_sclk(void *handle, bool low) in pp_dpm_get_sclk()
423 static uint32_t pp_dpm_get_mclk(void *handle, bool low) in pp_dpm_get_mclk()
437 static void pp_dpm_powergate_vce(void *handle, bool gate) in pp_dpm_powergate_vce()
451 static void pp_dpm_powergate_uvd(void *handle, bool gate) in pp_dpm_powergate_uvd()
465 static int pp_dpm_dispatch_tasks(void *handle, enum amd_pp_task task_id, in pp_dpm_dispatch_tasks()
476 static enum amd_pm_state_type pp_dpm_get_current_power_state(void *handle) in pp_dpm_get_current_power_state()
508 static int pp_dpm_set_fan_control_mode(void *handle, uint32_t mode) in pp_dpm_set_fan_control_mode()
526 static int pp_dpm_get_fan_control_mode(void *handle, uint32_t *fan_mode) in pp_dpm_get_fan_control_mode()
543 static int pp_dpm_set_fan_speed_pwm(void *handle, uint32_t speed) in pp_dpm_set_fan_speed_pwm()
559 static int pp_dpm_get_fan_speed_pwm(void *handle, uint32_t *speed) in pp_dpm_get_fan_speed_pwm()
575 static int pp_dpm_get_fan_speed_rpm(void *handle, uint32_t *rpm) in pp_dpm_get_fan_speed_rpm()
591 static int pp_dpm_set_fan_speed_rpm(void *handle, uint32_t rpm) in pp_dpm_set_fan_speed_rpm()
607 static int pp_dpm_get_pp_num_states(void *handle, in pp_dpm_get_pp_num_states()
643 static int pp_dpm_get_pp_table(void *handle, char **table) in pp_dpm_get_pp_table()
654 static int amd_powerplay_reset(void *handle) in amd_powerplay_reset()
670 static int pp_dpm_set_pp_table(void *handle, const char *buf, size_t size) in pp_dpm_set_pp_table()
700 static int pp_dpm_force_clock_level(void *handle, in pp_dpm_force_clock_level()
721 static int pp_dpm_emit_clock_levels(void *handle, in pp_dpm_emit_clock_levels()
737 static int pp_dpm_print_clock_levels(void *handle, in pp_dpm_print_clock_levels()
752 static int pp_dpm_get_sclk_od(void *handle) in pp_dpm_get_sclk_od()
766 static int pp_dpm_set_sclk_od(void *handle, uint32_t value) in pp_dpm_set_sclk_od()
781 static int pp_dpm_get_mclk_od(void *handle) in pp_dpm_get_mclk_od()
795 static int pp_dpm_set_mclk_od(void *handle, uint32_t value) in pp_dpm_set_mclk_od()
809 static int pp_dpm_read_sensor(void *handle, int idx, in pp_dpm_read_sensor()
842 pp_dpm_get_vce_clock_state(void *handle, unsigned idx) in pp_dpm_get_vce_clock_state()
854 static int pp_get_power_profile_mode(void *handle, char *buf) in pp_get_power_profile_mode()
866 static int pp_set_power_profile_mode(void *handle, long *input, uint32_t size) in pp_set_power_profile_mode()
881 static int pp_set_fine_grain_clk_vol(void *handle, uint32_t type, long *input, uint32_t size) in pp_set_fine_grain_clk_vol()
894 static int pp_odn_edit_dpm_table(void *handle, enum PP_OD_DPM_TABLE_COMMAND type, in pp_odn_edit_dpm_table()
910 static int pp_dpm_set_mp1_state(void *handle, enum pp_mp1_state mp1_state) in pp_dpm_set_mp1_state()
926 static int pp_dpm_switch_power_profile(void *handle, in pp_dpm_switch_power_profile()
968 static int pp_set_power_limit(void *handle, uint32_t limit) in pp_set_power_limit()
998 static int pp_get_power_limit(void *handle, uint32_t *limit, in pp_get_power_limit()
1033 static int pp_display_configuration_change(void *handle, in pp_display_configuration_change()
1045 static int pp_get_display_power_level(void *handle, in pp_get_display_power_level()
1056 static int pp_get_current_clocks(void *handle, in pp_get_current_clocks()
1104 static int pp_get_clock_by_type(void *handle, enum amd_pp_clock_type type, struct amd_pp_clocks *cl… in pp_get_clock_by_type()
1117 static int pp_get_clock_by_type_with_latency(void *handle, in pp_get_clock_by_type_with_latency()
1129 static int pp_get_clock_by_type_with_voltage(void *handle, in pp_get_clock_by_type_with_voltage()
1141 static int pp_set_watermarks_for_clocks_ranges(void *handle, in pp_set_watermarks_for_clocks_ranges()
1153 static int pp_display_clock_voltage_request(void *handle, in pp_display_clock_voltage_request()
1164 static int pp_get_display_mode_validation_clocks(void *handle, in pp_get_display_mode_validation_clocks()
1181 static int pp_dpm_powergate_mmhub(void *handle) in pp_dpm_powergate_mmhub()
1196 static int pp_dpm_powergate_gfx(void *handle, bool gate) in pp_dpm_powergate_gfx()
1211 static void pp_dpm_powergate_acp(void *handle, bool gate) in pp_dpm_powergate_acp()
1226 static void pp_dpm_powergate_sdma(void *handle, bool gate) in pp_dpm_powergate_sdma()
1241 static int pp_set_powergating_by_smu(void *handle, in pp_set_powergating_by_smu()
1277 static int pp_notify_smu_enable_pwe(void *handle) in pp_notify_smu_enable_pwe()
1294 static int pp_enable_mgpu_fan_boost(void *handle) in pp_enable_mgpu_fan_boost()
1310 static int pp_set_min_deep_sleep_dcefclk(void *handle, uint32_t clock) in pp_set_min_deep_sleep_dcefclk()
1327 static int pp_set_hard_min_dcefclk_by_freq(void *handle, uint32_t clock) in pp_set_hard_min_dcefclk_by_freq()
1344 static int pp_set_hard_min_fclk_by_freq(void *handle, uint32_t clock) in pp_set_hard_min_fclk_by_freq()
1361 static int pp_set_active_display_count(void *handle, uint32_t count) in pp_set_active_display_count()
1371 static int pp_get_asic_baco_capability(void *handle, bool *cap) in pp_get_asic_baco_capability()
1388 static int pp_get_asic_baco_state(void *handle, int *state) in pp_get_asic_baco_state()
1403 static int pp_set_asic_baco_state(void *handle, int state) in pp_set_asic_baco_state()
1419 static int pp_get_ppfeature_status(void *handle, char *buf) in pp_get_ppfeature_status()
1434 static int pp_set_ppfeature_status(void *handle, uint64_t ppfeature_masks) in pp_set_ppfeature_status()
1449 static int pp_asic_reset_mode_2(void *handle) in pp_asic_reset_mode_2()
1464 static int pp_smu_i2c_bus_access(void *handle, bool acquire) in pp_smu_i2c_bus_access()
1479 static int pp_set_df_cstate(void *handle, enum pp_df_cstate state) in pp_set_df_cstate()
1494 static int pp_set_xgmi_pstate(void *handle, uint32_t pstate) in pp_set_xgmi_pstate()
1509 static ssize_t pp_get_gpu_metrics(void *handle, void **table) in pp_get_gpu_metrics()
1522 static int pp_gfx_state_change_set(void *handle, uint32_t state) in pp_gfx_state_change_set()
1538 static int pp_get_prv_buffer_details(void *handle, void **addr, size_t *size) in pp_get_prv_buffer_details()
1559 static void pp_pm_compute_clocks(void *handle) in pp_pm_compute_clocks()