Searched refs:report_list (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-lg3ff.c66 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
67 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
103 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
104 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
134 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
143 if (list_empty(report_list)) {
149 report = list_entry(report_list
[all...]
H A Dhid-lgff.c80 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
81 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
122 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
123 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
139 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
148 if (list_empty(report_list)) {
154 report = list_entry(report_list
[all...]
H A Dhid-lg2ff.c69 struct list_head *report_list = local
70 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
74 if (list_empty(report_list)) {
79 report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-zpff.c72 struct list_head *report_list = local
73 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
77 if (list_empty(report_list)) {
82 report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-pl.c84 struct list_head *report_list = local
85 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
86 struct list_head *report_ptr = report_list;
105 if (list_empty(report_list)) {
114 if (report_ptr == report_list) {
H A Dhid-sjoy.c70 struct list_head *report_list = local
71 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
72 struct list_head *report_ptr = report_list;
76 if (list_empty(report_list)) {
83 if (report_ptr == report_list) {
H A Dhid-axff.c71 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; local
75 if (list_empty(report_list)) {
80 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-drff.c93 struct list_head *report_list = local
94 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
98 if (list_empty(report_list)) {
103 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-gaff.c83 struct list_head *report_list = local
84 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
85 struct list_head *report_ptr = report_list;
89 if (list_empty(report_list)) {
H A Dhid-tmff.c129 struct list_head *report_list; local
141 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
142 list_for_each_entry(report, report_list, list) {
H A Dhid-debug.c541 list = report_enum->report_list.next;
542 while (list != &report_enum->report_list) {
881 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
H A Dhid-input.c96 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
672 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
731 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
H A Dhid-core.c74 list_add_tail(&report->list, &report_enum->report_list);
1840 INIT_LIST_HEAD(&hdev->report_enum[i].report_list);
H A Dhid-prodikeys.c283 &hdev->report_enum[HID_OUTPUT_REPORT].report_list, list) {
H A Dhid-picolcd.c249 struct list_head *feature_report_list = &hdev->report_enum[dir].report_list;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhiddev.c99 if (list_empty(&report_enum->report_list))
102 list = report_enum->report_list.next;
113 if (list == &report_enum->report_list)
146 list_for_each_entry(report, &report_enum->report_list, list) {
H A Dhid-core.c707 list_for_each_entry(report, &hid->report_enum[HID_INPUT_REPORT].report_list, list)
710 list_for_each_entry(report, &hid->report_enum[HID_FEATURE_REPORT].report_list, list)
739 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
776 list_for_each_entry(report, &hid->report_enum[type].report_list, list) {
H A Dhid-pidff.c824 &hid->report_enum[report_type].report_list, list) {
1253 if (list_empty(&hid->report_enum[HID_OUTPUT_REPORT].report_list)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/hidp/
H A Dcore.c726 report_list, list)
730 report_list, list)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhid.h418 struct list_head report_list; member in struct:hid_report_enum

Completed in 293 milliseconds