Symbol: hid_report_enum
drivers/hid/bpf/hid_bpf_dispatch.c
236
struct hid_report_enum *report_enum = hdev->report_enum + i;
drivers/hid/bpf/hid_bpf_dispatch.c
364
struct hid_report_enum *report_enum;
drivers/hid/hid-apple.c
624
struct hid_report_enum *report_enum;
drivers/hid/hid-apple.c
908
struct hid_report_enum *report_enum;
drivers/hid/hid-asus.c
1196
struct hid_report_enum *rep_enum;
drivers/hid/hid-core.c
1155
struct hid_report_enum *rep_enum;
drivers/hid/hid-core.c
1225
struct hid_report_enum *rep_enum;
drivers/hid/hid-core.c
1845
struct hid_report_enum *report_enum = &hid->report_enum[HID_INPUT_REPORT];
drivers/hid/hid-core.c
1979
static struct hid_report *hid_get_report(struct hid_report_enum *report_enum,
drivers/hid/hid-core.c
2039
struct hid_report_enum *report_enum = hid->report_enum + type;
drivers/hid/hid-core.c
2120
struct hid_report_enum *report_enum;
drivers/hid/hid-core.c
716
struct hid_report_enum *report_enum = device->report_enum + i;
drivers/hid/hid-core.c
91
struct hid_report_enum *report_enum = device->report_enum + type;
drivers/hid/hid-debug.c
3054
struct hid_report_enum *report_enum;
drivers/hid/hid-debug.c
3100
struct hid_report_enum *report_enum;
drivers/hid/hid-input.c
1999
struct hid_report_enum *rep_enum;
drivers/hid/hid-input.c
2025
struct hid_report_enum *rep_enum;
drivers/hid/hid-lenovo.c
1322
struct hid_report_enum *rep_enum;
drivers/hid/hid-lg-g15.c
1125
struct hid_report_enum *rep_enum;
drivers/hid/hid-logitech-dj.c
1273
struct hid_report_enum *output_report_enum;
drivers/hid/hid-logitech-dj.c
1861
struct hid_report_enum *input_report_enum;
drivers/hid/hid-logitech-dj.c
1862
struct hid_report_enum *output_report_enum;
drivers/hid/hid-logitech-hidpp.c
4362
struct hid_report_enum *re;
drivers/hid/hid-magicmouse.c
834
struct hid_report_enum *report_enum;
drivers/hid/hid-multitouch.c
1876
struct hid_report_enum *rep_enum;
drivers/hid/hid-sensor-custom.c
528
struct hid_report_enum *report_enum,
drivers/hid/hid-sensor-hub.c
432
struct hid_report_enum *report_enum;
drivers/hid/hid-steam.c
1097
struct hid_report_enum *rep_enum;
drivers/hid/usbhid/hid-core.c
775
struct hid_report_enum *report_enum;
drivers/hid/usbhid/hiddev.c
113
struct hid_report_enum *report_enum;
drivers/hid/usbhid/hiddev.c
60
struct hid_report_enum *report_enum;
drivers/hid/wacom_sys.c
2253
struct hid_report_enum *report_enum;
drivers/hid/wacom_sys.c
526
struct hid_report_enum *rep_enum;
drivers/hid/wacom_sys.c
566
struct hid_report_enum *re;
drivers/hid/wacom_sys.c
590
struct hid_report_enum *re;
drivers/hid/wacom_wac.c
501
struct hid_report_enum *re;
include/linux/hid.h
690
struct hid_report_enum report_enum[HID_REPORT_TYPES];
include/linux/hid_bpf.h
63
struct hid_report_enum;
include/linux/hid_bpf.h
66
struct hid_report *(*hid_get_report)(struct hid_report_enum *report_enum, const u8 *data);