Home
last modified time | relevance | path

Searched refs:PACKET_LENGTH (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dtsc40.c15 #define PACKET_LENGTH 5 macro
20 unsigned char data[PACKET_LENGTH];
/openbmc/linux/drivers/input/tablet/
H A Dwacom_serial4.c138 #define PACKET_LENGTH 7 macro
403 if (wacom->idx == PACKET_LENGTH && (wacom->data[0] & 0x80)) { in wacom_interrupt()