Home
last modified time | relevance | path

Searched defs:chromeec_command (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/coreboot/src/ec/google/chromeec/
H A Dec.h151 struct chromeec_command { struct
152 uint16_t cmd_code; /* command code in, status out */
153 uint8_t cmd_version; /* command version */
154 const void* cmd_data_in; /* command data, if any */
155 void* cmd_data_out; /* command response, if any */
179 int crosec_command_proto(struct chromeec_command *cec_command, argument