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