Searched defs:amd_pm_funcs (Results 1 – 1 of 1) sorted by relevance
199 struct amd_pm_funcs { struct201 int (*pre_set_power_state)(void *handle);202 int (*set_power_state)(void *handle);203 void (*post_set_power_state)(void *handle);204 void (*display_configuration_changed)(void *handle);205 void (*print_power_state)(void *handle, void *ps);206 bool (*vblank_too_short)(void *handle);207 void (*enable_bapm)(void *handle, bool enable);208 int (*check_state_equal)(void *handle,213 void (*set_fan_control_mode)(void *handle, u32 mode);[all …]