| /linux/tools/testing/selftests/hid/progs/ |
| H A D | hid.c | 18 int BPF_PROG(hid_first_event, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type) in BPF_PROG() 38 int __hid_subprog_first_event(struct hid_bpf_ctx *hid_ctx, enum hid_report_type type) in __hid_subprog_first_event() 51 int BPF_PROG(hid_subprog_first_event, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type) in BPF_PROG() 63 int BPF_PROG(hid_second_event, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type) in BPF_PROG() 81 int BPF_PROG(hid_change_report_id, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type) in BPF_PROG() 104 enum hid_report_type type; 244 int BPF_PROG(hid_test_insert1, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type) in BPF_PROG() 267 int BPF_PROG(hid_test_insert2, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type) in BPF_PROG() 289 int BPF_PROG(hid_test_insert3, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type) in BPF_PROG() 312 enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source) in BPF_PROG() [all …]
|
| H A D | hid_bpf_helpers.h | 13 #define hid_report_type hid_report_type___not_used macro 36 #undef hid_report_type 54 enum hid_report_type { enum 92 int (*hid_device_event)(struct hid_bpf_ctx *ctx, enum hid_report_type report_type, 96 enum hid_report_type rtype, enum hid_class_request reqtype, 115 enum hid_report_type type, 120 enum hid_report_type type, 124 enum hid_report_type type,
|
| /linux/include/linux/ |
| H A D | hid_bpf.h | 69 size_t len, enum hid_report_type rtype, 74 int (*hid_input_report)(struct hid_device *hid, enum hid_report_type type, 117 int (*hid_device_event)(struct hid_bpf_ctx *ctx, enum hid_report_type report_type, 159 enum hid_report_type rtype, enum hid_class_request reqtype, 202 u8 *dispatch_hid_bpf_device_event(struct hid_device *hid, enum hid_report_type type, u8 *data, 206 u32 size, enum hid_report_type rtype, 217 static inline u8 *dispatch_hid_bpf_device_event(struct hid_device *hid, enum hid_report_type type, in dispatch_hid_bpf_device_event() 222 u32 size, enum hid_report_type rtype, in dispatch_hid_bpf_raw_requests()
|
| H A D | hid.h | 568 enum hid_report_type type; /* report type */ 999 int hid_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size, 1009 enum hid_report_type type, unsigned int id, 1013 enum hid_report_type type, unsigned int id, 1184 size_t len, enum hid_report_type rtype, 1191 size_t len, enum hid_report_type rtype, 1269 int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size,
|
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.c | 26 dispatch_hid_bpf_device_event(struct hid_device *hdev, enum hid_report_type type, u8 *data, in dispatch_hid_bpf_device_event() 83 u32 size, enum hid_report_type rtype, in dispatch_hid_bpf_raw_requests() 357 enum hid_report_type rtype) in __hid_bpf_hw_check_params() 405 enum hid_report_type rtype, enum hid_class_request reqtype) in hid_bpf_hw_request() 493 __hid_bpf_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf, in __hid_bpf_input_report() 524 hid_bpf_try_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf, in hid_bpf_try_input_report() 549 hid_bpf_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf, in hid_bpf_input_report()
|
| H A D | hid_bpf_struct_ops.c | 269 static int __hid_bpf_device_event(struct hid_bpf_ctx *ctx, enum hid_report_type type, u64 source) in __hid_bpf_device_event() 280 enum hid_report_type rtype, enum hid_class_request reqtype, in __hid_bpf_hw_request()
|
| /linux/include/uapi/linux/ |
| H A D | hid.h | 49 enum hid_report_type { enum
|
| /linux/samples/hid/ |
| H A D | hid_bpf_helpers.h | 18 enum hid_report_type type,
|
| H A D | hid_mouse.bpf.c | 71 int BPF_PROG(hid_event, struct hid_bpf_ctx *hctx, enum hid_report_type type) in BPF_PROG()
|
| /linux/drivers/hid/ |
| H A D | hid-core.c | 85 enum hid_report_type type, unsigned int id, in hid_register_report() 1032 enum hid_report_type type, unsigned int id, in hid_validate_values() 2029 int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size, in hid_report_raw_event() 2089 static int __hid_input_report(struct hid_device *hid, enum hid_report_type type, in __hid_input_report() 2164 int hid_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size, in hid_input_report() 2476 size_t len, enum hid_report_type rtype, in __hid_hw_raw_request() 2514 size_t len, enum hid_report_type rtype, enum hid_class_request reqtype) in hid_hw_raw_request()
|
| /linux/tools/testing/selftests/hid/ |
| H A D | hid_bpf.c | 12 enum hid_report_type type;
|
| /linux/Documentation/hid/ |
| H A D | hid-bpf.rst | 466 enum hid_report_type type,
|