Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c371 #define ETOUCH_PKT_TYPE_MASK 0xFE macro
378 if ((pkt[0] & ETOUCH_PKT_TYPE_MASK) != ETOUCH_PKT_TYPE_REPT && in etouch_read_data()
379 (pkt[0] & ETOUCH_PKT_TYPE_MASK) != ETOUCH_PKT_TYPE_REPT2) in etouch_read_data()
391 switch (buf[0] & ETOUCH_PKT_TYPE_MASK) { in etouch_get_pkt_len()