coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
wilco_ec_message Struct Reference
Collaboration diagram for wilco_ec_message:
Collaboration graph

Data Fields

uint8_t command
 
uint8_t result
 
size_t request_size
 
size_t response_size
 
enum wilco_ec_msg_type type
 
uint8_t data [EC_MAILBOX_DATA_SIZE]
 

Detailed Description

Definition at line 62 of file mailbox.c.

Field Documentation

◆ command

uint8_t wilco_ec_message::command

Definition at line 63 of file mailbox.c.

Referenced by wilco_ec_mailbox(), and wilco_ec_prepare().

◆ data

uint8_t wilco_ec_message::data[EC_MAILBOX_DATA_SIZE]

Definition at line 72 of file mailbox.c.

Referenced by wilco_ec_mailbox(), wilco_ec_prepare(), and wilco_ec_transfer().

◆ request_size

size_t wilco_ec_message::request_size

Definition at line 65 of file mailbox.c.

Referenced by wilco_ec_mailbox(), wilco_ec_prepare(), and wilco_ec_transfer().

◆ response_size

size_t wilco_ec_message::response_size

Definition at line 66 of file mailbox.c.

Referenced by wilco_ec_mailbox(), and wilco_ec_transfer().

◆ result

uint8_t wilco_ec_message::result

Definition at line 64 of file mailbox.c.

Referenced by wilco_ec_mailbox(), and wilco_ec_transfer().

◆ type

enum wilco_ec_msg_type wilco_ec_message::type

Definition at line 66 of file mailbox.c.

Referenced by wilco_ec_transfer().


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