Searched defs:cros_ec_command (Results 1 – 1 of 1) sorted by relevance
48 struct cros_ec_command { struct49 uint32_t version;50 uint32_t command;51 uint32_t outsize;52 uint32_t insize;53 uint32_t result;54 uint8_t outdata[EC_PROTO2_MAX_PARAM_SIZE];55 uint8_t indata[EC_PROTO2_MAX_PARAM_SIZE];