Lines Matching full:wheel
192 // Byte 4 in report is the wheel
356 // Byte 5 is the wheel
444 * Wheel down: 03 01 2d 00 00 00 00 00 -> Ctrl - in SEC()
445 * Wheel up: 03 01 2e 00 00 00 00 00 -> Ctrl = in SEC()
448 __u8 wheel = 0; in SEC() local
472 wheel = -1; in SEC()
475 wheel = 1; in SEC()
480 __u8 report[6] = {PAD_REPORT_ID, 0x0, 0x0, 0x0, wheel, button}; in SEC()
499 __u8 wheel; in SEC() member
501 __u8 wheel = 0; in SEC() local
503 /* Wheel report */ in SEC()
506 wheel = 0xff; in SEC()
508 wheel = data[5]; in SEC()
512 wheel = 0; // wheel in SEC()
522 pad_report->wheel = wheel; in SEC()