ELO10_PACKET_LEN   61 drivers/input/touchscreen/elo.c 	unsigned char response[ELO10_PACKET_LEN];
ELO10_PACKET_LEN  109 drivers/input/touchscreen/elo.c 			memcpy(elo->response, &elo->data[1], ELO10_PACKET_LEN);
ELO10_PACKET_LEN  236 drivers/input/touchscreen/elo.c 	for (i = 0; i < ELO10_PACKET_LEN; i++) {
ELO10_PACKET_LEN  249 drivers/input/touchscreen/elo.c 		memcpy(packet, elo->response, ELO10_PACKET_LEN);
ELO10_PACKET_LEN  262 drivers/input/touchscreen/elo.c 	unsigned char packet[ELO10_PACKET_LEN] = { ELO10_ID_CMD };