Home
last modified time | relevance | path

Searched refs:EC_MAX_CMD_REPLY (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/platform/olpc/
Dolpc-ec.c159 #define EC_MAX_CMD_REPLY (8) macro
162 static unsigned char ec_dbgfs_resp[EC_MAX_CMD_REPLY];
181 if (m < 2 || ec_dbgfs_resp_bytes > EC_MAX_CMD_REPLY) { in ec_dbgfs_cmd_write()