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