Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/olpc/
H A Dolpc-ec.c256 #define EC_MAX_CMD_REPLY (8) macro
259 static unsigned char ec_dbgfs_resp[EC_MAX_CMD_REPLY];
278 if (m < 2 || ec_dbgfs_resp_bytes > EC_MAX_CMD_REPLY) { in ec_dbgfs_cmd_write()
/kernel/linux/linux-6.6/drivers/platform/olpc/
H A Dolpc-ec.c255 #define EC_MAX_CMD_REPLY (8) macro
258 static unsigned char ec_dbgfs_resp[EC_MAX_CMD_REPLY];
277 if (m < 2 || ec_dbgfs_resp_bytes > EC_MAX_CMD_REPLY) { in ec_dbgfs_cmd_write()

Completed in 3 milliseconds