Searched refs:report_enum (Results 1 - 25 of 46) sorted by path

12

/linux-master/drivers/hid/
H A Dhid-ntrig.c111 struct hid_report *report = hdev->report_enum[HID_FEATURE_REPORT].
131 report = hdev->report_enum[HID_FEATURE_REPORT].
935 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a];
H A Dhid-pl.c75 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-sjoy.c57 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-apple.c572 struct hid_report_enum *report_enum; local
578 report_enum = &hdev->report_enum[hdev->battery_report_type];
579 report = report_enum->report_id_hash[hdev->battery_report_id];
732 list_for_each_entry(report, &hdev->report_enum[HID_INPUT_REPORT].report_list, list) {
H A Dhid-axff.c67 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-betopff.c61 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-core.c56 struct hid_report_enum *report_enum = device->report_enum + type; local
61 if (report_enum->report_id_hash[id])
62 return report_enum->report_id_hash[id];
69 report_enum->numbered = 1;
76 report_enum->report_id_hash[id] = report;
78 list_add_tail(&report->list, &report_enum->report_list);
677 struct hid_report_enum *report_enum = device->report_enum + i; local
680 struct hid_report *report = report_enum
1810 struct hid_report_enum *report_enum = &hid->report_enum[HID_INPUT_REPORT]; local
1916 hid_get_report(struct hid_report_enum *report_enum, const u8 *data) argument
1974 struct hid_report_enum *report_enum = hid->report_enum + type; local
2043 struct hid_report_enum *report_enum; local
[all...]
H A Dhid-debug.c659 struct hid_report_enum *report_enum; local
666 report_enum = device->report_enum + i;
667 list = report_enum->report_list.next;
668 while (list != &report_enum->report_list) {
705 struct hid_report_enum *report_enum; local
714 report_enum = hid->report_enum + type;
719 report_enum->numbered ? "" : "un");
1076 list_for_each_entry(report, &hid->report_enum[
[all...]
H A Dhid-dr.c80 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-emsff.c52 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-gaff.c69 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-google-hammer.c425 struct hid_report_enum *re = &hdev->report_enum[report_type];
464 report = hdev->report_enum[HID_INPUT_REPORT].report_id_hash[0x0];
H A Dhid-holtekff.c129 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-input.c141 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
1760 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
1778 &hid->report_enum[HID_OUTPUT_REPORT].report_list,
1799 &hid->report_enum[HID_OUTPUT_REPORT].report_list,
1961 rep_enum = &hid->report_enum[HID_FEATURE_REPORT];
1988 rep_enum = &hid->report_enum[HID_FEATURE_REPORT];
2161 list_for_each_entry(report, &hid->report_enum[k].report_list,
2311 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
H A Dhid-kye.c522 list = &hdev->report_enum[HID_FEATURE_REPORT].report_list;
H A Dhid-lenovo.c791 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[4];
1032 report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3];
1222 rep_enum = &hdev->report_enum[HID_OUTPUT_REPORT];
H A Dhid-lg-g15.c772 rep_enum = &hdev->report_enum[HID_INPUT_REPORT];
H A Dhid-lg3ff.c48 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
86 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-lg4ff.c1264 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-lgff.c60 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-logitech-dj.c1192 output_report_enum = &hdev->report_enum[HID_OUTPUT_REPORT];
1677 if (!hdev->report_enum[HID_INPUT_REPORT].numbered) {
1791 rep_enum = &hdev->report_enum[HID_INPUT_REPORT];
H A Dhid-logitech-hidpp.c4320 re = &(hdev->report_enum[HID_OUTPUT_REPORT]);
4376 report_list = &hdev->report_enum[HID_INPUT_REPORT].report_list;
H A Dhid-magicmouse.c764 struct hid_report_enum *report_enum; local
772 report_enum = &hdev->report_enum[hdev->battery_report_type];
773 report = report_enum->report_id_hash[hdev->battery_report_id];
H A Dhid-mf.c62 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c203 struct hid_report_enum *report_enum = hdev->report_enum + i; local
206 struct hid_report *report = report_enum->report_id_hash[j];
413 struct hid_report_enum *report_enum; local
448 report_enum = hdev->report_enum + rtype;
449 report = hid_bpf_ops->hid_get_report(report_enum, buf);

Completed in 444 milliseconds

12