Searched defs:acpi_processor_flags (Results 1 – 1 of 1) sorted by relevance
29197 struct acpi_processor_flags { struct29198 u8 power: 1;29199 u8 performance: 1;29200 u8 throttling: 1;29201 u8 limit: 1;29202 u8 bm_control: 1;29203 u8 bm_check: 1;29204 u8 has_cst: 1;29205 u8 has_lpi: 1;29206 u8 power_setup_done: 1;[all …]