Home
last modified time | relevance | path

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

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