Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/platform_data/
Dcros_ec_proto.h66 struct cros_ec_command { struct
67 uint32_t version;
68 uint32_t command;
69 uint32_t outsize;
70 uint32_t insize;
71 uint32_t result;
72 uint8_t data[];
/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_proto.c949 int cros_ec_command(struct cros_ec_device *ec_dev, in cros_ec_command() function