Home
last modified time | relevance | path

Searched refs:report_enum (Results 1 – 25 of 25) sorted by relevance

/linux-2.6.39/drivers/hid/
Dhid-lg3ff.c66 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play()
103 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter()
134 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lg3ff_init()
Dhid-lg4ff.c47 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_play()
75 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_set_autocenter()
94 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lg4ff_init()
Dhid-lgff.c84 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_play()
126 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_set_autocenter()
143 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lgff_init()
Dhid-core.c58 struct hid_report_enum *report_enum = device->report_enum + type; in hid_register_report() local
61 if (report_enum->report_id_hash[id]) in hid_register_report()
62 return report_enum->report_id_hash[id]; in hid_register_report()
69 report_enum->numbered = 1; in hid_register_report()
75 report_enum->report_id_hash[id] = report; in hid_register_report()
77 list_add_tail(&report->list, &report_enum->report_list); in hid_register_report()
552 struct hid_report_enum *report_enum = device->report_enum + i; in hid_device_release() local
555 struct hid_report *report = report_enum->report_id_hash[j]; in hid_device_release()
1011 static struct hid_report *hid_get_report(struct hid_report_enum *report_enum, in hid_get_report() argument
1018 if (report_enum->numbered) in hid_get_report()
[all …]
Dhid-debug.c535 struct hid_report_enum *report_enum; in hid_dump_device() local
542 report_enum = device->report_enum + i; in hid_dump_device()
543 list = report_enum->report_list.next; in hid_dump_device()
544 while (list != &report_enum->report_list) { in hid_dump_device()
885 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hid_dump_input_mapping()
Dhid-mosart.c225 struct hid_report_enum *re = hdev->report_enum in mosart_probe()
240 struct hid_report_enum *re = hdev->report_enum in mosart_reset_resume()
Dhid-lg2ff.c70 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lg2ff_init()
Dhid-zpff.c73 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in zpff_init()
Dhid-emsff.c66 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in emsff_init()
Dhid-sjoy.c71 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in sjoyff_init()
Dhid-axff.c73 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init()
Dhid-gaff.c84 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in gaff_init()
Dhid-pl.c85 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in plff_init()
Dhid-input.c105 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_find_key()
804 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hidinput_find_field()
840 rep_enum = &hid->report_enum[HID_FEATURE_REPORT]; in report_features()
883 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_connect()
Dhid-dr.c94 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in drff_init()
Dhid-ntrig.c115 struct hid_report *report = hdev->report_enum[HID_FEATURE_REPORT]. in ntrig_get_mode()
134 report = hdev->report_enum[HID_FEATURE_REPORT]. in ntrig_set_mode()
937 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a]; in ntrig_probe()
Dhid-tmff.c141 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in tmff_init()
Dhid-multitouch.c419 re = &(hdev->report_enum[HID_FEATURE_REPORT]); in mt_set_input_mode()
Dhid-prodikeys.c285 &hdev->report_enum[HID_OUTPUT_REPORT].report_list, list) { in pcmidi_get_output_report()
Dhid-picolcd.c249 struct list_head *feature_report_list = &hdev->report_enum[dir].report_list; in picolcd_report()
/linux-2.6.39/drivers/hid/usbhid/
Dhiddev.c80 struct hid_report_enum *report_enum; in hiddev_lookup_report() local
88 report_enum = hid->report_enum + in hiddev_lookup_report()
96 if (list_empty(&report_enum->report_list)) in hiddev_lookup_report()
99 list = report_enum->report_list.next; in hiddev_lookup_report()
105 report = report_enum->report_id_hash[rid]; in hiddev_lookup_report()
110 if (list == &report_enum->report_list) in hiddev_lookup_report()
121 return report_enum->report_id_hash[rinfo->report_id]; in hiddev_lookup_report()
133 struct hid_report_enum *report_enum; in hiddev_lookup_usage() local
140 report_enum = hid->report_enum + in hiddev_lookup_usage()
143 list_for_each_entry(report, &report_enum->report_list, list) { in hiddev_lookup_usage()
Dhid-core.c708 list_for_each_entry(report, &hid->report_enum[HID_INPUT_REPORT].report_list, list) in usbhid_init_reports()
711 list_for_each_entry(report, &hid->report_enum[HID_FEATURE_REPORT].report_list, list) in usbhid_init_reports()
740 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hid_find_field_early()
777 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in hid_find_max_report()
778 size = ((report->size - 1) >> 3) + 1 + hid->report_enum[type].numbered; in hid_find_max_report()
Dhid-pidff.c825 &hid->report_enum[report_type].report_list, list) { in pidff_find_reports()
1244 if (list_empty(&hid->report_enum[HID_OUTPUT_REPORT].report_list)) { in hid_pidff_init()
/linux-2.6.39/net/bluetooth/hidp/
Dcore.c328 int numbered_reports = hid->report_enum[report_type].numbered; in hidp_get_raw_report()
882 list_for_each_entry(report, &hid->report_enum[HID_INPUT_REPORT]. in hidp_start()
886 list_for_each_entry(report, &hid->report_enum[HID_FEATURE_REPORT]. in hidp_start()
/linux-2.6.39/include/linux/
Dhid.h475 struct hid_report_enum report_enum[HID_REPORT_TYPES]; member