Lines Matching defs:byte
121 static void vsxxxaa_queue_byte(struct vsxxxaa *mouse, unsigned char byte)
124 printk(KERN_ERR "%s on %s: Dropping a byte of full buffer.\n",
129 DBG(KERN_INFO "Queueing byte 0x%02x\n", byte);
131 mouse->buf[mouse->count++] = byte;
166 /* First byte must be a header byte */
202 * with the first byte's 3 MSB set to 100.
210 * Low 7 bit of byte 1 are abs(dx), bit 7 is
211 * 0, bit 4 of byte 0 is direction.
217 * Low 7 bit of byte 2 are abs(dy), bit 7 is
218 * 0, bit 3 of byte 0 is direction.
225 * (for three buttons) of byte 0.
275 * Get button state. It's bits <4..1> of byte 0.
333 * (for three buttons) of byte 0. Maybe even the bit <3>
383 * packet starts with a byte whose bit 7 is set. Unhandled
389 printk(KERN_ERR "%s on %s: Dropping a byte to regain "