ec_cmd_int        267 drivers/platform/olpc/olpc-ec.c 	unsigned int ec_cmd_int[EC_MAX_CMD_ARGS];
ec_cmd_int        275 drivers/platform/olpc/olpc-ec.c 	m = sscanf(cmdbuf, "%x:%u %x %x %x %x %x", &ec_cmd_int[0],
ec_cmd_int        276 drivers/platform/olpc/olpc-ec.c 			&ec_dbgfs_resp_bytes, &ec_cmd_int[1], &ec_cmd_int[2],
ec_cmd_int        277 drivers/platform/olpc/olpc-ec.c 			&ec_cmd_int[3], &ec_cmd_int[4], &ec_cmd_int[5]);
ec_cmd_int        290 drivers/platform/olpc/olpc-ec.c 		ec_cmd[i] = ec_cmd_int[i];