Lines Matching refs:uint8_t
257 uint8_t flags;
258 uint8_t command_version;
259 uint8_t data_size;
264 uint8_t checksum;
341 uint8_t struct_version;
347 uint8_t checksum;
353 uint8_t command_version;
356 uint8_t reserved;
367 uint8_t struct_version;
373 uint8_t checksum;
488 uint8_t offset; /* Offset in memmap (EC_MEMMAP_*) */
489 uint8_t size; /* Size to read in bytes */
496 uint8_t cmd; /* Command to check */
535 uint8_t buf[32];
540 uint8_t buf[32];
723 uint8_t block[EC_VBNV_BLOCK_SIZE];
727 uint8_t block[EC_VBNV_BLOCK_SIZE];
751 uint8_t percent;
752 uint8_t enabled;
759 uint8_t percent;
779 uint8_t r, g, b;
799 uint8_t new_s0;
800 uint8_t osc_min[2]; /* AC=0/1 */
801 uint8_t osc_max[2]; /* AC=0/1 */
802 uint8_t w_ofs[2]; /* AC=0/1 */
805 uint8_t bright_bl_off_fixed[2]; /* AC=0/1 */
806 uint8_t bright_bl_on_min[2]; /* AC=0/1 */
807 uint8_t bright_bl_on_max[2]; /* AC=0/1 */
810 uint8_t battery_threshold[LB_BATTERY_LEVELS - 1];
813 uint8_t s0_idx[2][LB_BATTERY_LEVELS]; /* AP is running */
814 uint8_t s3_idx[2][LB_BATTERY_LEVELS]; /* AP is sleeping */
821 uint8_t cmd; /* Command (see enum lightbar_command) */
828 uint8_t num;
832 uint8_t ctrl, reg, value;
836 uint8_t led, red, green, blue;
847 uint8_t reg;
848 uint8_t ic0;
849 uint8_t ic1;
854 uint8_t num;
908 uint8_t led_id; /* Which LED to control */
909 uint8_t flags; /* Control flags */
911 uint8_t brightness[EC_LED_COLOR_COUNT];
922 uint8_t brightness_range[EC_LED_COLOR_COUNT];
937 uint8_t cmd; /* enum ec_vboot_hash_cmd */
938 uint8_t hash_type; /* enum ec_vboot_hash_type */
939 uint8_t nonce_size; /* Nonce size; may be 0 */
940 uint8_t reserved0; /* Reserved; set 0 */
943 uint8_t nonce_data[64]; /* Nonce data; ignored if nonce_size=0 */
947 uint8_t status; /* enum ec_vboot_hash_status */
948 uint8_t hash_type; /* enum ec_vboot_hash_type */
949 uint8_t digest_size; /* Size of hash digest in bytes */
950 uint8_t reserved0; /* Ignore; will be 0 */
953 uint8_t hash_digest[64]; /* Hash digest data */
988 uint8_t usb_port_id;
989 uint8_t mode;
1026 uint8_t data[EC_PSTORE_SIZE_MAX];
1066 uint8_t sensor_type;
1067 uint8_t threshold_id;
1075 uint8_t sensor_type;
1076 uint8_t threshold_id;
1090 uint8_t index;
1104 uint8_t index;
1105 uint8_t reserved[3]; /* Reserved; set 0 */
1129 uint8_t switches;
1136 uint8_t col;
1137 uint8_t row;
1138 uint8_t pressed;
1163 uint8_t flags; /* some flags (enum mkbp_config_flags) */
1164 uint8_t valid_flags; /* which flags are valid */
1179 uint8_t fifo_max_depth;
1210 uint8_t flags; /* some flags (enum ec_collect_flags) */
1214 uint8_t cmd; /* Command to send (enum ec_keyscan_seq_cmd) */
1217 uint8_t active; /* still active */
1218 uint8_t num_items; /* number of items */
1220 uint8_t cur_item;
1228 uint8_t scan[0]; /* keyscan data */
1231 uint8_t start_item; /* First item to return */
1232 uint8_t num_items; /* Number of items to return */
1240 uint8_t num_items; /* Number of items */
1254 uint8_t id;
1259 uint8_t sensor_type;
1305 uint8_t enabled;
1312 uint8_t enabled;
1323 uint8_t val;
1333 uint8_t val;
1344 uint8_t read_size; /* Either 8 or 16. */
1345 uint8_t port;
1346 uint8_t offset;
1358 uint8_t write_size; /* Either 8 or 16. */
1359 uint8_t port;
1360 uint8_t offset;
1370 uint8_t enabled;
1406 uint8_t mux;
1423 uint8_t index;
1424 uint8_t state;
1433 uint8_t index;
1437 uint8_t state;
1482 uint8_t port; /* I2C port number */
1483 uint8_t num_msgs; /* Number of messages */
1489 uint8_t i2c_status; /* Status flags (EC_I2C_STATUS_...) */
1490 uint8_t num_msgs; /* Number of messages processed */
1491 uint8_t data[]; /* Data read by messages concatenated here */
1537 uint8_t reg;
1545 uint8_t reg;
1550 uint8_t data[32];
1554 uint8_t reg;
1598 uint8_t cmd; /* enum ec_reboot_cmd */
1599 uint8_t flags; /* See EC_REBOOT_FLAG_* */