Searched defs:pad_report (Results 1 – 3 of 3) sorted by relevance
400 __u8 report_id; in SEC()402 __u8 pad:7; in SEC()403 __u8 x; in SEC()404 __u8 y; in SEC()405 __u32 buttons; in SEC()406 __u8 wheel; in SEC()459 __u8 pad:7; in SEC()460 __u8 x; in SEC()461 __u8 y; in SEC()462 __u32 buttons; in SEC()[all …]
565 struct pad_report { in SEC() struct566 __u8 report_id; in SEC()567 __u8 btn_stylus; in SEC()568 __u8 x; in SEC()569 __u8 y; in SEC()570 __u8 buttons; in SEC()571 __u8 dial_1; in SEC()572 __u8 dial_2; in SEC()573 } __attribute__((packed)) *pad_report; in SEC() local
493 struct pad_report { in SEC() struct494 __u8 report_id; in SEC()495 __u8 btn_stylus; in SEC()496 __u8 x; in SEC()497 __u8 y; in SEC()498 __u8 buttons; in SEC()499 __u8 wheel; in SEC()500 } __attribute__((packed)) *pad_report; in SEC() local
Completed in 13 milliseconds