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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dvsxxxaa.c102 #define IS_HDR_BYTE(x) (((x) & VSXXXAA_INTRO_MASK) \ macro
185 if (!IS_HDR_BYTE (mouse->buf[0])) {
193 if (IS_HDR_BYTE (mouse->buf[i])) {
411 while (mouse->count > 0 && !IS_HDR_BYTE(buf[0])) {

Completed in 102 milliseconds