Searched defs:smu_power_state (Results 1 – 1 of 1) sorted by relevance
191 struct smu_power_state { struct192 uint32_t id;193 struct list_head ordered_list;194 struct list_head all_states_list;196 struct smu_state_classification_block classification;197 struct smu_state_validation_block validation;198 struct smu_state_pcie_block pcie;199 struct smu_state_display_block display;200 struct smu_state_memory_block memory;201 struct smu_state_software_algorithm_block software;[all …]