Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h98025 struct hid_ll_driver { struct
98026 int (*start)(struct hid_device *);
98027 void (*stop)(struct hid_device *);
98028 int (*open)(struct hid_device *);
98029 void (*close)(struct hid_device *);
98030 int (*power)(struct hid_device *, int);
98031 int (*parse)(struct hid_device *);
98032 void (*request)(struct hid_device *, struct hid_report *, int);
98033 int (*wait)(struct hid_device *);
98034 int (*raw_request)(struct hid_device *, unsigned char, __u8 *, size_t, unsigned char, int);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h107721 struct hid_ll_driver { struct
107722 int (*start)(struct hid_device *);
107723 void (*stop)(struct hid_device *);
107724 int (*open)(struct hid_device *);
107725 void (*close)(struct hid_device *);
107726 int (*power)(struct hid_device *, int);
107727 int (*parse)(struct hid_device *);
107728 void (*request)(struct hid_device *, struct hid_report *, int);
107729 int (*wait)(struct hid_device *);
107730 int (*raw_request)(struct hid_device *, unsigned char, __u8 *, size_t, unsigned char, int);
[all …]