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

/linux-4.4.14/drivers/platform/olpc/
H A Dolpc-ec.c170 unsigned int ec_cmd_int[EC_MAX_CMD_ARGS]; ec_dbgfs_cmd_write() local
178 m = sscanf(cmdbuf, "%x:%u %x %x %x %x %x", &ec_cmd_int[0], ec_dbgfs_cmd_write()
179 &ec_dbgfs_resp_bytes, &ec_cmd_int[1], &ec_cmd_int[2], ec_dbgfs_cmd_write()
180 &ec_cmd_int[3], &ec_cmd_int[4], &ec_cmd_int[5]); ec_dbgfs_cmd_write()
193 ec_cmd[i] = ec_cmd_int[i]; ec_dbgfs_cmd_write()

Completed in 88 milliseconds