Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dvsxxxaa.c86 #define IS_HDR_BYTE(x) \ macro
167 if (!IS_HDR_BYTE(mouse->buf[0])) { in vsxxxaa_check_packet()
174 if (IS_HDR_BYTE(mouse->buf[i])) { in vsxxxaa_check_packet()
388 while (mouse->count > 0 && !IS_HDR_BYTE(buf[0])) { in vsxxxaa_parse_buffer()