Searched defs:smu_power_state (Results 1 – 1 of 1) sorted by relevance
140 struct smu_power_state { struct141 uint32_t id;142 struct list_head ordered_list;143 struct list_head all_states_list;145 struct smu_state_classification_block classification;146 struct smu_state_validation_block validation;147 struct smu_state_pcie_block pcie;148 struct smu_state_display_block display;149 struct smu_state_memroy_block memory;150 struct smu_temperature_range temperatures;[all …]