Home
last modified time | relevance | path

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

1234567

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
H A Dhid-core.c61 struct hid_report_enum *report_enum = device->report_enum + type; in hid_register_report() local
66 if (report_enum->report_id_hash[id]) in hid_register_report()
67 return report_enum->report_id_hash[id]; in hid_register_report()
74 report_enum->numbered = 1; in hid_register_report()
81 report_enum->report_id_hash[id] = report; in hid_register_report()
673 struct hid_report_enum *report_enum = device->report_enum + i; in hid_close_report() local
680 memset(report_enum, 0, sizeof(*report_enum)); in hid_close_report()
1695 if (report_enum->numbered) in hid_get_report()
1746 struct hid_report_enum *report_enum = hid->report_enum + type; in hid_report_raw_event() local
1758 if (report_enum->numbered) { in hid_report_raw_event()
[all …]
H A Dhid-debug.c623 struct hid_report_enum *report_enum; in hid_dump_device() local
630 report_enum = device->report_enum + i; in hid_dump_device()
631 list = report_enum->report_list.next; in hid_dump_device()
632 while (list != &report_enum->report_list) { in hid_dump_device()
669 struct hid_report_enum *report_enum; in hid_dump_report() local
678 report_enum = hid->report_enum + type; in hid_dump_report()
683 report_enum->numbered ? "" : "un"); in hid_dump_report()
1019 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hid_dump_input_mapping()
H A Dhid-lg3ff.c52 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play()
90 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter()
H A Dhid-lgff.c60 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_play()
102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_set_autocenter()
H A Dhid-sensor-hub.c60 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) { in sensor_hub_report()
379 struct hid_report_enum *report_enum; in sensor_hub_input_get_attribute_info() local
390 report_enum = &hdev->report_enum[type]; in sensor_hub_input_get_attribute_info()
391 list_for_each_entry(report, &report_enum->report_list, list) { in sensor_hub_input_get_attribute_info()
H A Dhid-input.c95 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_find_key()
1443 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hidinput_find_field()
1462 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_get_led_field()
1483 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_count_leds()
1645 rep_enum = &hid->report_enum[HID_FEATURE_REPORT]; in hidinput_change_resolution_multipliers()
1672 rep_enum = &hid->report_enum[HID_FEATURE_REPORT]; in report_features()
1835 list_for_each_entry(report, &hid->report_enum[k].report_list, in hidinput_cleanup_hidinput()
1934 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_connect()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
H A Dhid-core.c61 struct hid_report_enum *report_enum = device->report_enum + type; in hid_register_report() local
66 if (report_enum->report_id_hash[id]) in hid_register_report()
67 return report_enum->report_id_hash[id]; in hid_register_report()
74 report_enum->numbered = 1; in hid_register_report()
81 report_enum->report_id_hash[id] = report; in hid_register_report()
673 struct hid_report_enum *report_enum = device->report_enum + i; in hid_close_report() local
680 memset(report_enum, 0, sizeof(*report_enum)); in hid_close_report()
1695 if (report_enum->numbered) in hid_get_report()
1746 struct hid_report_enum *report_enum = hid->report_enum + type; in hid_report_raw_event() local
1758 if (report_enum->numbered) { in hid_report_raw_event()
[all …]
H A Dhid-debug.c623 struct hid_report_enum *report_enum; in hid_dump_device() local
630 report_enum = device->report_enum + i; in hid_dump_device()
631 list = report_enum->report_list.next; in hid_dump_device()
632 while (list != &report_enum->report_list) { in hid_dump_device()
669 struct hid_report_enum *report_enum; in hid_dump_report() local
678 report_enum = hid->report_enum + type; in hid_dump_report()
683 report_enum->numbered ? "" : "un"); in hid_dump_report()
1019 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hid_dump_input_mapping()
H A Dhid-lg3ff.c52 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play()
90 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter()
H A Dhid-lgff.c60 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_play()
102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_set_autocenter()
H A Dhid-sensor-hub.c60 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) { in sensor_hub_report()
379 struct hid_report_enum *report_enum; in sensor_hub_input_get_attribute_info() local
390 report_enum = &hdev->report_enum[type]; in sensor_hub_input_get_attribute_info()
391 list_for_each_entry(report, &report_enum->report_list, list) { in sensor_hub_input_get_attribute_info()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
H A Dhid-core.c61 struct hid_report_enum *report_enum = device->report_enum + type; in hid_register_report() local
66 if (report_enum->report_id_hash[id]) in hid_register_report()
67 return report_enum->report_id_hash[id]; in hid_register_report()
74 report_enum->numbered = 1; in hid_register_report()
81 report_enum->report_id_hash[id] = report; in hid_register_report()
673 struct hid_report_enum *report_enum = device->report_enum + i; in hid_close_report() local
680 memset(report_enum, 0, sizeof(*report_enum)); in hid_close_report()
1695 if (report_enum->numbered) in hid_get_report()
1746 struct hid_report_enum *report_enum = hid->report_enum + type; in hid_report_raw_event() local
1758 if (report_enum->numbered) { in hid_report_raw_event()
[all …]
H A Dhid-debug.c623 struct hid_report_enum *report_enum; in hid_dump_device() local
630 report_enum = device->report_enum + i; in hid_dump_device()
631 list = report_enum->report_list.next; in hid_dump_device()
632 while (list != &report_enum->report_list) { in hid_dump_device()
669 struct hid_report_enum *report_enum; in hid_dump_report() local
678 report_enum = hid->report_enum + type; in hid_dump_report()
683 report_enum->numbered ? "" : "un"); in hid_dump_report()
1019 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hid_dump_input_mapping()
H A Dhid-lg3ff.c52 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play()
90 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter()
H A Dhid-lgff.c60 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_play()
102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_set_autocenter()
H A Dhid-sensor-hub.c60 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) { in sensor_hub_report()
379 struct hid_report_enum *report_enum; in sensor_hub_input_get_attribute_info() local
390 report_enum = &hdev->report_enum[type]; in sensor_hub_input_get_attribute_info()
391 list_for_each_entry(report, &report_enum->report_list, list) { in sensor_hub_input_get_attribute_info()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/usbhid/
H A Dhiddev.c60 struct hid_report_enum *report_enum; in hiddev_lookup_report() local
68 report_enum = hid->report_enum + in hiddev_lookup_report()
76 if (list_empty(&report_enum->report_list)) in hiddev_lookup_report()
79 list = report_enum->report_list.next; in hiddev_lookup_report()
85 report = report_enum->report_id_hash[rid]; in hiddev_lookup_report()
90 if (list == &report_enum->report_list) in hiddev_lookup_report()
101 return report_enum->report_id_hash[rinfo->report_id]; in hiddev_lookup_report()
113 struct hid_report_enum *report_enum; in hiddev_lookup_usage() local
120 report_enum = hid->report_enum + in hiddev_lookup_usage()
123 list_for_each_entry(report, &report_enum->report_list, list) { in hiddev_lookup_usage()
H A Dhid-core.c775 struct hid_report_enum *report_enum; in usbhid_init_reports() local
778 report_enum = &hid->report_enum[HID_INPUT_REPORT]; in usbhid_init_reports()
779 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports()
782 report_enum = &hid->report_enum[HID_FEATURE_REPORT]; in usbhid_init_reports()
783 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports()
812 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hid_find_field_early()
848 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in hid_find_max_report()
849 size = ((report->size - 1) >> 3) + 1 + hid->report_enum[type].numbered; in hid_find_max_report()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/usbhid/
H A Dhiddev.c60 struct hid_report_enum *report_enum; in hiddev_lookup_report() local
68 report_enum = hid->report_enum + in hiddev_lookup_report()
76 if (list_empty(&report_enum->report_list)) in hiddev_lookup_report()
79 list = report_enum->report_list.next; in hiddev_lookup_report()
85 report = report_enum->report_id_hash[rid]; in hiddev_lookup_report()
90 if (list == &report_enum->report_list) in hiddev_lookup_report()
101 return report_enum->report_id_hash[rinfo->report_id]; in hiddev_lookup_report()
113 struct hid_report_enum *report_enum; in hiddev_lookup_usage() local
120 report_enum = hid->report_enum + in hiddev_lookup_usage()
123 list_for_each_entry(report, &report_enum->report_list, list) { in hiddev_lookup_usage()
H A Dhid-core.c775 struct hid_report_enum *report_enum; in usbhid_init_reports() local
778 report_enum = &hid->report_enum[HID_INPUT_REPORT]; in usbhid_init_reports()
779 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports()
782 report_enum = &hid->report_enum[HID_FEATURE_REPORT]; in usbhid_init_reports()
783 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports()
812 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hid_find_field_early()
848 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in hid_find_max_report()
849 size = ((report->size - 1) >> 3) + 1 + hid->report_enum[type].numbered; in hid_find_max_report()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/usbhid/
H A Dhiddev.c60 struct hid_report_enum *report_enum; in hiddev_lookup_report() local
68 report_enum = hid->report_enum + in hiddev_lookup_report()
76 if (list_empty(&report_enum->report_list)) in hiddev_lookup_report()
79 list = report_enum->report_list.next; in hiddev_lookup_report()
85 report = report_enum->report_id_hash[rid]; in hiddev_lookup_report()
90 if (list == &report_enum->report_list) in hiddev_lookup_report()
101 return report_enum->report_id_hash[rinfo->report_id]; in hiddev_lookup_report()
113 struct hid_report_enum *report_enum; in hiddev_lookup_usage() local
120 report_enum = hid->report_enum + in hiddev_lookup_usage()
123 list_for_each_entry(report, &report_enum->report_list, list) { in hiddev_lookup_usage()
H A Dhid-core.c775 struct hid_report_enum *report_enum; in usbhid_init_reports() local
778 report_enum = &hid->report_enum[HID_INPUT_REPORT]; in usbhid_init_reports()
779 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports()
782 report_enum = &hid->report_enum[HID_FEATURE_REPORT]; in usbhid_init_reports()
783 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports()
812 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hid_find_field_early()
848 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in hid_find_max_report()
849 size = ((report->size - 1) >> 3) + 1 + hid->report_enum[type].numbered; in hid_find_max_report()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/greybus/
H A Dhid.c155 report->device->report_enum[report->type].numbered; in gb_hid_report_len()
164 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in gb_hid_find_max_report()
213 &hid->report_enum[HID_INPUT_REPORT].report_list, in gb_hid_init_reports()
218 &hid->report_enum[HID_FEATURE_REPORT].report_list, in gb_hid_init_reports()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/greybus/
H A Dhid.c155 report->device->report_enum[report->type].numbered; in gb_hid_report_len()
164 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in gb_hid_find_max_report()
213 &hid->report_enum[HID_INPUT_REPORT].report_list, in gb_hid_init_reports()
218 &hid->report_enum[HID_FEATURE_REPORT].report_list, in gb_hid_init_reports()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/greybus/
H A Dhid.c155 report->device->report_enum[report->type].numbered; in gb_hid_report_len()
164 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in gb_hid_find_max_report()
213 &hid->report_enum[HID_INPUT_REPORT].report_list, in gb_hid_init_reports()
218 &hid->report_enum[HID_FEATURE_REPORT].report_list, in gb_hid_init_reports()

1234567