Searched defs:hid_ll_driver (Results 1 – 3 of 3) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 75199 struct hid_ll_driver { struct 75200 int (*start)(struct hid_device *); 75201 void (*stop)(struct hid_device *); 75202 int (*open)(struct hid_device *); 75203 void (*close)(struct hid_device *); 75204 int (*power)(struct hid_device *, int); 75205 int (*parse)(struct hid_device *); 75206 void (*request)(struct hid_device *, struct hid_report *, int); 75207 int (*wait)(struct hid_device *); 75208 int (*raw_request)(struct hid_device *, unsigned char, __u8 *, size_t, unsigned char, int); [all …]
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 98958 struct hid_ll_driver { struct 98959 int (*start)(struct hid_device *); 98960 void (*stop)(struct hid_device *); 98961 int (*open)(struct hid_device *); 98962 void (*close)(struct hid_device *); 98963 int (*power)(struct hid_device *, int); 98964 int (*parse)(struct hid_device *); 98965 void (*request)(struct hid_device *, struct hid_report *, int); 98966 int (*wait)(struct hid_device *); 98967 int (*raw_request)(struct hid_device *, unsigned char, __u8 *, size_t, unsigned char, int); [all …]
|
| D | vmlinux.h | 98958 struct hid_ll_driver { struct 98959 int (*start)(struct hid_device *); 98960 void (*stop)(struct hid_device *); 98961 int (*open)(struct hid_device *); 98962 void (*close)(struct hid_device *); 98963 int (*power)(struct hid_device *, int); 98964 int (*parse)(struct hid_device *); 98965 void (*request)(struct hid_device *, struct hid_report *, int); 98966 int (*wait)(struct hid_device *); 98967 int (*raw_request)(struct hid_device *, unsigned char, __u8 *, size_t, unsigned char, int); [all …]
|