Symbol: hid_report_type
drivers/hid/bpf/hid_bpf_dispatch.c
27
dispatch_hid_bpf_device_event(struct hid_device *hdev, enum hid_report_type type, u8 *data,
drivers/hid/bpf/hid_bpf_dispatch.c
362
enum hid_report_type rtype)
drivers/hid/bpf/hid_bpf_dispatch.c
410
enum hid_report_type rtype, enum hid_class_request reqtype)
drivers/hid/bpf/hid_bpf_dispatch.c
498
__hid_bpf_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf,
drivers/hid/bpf/hid_bpf_dispatch.c
529
hid_bpf_try_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf,
drivers/hid/bpf/hid_bpf_dispatch.c
554
hid_bpf_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf,
drivers/hid/bpf/hid_bpf_dispatch.c
86
u32 size, enum hid_report_type rtype,
drivers/hid/bpf/hid_bpf_struct_ops.c
269
static int __hid_bpf_device_event(struct hid_bpf_ctx *ctx, enum hid_report_type type, u64 source)
drivers/hid/bpf/hid_bpf_struct_ops.c
280
enum hid_report_type rtype, enum hid_class_request reqtype,
drivers/hid/bpf/progs/hid_bpf_helpers.h
31
enum hid_report_type type,
drivers/hid/bpf/progs/hid_bpf_helpers.h
36
enum hid_report_type type,
drivers/hid/bpf/progs/hid_bpf_helpers.h
40
enum hid_report_type type,
drivers/hid/hid-core.c
1033
enum hid_report_type type, unsigned int id,
drivers/hid/hid-core.c
2036
int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data,
drivers/hid/hid-core.c
2116
static int __hid_input_report(struct hid_device *hid, enum hid_report_type type,
drivers/hid/hid-core.c
2193
int hid_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size,
drivers/hid/hid-core.c
2217
int hid_safe_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data,
drivers/hid/hid-core.c
2529
size_t len, enum hid_report_type rtype,
drivers/hid/hid-core.c
2567
size_t len, enum hid_report_type rtype, enum hid_class_request reqtype)
drivers/hid/hid-core.c
88
enum hid_report_type type, unsigned int id,
include/linux/hid.h
1031
int hid_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size,
include/linux/hid.h
1033
int hid_safe_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data,
include/linux/hid.h
1043
enum hid_report_type type, unsigned int id,
include/linux/hid.h
1047
enum hid_report_type type, unsigned int id,
include/linux/hid.h
1218
size_t len, enum hid_report_type rtype,
include/linux/hid.h
1225
size_t len, enum hid_report_type rtype,
include/linux/hid.h
1303
int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data,
include/linux/hid.h
568
enum hid_report_type type; /* report type */
include/linux/hid_bpf.h
117
int (*hid_device_event)(struct hid_bpf_ctx *ctx, enum hid_report_type report_type,
include/linux/hid_bpf.h
159
enum hid_report_type rtype, enum hid_class_request reqtype,
include/linux/hid_bpf.h
202
u8 *dispatch_hid_bpf_device_event(struct hid_device *hid, enum hid_report_type type, u8 *data,
include/linux/hid_bpf.h
207
u32 size, enum hid_report_type rtype,
include/linux/hid_bpf.h
218
static inline u8 *dispatch_hid_bpf_device_event(struct hid_device *hid, enum hid_report_type type,
include/linux/hid_bpf.h
226
u32 size, enum hid_report_type rtype,
include/linux/hid_bpf.h
69
size_t len, enum hid_report_type rtype,
include/linux/hid_bpf.h
74
int (*hid_input_report)(struct hid_device *hid, enum hid_report_type type,
samples/hid/hid_bpf_helpers.h
18
enum hid_report_type type,
samples/hid/hid_mouse.bpf.c
71
int BPF_PROG(hid_event, struct hid_bpf_ctx *hctx, enum hid_report_type type)
tools/testing/selftests/hid/hid_bpf.c
12
enum hid_report_type type;
tools/testing/selftests/hid/progs/hid.c
105
enum hid_report_type type;
tools/testing/selftests/hid/progs/hid.c
19
int BPF_PROG(hid_first_event, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)
tools/testing/selftests/hid/progs/hid.c
259
int BPF_PROG(hid_test_insert1, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)
tools/testing/selftests/hid/progs/hid.c
282
int BPF_PROG(hid_test_insert2, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)
tools/testing/selftests/hid/progs/hid.c
304
int BPF_PROG(hid_test_insert3, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)
tools/testing/selftests/hid/progs/hid.c
327
enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source)
tools/testing/selftests/hid/progs/hid.c
348
enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source)
tools/testing/selftests/hid/progs/hid.c
379
enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source)
tools/testing/selftests/hid/progs/hid.c
39
int __hid_subprog_first_event(struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)
tools/testing/selftests/hid/progs/hid.c
406
enum hid_report_type rtype, enum hid_class_request reqtype, __u64 source)
tools/testing/selftests/hid/progs/hid.c
515
int BPF_PROG(hid_test_multiply_events_wq, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)
tools/testing/selftests/hid/progs/hid.c
52
int BPF_PROG(hid_subprog_first_event, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)
tools/testing/selftests/hid/progs/hid.c
542
int BPF_PROG(hid_test_multiply_events, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)
tools/testing/selftests/hid/progs/hid.c
582
enum hid_report_type report_type, __u64 source)
tools/testing/selftests/hid/progs/hid.c
64
int BPF_PROG(hid_second_event, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)
tools/testing/selftests/hid/progs/hid.c
82
int BPF_PROG(hid_change_report_id, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)
tools/testing/selftests/hid/progs/hid_bpf_helpers.h
115
enum hid_report_type type,
tools/testing/selftests/hid/progs/hid_bpf_helpers.h
120
enum hid_report_type type,
tools/testing/selftests/hid/progs/hid_bpf_helpers.h
124
enum hid_report_type type,
tools/testing/selftests/hid/progs/hid_bpf_helpers.h
92
int (*hid_device_event)(struct hid_bpf_ctx *ctx, enum hid_report_type report_type,
tools/testing/selftests/hid/progs/hid_bpf_helpers.h
96
enum hid_report_type rtype, enum hid_class_request reqtype,