Searched refs:report_enum (Results 26 - 46 of 46) sorted by relevance

12

/linux-master/drivers/hid/
H A Duhid.c138 if (hid->report_enum[HID_FEATURE_REPORT].numbered)
140 if (hid->report_enum[HID_OUTPUT_REPORT].numbered)
142 if (hid->report_enum[HID_INPUT_REPORT].numbered)
H A Dhid-sensor-custom.c528 struct hid_report_enum *report_enum,
537 list_for_each_entry(report, &report_enum->report_list, list) {
574 &hdev->report_enum[j], j);
527 hid_sensor_custom_add_fields(struct hid_sensor_custom *sensor_inst, struct hid_report_enum *report_enum, int report_type) argument
H A Dhid-debug.c3051 struct hid_report_enum *report_enum; local
3058 report_enum = device->report_enum + i;
3059 list = report_enum->report_list.next;
3060 while (list != &report_enum->report_list) {
3097 struct hid_report_enum *report_enum; local
3106 report_enum = hid->report_enum + type;
3111 report_enum->numbered ? "" : "un");
3629 list_for_each_entry(report, &hid->report_enum[
[all...]
H A Dhid-lenovo.c790 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[4];
1029 report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3];
1219 rep_enum = &hdev->report_enum[HID_OUTPUT_REPORT];
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-steam.c324 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0];
360 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0];
1089 rep_enum = &hdev->report_enum[HID_FEATURE_REPORT];
H A Dhid-steelseries.c131 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-rmi.c565 *report = hdev->report_enum[type].report_id_hash[id];
H A Dhid-prodikeys.c267 &hdev->report_enum[HID_OUTPUT_REPORT].report_list, list) {
H A Dhid-kye.c535 list = &hdev->report_enum[HID_FEATURE_REPORT].report_list;
H A Dhid-picolcd_core.c55 struct list_head *feature_report_list = &hdev->report_enum[dir].report_list;
H A Dhid-multitouch.c1542 rep_enum = &hdev->report_enum[HID_FEATURE_REPORT];
1669 &hdev->report_enum[HID_INPUT_REPORT].report_list,
H A Dhid-lg-g15.c772 rep_enum = &hdev->report_enum[HID_INPUT_REPORT];
H A Dhid-lg4ff.c1264 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-sony.c1230 &hdev->report_enum[HID_OUTPUT_REPORT].report_list;
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 Dwacom_wac.c503 re = &(wacom->hdev->report_enum[HID_FEATURE_REPORT]);
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c564 report->device->report_enum[report->type].numbered + 2;
578 list_for_each_entry(report, &hid->report_enum[type].report_list, list) {
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c819 &hid->report_enum[report_type].report_list, list) {
1238 if (list_empty(&hid->report_enum[HID_OUTPUT_REPORT].report_list)) {
/linux-master/include/linux/
H A Dhid.h618 struct hid_report_enum report_enum[HID_REPORT_TYPES]; member in struct:hid_device
/linux-master/net/bluetooth/hidp/
H A Dcore.c241 int numbered_reports = hid->report_enum[report_type].numbered;

Completed in 341 milliseconds

12