Searched defs:dm_acpi_atif_backlight_caps (Results 1 – 1 of 1) sorted by relevance
226 struct dm_acpi_atif_backlight_caps { struct227 uint16_t size; /* Bytes 0-1 (2 bytes) */228 uint16_t flags; /* Byted 2-3 (2 bytes) */229 uint8_t error_code; /* Byte 4 */230 uint8_t ac_level_percentage; /* Byte 5 */231 uint8_t dc_level_percentage; /* Byte 6 */232 uint8_t min_input_signal; /* Byte 7 */233 uint8_t max_input_signal; /* Byte 8 */234 uint8_t num_data_points; /* Byte 9 */235 struct dm_bl_data_point data_points[BL_DATA_POINTS]; /* Bytes 10-207 (198 bytes)*/