/linux-4.1.27/drivers/hid/ |
D | hid-lg3ff.c | 64 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play() 102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter() 139 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
|
D | hid-lgff.c | 72 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_play() 114 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_set_autocenter() 137 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
|
D | hid-lg4ff.c | 300 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_play() 345 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_set_autocenter_default() 422 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_set_autocenter_ffex() 441 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_set_range_g25() 461 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg4ff_set_range_dfp() 572 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lg4ff_switch_compatibility_mode() 823 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lg4ff_set_leds() 1003 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lg4ff_init()
|
D | hid-input.c | 106 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_find_key() 506 if (field->report_type == HID_OUTPUT_REPORT && in hidinput_configure_usage() 975 if (field->report->type == HID_OUTPUT_REPORT) { in hidinput_configure_usage() 1189 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hidinput_find_field() 1208 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_get_led_field() 1229 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_count_leds() 1285 hid_hw_raw_request(hid, report->id, buf, len, HID_OUTPUT_REPORT, in hidinput_led_worker() 1429 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_cleanup_hidinput() 1430 if (k == HID_OUTPUT_REPORT && in hidinput_cleanup_hidinput() 1477 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_connect() [all …]
|
D | hid-cp2112.c | 297 if (report_type == HID_OUTPUT_REPORT) in cp2112_hid_output() 340 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer_status() 367 HID_OUTPUT_REPORT); in cp2112_read() 482 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_i2c_xfer() 502 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_i2c_xfer() 626 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_xfer() 646 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer()
|
D | hid-lg2ff.c | 71 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
|
D | hid-steelseries.c | 114 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in steelseries_srws1_set_leds() 251 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 16)) { in steelseries_srws1_probe()
|
D | hid-zpff.c | 75 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
|
D | uhid.c | 106 if (hid->report_enum[HID_OUTPUT_REPORT].numbered) in uhid_hid_start() 292 case HID_OUTPUT_REPORT: in uhid_hid_raw_request() 324 case HID_OUTPUT_REPORT: in uhid_hid_output_raw() 353 return uhid_hid_output_raw(hid, buf, count, HID_OUTPUT_REPORT); in uhid_hid_output_report()
|
D | hid-betopff.c | 65 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in betopff_init()
|
D | hid-emsff.c | 65 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in emsff_init()
|
D | hid-holtekff.c | 146 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in holtekff_init()
|
D | hid-sjoy.c | 69 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in sjoyff_init()
|
D | hid-axff.c | 79 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init()
|
D | hid-gaff.c | 83 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in gaff_init()
|
D | hid-logitech-dj.c | 593 output_report_enum = &hdev->report_enum[HID_OUTPUT_REPORT]; in logi_dj_recv_send_report() 675 HIDPP_REPORT_SHORT_LENGTH, HID_OUTPUT_REPORT, in logi_dj_recv_switch_to_dj_mode() 1040 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, REPORT_ID_DJ_SHORT, in logi_dj_probe()
|
D | hid-dr.c | 93 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in drff_init()
|
D | hid-pl.c | 87 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in plff_init()
|
D | hid-tmff.c | 140 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in tmff_init()
|
D | hid-picolcd.h | 138 #define picolcd_out_report(id, dev) picolcd_report(id, dev, HID_OUTPUT_REPORT)
|
D | hidraw.c | 152 if ((report_type == HID_OUTPUT_REPORT) && in hidraw_send_report() 177 ret = hidraw_send_report(file, buffer, count, HID_OUTPUT_REPORT); in hidraw_write()
|
D | hid-sony.c | 1260 &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in buzz_set_leds() 1446 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 7)) in sony_leds_init() 1575 HID_OUTPUT_REPORT, HID_REQ_SET_REPORT); in sixaxis_state_worker() 1622 HID_OUTPUT_REPORT, HID_REQ_SET_REPORT); in dualshock4_state_worker()
|
D | hid-lenovo.c | 561 report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3]; in lenovo_led_brightness_set_tpkbd() 590 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 3, 0, 2)) in lenovo_probe_tpkbd()
|
D | hid-prodikeys.c | 282 &hdev->report_enum[HID_OUTPUT_REPORT].report_list, list) { in pcmidi_get_output_report()
|
D | hid-sensor-custom.c | 578 if (j == HID_OUTPUT_REPORT) in hid_sensor_custom_add_attributes()
|
D | hid-debug.c | 1032 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hid_dump_input_mapping()
|
D | hid-rmi.c | 1201 if (!rmi_check_valid_report_id(hdev, HID_OUTPUT_REPORT, in rmi_probe()
|
D | hid-logitech-hidpp.c | 156 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()
|
D | hid-core.c | 530 ret = hid_add_field(parser, HID_OUTPUT_REPORT, data); in hid_parser_main()
|
/linux-4.1.27/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 561 if (report_type == HID_OUTPUT_REPORT) in i2c_hid_get_raw_report() 616 return i2c_hid_output_raw_report(hid, buf, count, HID_OUTPUT_REPORT, in i2c_hid_output_report() 699 i2c_hid_find_max_report(hid, HID_OUTPUT_REPORT, &bufsize); in i2c_hid_start()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hid-core.c | 530 if (usbhid->urbout && dir == USB_DIR_OUT && report->type == HID_OUTPUT_REPORT) { in __usbhid_submit_report() 792 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hid_find_field_early() 897 if ((rtype == HID_OUTPUT_REPORT) && in usbhid_set_raw_report() 1049 hid_find_max_report(hid, HID_OUTPUT_REPORT, &usbhid->bufsize); in usbhid_start()
|
D | hiddev.c | 195 ((type == HID_OUTPUT_REPORT) ? HID_REPORT_TYPE_OUTPUT : in hiddev_hid_event() 215 ((type == HID_OUTPUT_REPORT) ? HID_REPORT_TYPE_OUTPUT : in hiddev_report_event()
|
D | hid-pidff.c | 1250 if (list_empty(&hid->report_enum[HID_OUTPUT_REPORT].report_list)) { in hid_pidff_init() 1263 pidff_find_reports(hid, HID_OUTPUT_REPORT, pidff); in hid_pidff_init()
|
/linux-4.1.27/drivers/usb/misc/ |
D | yurex.c | 259 dev->cntl_req->wValue = cpu_to_le16((HID_OUTPUT_REPORT + 1) << 8); in yurex_probe()
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | core.c | 248 case HID_OUTPUT_REPORT: in hidp_get_raw_report() 326 case HID_OUTPUT_REPORT: in hidp_set_raw_report()
|
/linux-4.1.27/include/linux/ |
D | hid.h | 282 #define HID_OUTPUT_REPORT 1 macro
|