Lines Matching defs:byte
124 static void vsxxxaa_queue_byte(struct vsxxxaa *mouse, unsigned char byte)
127 printk(KERN_ERR "%s on %s: Dropping a byte of full buffer.\n",
132 DBG(KERN_INFO "Queueing byte 0x%02x\n", byte);
134 mouse->buf[mouse->count++] = byte;
169 /* First byte must be a header byte */
205 * with the first byte's 3 MSB set to 100.
213 * Low 7 bit of byte 1 are abs(dx), bit 7 is
214 * 0, bit 4 of byte 0 is direction.
220 * Low 7 bit of byte 2 are abs(dy), bit 7 is
221 * 0, bit 3 of byte 0 is direction.
228 * (for three buttons) of byte 0.
278 * Get button state. It's bits <4..1> of byte 0.
336 * (for three buttons) of byte 0. Maybe even the bit <3>
386 * packet starts with a byte whose bit 7 is set. Unhandled
392 printk(KERN_ERR "%s on %s: Dropping a byte to regain "