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

/drivers/input/touchscreen/
H A Delo.c40 #define ELO10_PACKET_LEN 8 macro
66 unsigned char response[ELO10_PACKET_LEN];
114 memcpy(elo->response, &elo->data[1], ELO10_PACKET_LEN);
241 for (i = 0; i < ELO10_PACKET_LEN; i++) {
254 memcpy(packet, elo->response, ELO10_PACKET_LEN);
267 unsigned char packet[ELO10_PACKET_LEN] = { ELO10_ID_CMD };

Completed in 5143 milliseconds