coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec_response_fp_info Struct Reference

#include <ec_commands.h>

Collaboration diagram for ec_response_fp_info:
Collaboration graph

Data Fields

uint32_t vendor_id
 
uint32_t product_id
 
uint32_t model_id
 
uint32_t version
 
uint32_t frame_size
 
uint32_t pixel_format
 
uint16_t width
 
uint16_t height
 
uint16_t bpp
 
uint16_t errors
 
uint32_t template_size
 
uint16_t template_max
 
uint16_t template_valid
 
uint32_t template_dirty
 
uint32_t template_version
 

Detailed Description

Definition at line 7179 of file ec_commands.h.

Field Documentation

◆ bpp

uint16_t ec_response_fp_info::bpp

Definition at line 7190 of file ec_commands.h.

◆ errors

uint16_t ec_response_fp_info::errors

Definition at line 7191 of file ec_commands.h.

◆ frame_size

uint32_t ec_response_fp_info::frame_size

Definition at line 7186 of file ec_commands.h.

◆ height

uint16_t ec_response_fp_info::height

Definition at line 7189 of file ec_commands.h.

◆ model_id

uint32_t ec_response_fp_info::model_id

Definition at line 7183 of file ec_commands.h.

◆ pixel_format

uint32_t ec_response_fp_info::pixel_format

Definition at line 7187 of file ec_commands.h.

◆ product_id

uint32_t ec_response_fp_info::product_id

Definition at line 7182 of file ec_commands.h.

◆ template_dirty

uint32_t ec_response_fp_info::template_dirty

Definition at line 7196 of file ec_commands.h.

◆ template_max

uint16_t ec_response_fp_info::template_max

Definition at line 7194 of file ec_commands.h.

◆ template_size

uint32_t ec_response_fp_info::template_size

Definition at line 7193 of file ec_commands.h.

◆ template_valid

uint16_t ec_response_fp_info::template_valid

Definition at line 7195 of file ec_commands.h.

◆ template_version

uint32_t ec_response_fp_info::template_version

Definition at line 7197 of file ec_commands.h.

◆ vendor_id

uint32_t ec_response_fp_info::vendor_id

Definition at line 7181 of file ec_commands.h.

◆ version

uint32_t ec_response_fp_info::version

Definition at line 7184 of file ec_commands.h.

◆ width

uint16_t ec_response_fp_info::width

Definition at line 7188 of file ec_commands.h.


The documentation for this struct was generated from the following file: