Lines Matching full:handle
230 int (*pre_set_power_state)(void *handle);
231 int (*set_power_state)(void *handle);
232 void (*post_set_power_state)(void *handle);
233 void (*display_configuration_changed)(void *handle);
234 void (*print_power_state)(void *handle, void *ps);
235 bool (*vblank_too_short)(void *handle);
236 void (*enable_bapm)(void *handle, bool enable);
237 int (*check_state_equal)(void *handle,
242 void (*set_fan_control_mode)(void *handle, u32 mode);
243 u32 (*get_fan_control_mode)(void *handle);
244 int (*set_fan_speed_percent)(void *handle, u32 speed);
245 int (*get_fan_speed_percent)(void *handle, u32 *speed);
246 int (*force_clock_level)(void *handle, enum pp_clock_type type, uint32_t mask);
247 int (*print_clock_levels)(void *handle, enum pp_clock_type type, char *buf);
248 int (*force_performance_level)(void *handle, enum amd_dpm_forced_level level);
249 int (*get_sclk_od)(void *handle);
250 int (*set_sclk_od)(void *handle, uint32_t value);
251 int (*get_mclk_od)(void *handle);
252 int (*set_mclk_od)(void *handle, uint32_t value);
253 int (*read_sensor)(void *handle, int idx, void *value, int *size);
254 enum amd_dpm_forced_level (*get_performance_level)(void *handle);
255 enum amd_pm_state_type (*get_current_power_state)(void *handle);
256 int (*get_fan_speed_rpm)(void *handle, uint32_t *rpm);
257 int (*set_fan_speed_rpm)(void *handle, uint32_t rpm);
258 int (*get_pp_num_states)(void *handle, struct pp_states_info *data);
259 int (*get_pp_table)(void *handle, char **table);
260 int (*set_pp_table)(void *handle, const char *buf, size_t size);
261 void (*debugfs_print_current_performance_level)(void *handle, struct seq_file *m);
262 int (*switch_power_profile)(void *handle, enum PP_SMC_POWER_PROFILE type, bool en);
264 struct amd_vce_state *(*get_vce_clock_state)(void *handle, u32 idx);
265 int (*dispatch_tasks)(void *handle, enum amd_pp_task task_id,
267 int (*load_firmware)(void *handle);
268 int (*wait_for_fw_loading_complete)(void *handle);
269 int (*set_powergating_by_smu)(void *handle,
271 int (*set_clockgating_by_smu)(void *handle, uint32_t msg_id);
272 int (*set_power_limit)(void *handle, uint32_t n);
273 int (*get_power_limit)(void *handle, uint32_t *limit, bool default_limit);
274 int (*get_power_profile_mode)(void *handle, char *buf);
275 int (*set_power_profile_mode)(void *handle, long *input, uint32_t size);
276 int (*odn_edit_dpm_table)(void *handle, uint32_t type, long *input, uint32_t size);
277 int (*set_mp1_state)(void *handle, enum pp_mp1_state mp1_state);
278 int (*smu_i2c_bus_access)(void *handle, bool acquire);
280 u32 (*get_sclk)(void *handle, bool low);
281 u32 (*get_mclk)(void *handle, bool low);
282 int (*display_configuration_change)(void *handle,
284 int (*get_display_power_level)(void *handle,
286 int (*get_current_clocks)(void *handle,
288 int (*get_clock_by_type)(void *handle,
291 int (*get_clock_by_type_with_latency)(void *handle,
294 int (*get_clock_by_type_with_voltage)(void *handle,
297 int (*set_watermarks_for_clocks_ranges)(void *handle,
299 int (*display_clock_voltage_request)(void *handle,
301 int (*get_display_mode_validation_clocks)(void *handle,
303 int (*notify_smu_enable_pwe)(void *handle);
304 int (*enable_mgpu_fan_boost)(void *handle);
305 int (*set_active_display_count)(void *handle, uint32_t count);
306 int (*set_hard_min_dcefclk_by_freq)(void *handle, uint32_t clock);
307 int (*set_hard_min_fclk_by_freq)(void *handle, uint32_t clock);
308 int (*set_min_deep_sleep_dcefclk)(void *handle, uint32_t clock);
309 int (*get_asic_baco_capability)(void *handle, bool *cap);
310 int (*get_asic_baco_state)(void *handle, int *state);
311 int (*set_asic_baco_state)(void *handle, int state);
312 int (*get_ppfeature_status)(void *handle, char *buf);
313 int (*set_ppfeature_status)(void *handle, uint64_t ppfeature_masks);
314 int (*asic_reset_mode_2)(void *handle);