Home
last modified time | relevance | path

Searched defs:pad_report (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/hid/bpf/progs/
DHuion__Dial-2.bpf.c565 struct pad_report { in SEC() struct
566 __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
DHuion__Inspiroy-2-S.bpf.c493 struct pad_report { in SEC() struct
494 __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