Lines Matching full:wheel
191 // Byte 4 in report is the wheel
337 // Byte 5 is the wheel
424 * Wheel down: 03 01 2d 00 00 00 00 00 -> Ctrl - in SEC()
425 * Wheel up: 03 01 2e 00 00 00 00 00 -> Ctrl = in SEC()
428 __u8 wheel = 0; in SEC() local
452 wheel = -1; in SEC()
455 wheel = 1; in SEC()
460 __u8 report[6] = {PAD_REPORT_ID, 0x0, 0x0, 0x0, wheel, button}; in SEC()
479 __u8 wheel; in SEC() member
481 __u8 wheel = 0; in SEC() local
483 /* Wheel report */ in SEC()
486 wheel = 0xff; in SEC()
488 wheel = data[5]; in SEC()
492 wheel = 0; // wheel in SEC()
502 pad_report->wheel = wheel; in SEC()