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