Searched defs:smu_power_state (Results 1 – 1 of 1) sorted by relevance
139 struct smu_power_state { struct140 uint32_t id;141 struct list_head ordered_list;142 struct list_head all_states_list;144 struct smu_state_classification_block classification;145 struct smu_state_validation_block validation;146 struct smu_state_pcie_block pcie;147 struct smu_state_display_block display;148 struct smu_state_memroy_block memory;149 struct smu_state_software_algorithm_block software;[all …]