Searched defs:pad_report (Results 1 – 2 of 2) sorted by relevance
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