Searched defs:smu_power_state (Results 1 – 1 of 1) sorted by relevance
187 struct smu_power_state { struct188 uint32_t id;189 struct list_head ordered_list;190 struct list_head all_states_list;192 struct smu_state_classification_block classification;193 struct smu_state_validation_block validation;194 struct smu_state_pcie_block pcie;195 struct smu_state_display_block display;196 struct smu_state_memory_block memory;197 struct smu_state_software_algorithm_block software;[all …]