/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 | 11 #define hid_report_type hid_report_type___not_used macro 32 #undef hid_report_type 50 enum hid_report_type { enum 80 int (*hid_device_event)(struct hid_bpf_ctx *ctx, enum hid_report_type report_type, 84 enum hid_report_type rtype, enum hid_class_request reqtype, 103 enum hid_report_type type, 108 enum hid_report_type type, 112 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()
|
/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() 80 u32 size, enum hid_report_type rtype, in dispatch_hid_bpf_raw_requests() 351 enum hid_report_type rtype) in __hid_bpf_hw_check_params() 399 enum hid_report_type rtype, enum hid_class_request reqtype) in hid_bpf_hw_request() 485 __hid_bpf_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf, in __hid_bpf_input_report() 516 hid_bpf_try_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf, in hid_bpf_try_input_report() 541 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 | 81 enum hid_report_type type, unsigned int id, in hid_register_report() 1015 enum hid_report_type type, unsigned int id, in hid_validate_values() 2003 int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size, in hid_report_raw_event() 2062 static int __hid_input_report(struct hid_device *hid, enum hid_report_type type, in __hid_input_report() 2137 int hid_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size, in hid_input_report() 2439 size_t len, enum hid_report_type rtype, in __hid_hw_raw_request() 2477 size_t len, enum hid_report_type rtype, enum hid_class_request reqtype) in hid_hw_raw_request()
|
/linux/drivers/hid/bpf/progs/ |
H A D | hid_bpf_helpers.h | 20 enum hid_report_type type,
|
/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,
|