Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/hid/
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()
134 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
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()
132 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
Dhid-input.c94 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_find_key()
577 if (field->report_type == HID_OUTPUT_REPORT && in hidinput_configure_usage()
1119 if (field->report->type == HID_OUTPUT_REPORT) { in hidinput_configure_usage()
1410 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hidinput_find_field()
1429 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_get_led_field()
1450 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_count_leds()
1507 hid_hw_raw_request(hid, report->id, buf, len, HID_OUTPUT_REPORT, in hidinput_led_worker()
1787 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_cleanup_hidinput()
1788 if (k == HID_OUTPUT_REPORT && in hidinput_cleanup_hidinput()
1876 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_connect()
[all …]
Dhid-steelseries.c111 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in steelseries_srws1_set_leds()
248 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 16)) { in steelseries_srws1_probe()
Dhid-lg2ff.c65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
Dhid-cp2112.c347 if (report_type == HID_OUTPUT_REPORT) in cp2112_hid_output()
390 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer_status()
417 HID_OUTPUT_REPORT); in cp2112_read()
570 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_i2c_xfer()
590 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_i2c_xfer()
735 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_xfer()
755 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer()
Dhid-betopff.c62 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in betopff_init()
Dhid-zpff.c69 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
Duhid.c120 if (hid->report_enum[HID_OUTPUT_REPORT].numbered) in uhid_hid_start()
306 case HID_OUTPUT_REPORT: in uhid_hid_raw_request()
338 case HID_OUTPUT_REPORT: in uhid_hid_output_raw()
367 return uhid_hid_output_raw(hid, buf, count, HID_OUTPUT_REPORT); in uhid_hid_output_report()
Dhid-holtekff.c129 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in holtekff_init()
Dhid-emsff.c52 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in emsff_init()
Dhid-mf.c62 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in mf_init()
Dhid-google-hammer.c310 HID_OUTPUT_REPORT, in hammer_kbd_brightness_set_blocking()
414 struct hid_report_enum *re = &hdev->report_enum[HID_OUTPUT_REPORT]; in hammer_has_backlight_control()
Dhid-sjoy.c57 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in sjoyff_init()
Dhid-axff.c67 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init()
Dhid-gaff.c69 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in gaff_init()
Dhid-pl.c75 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in plff_init()
Dhid-dr.c80 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in drff_init()
Dhid-picolcd.h128 #define picolcd_out_report(id, dev) picolcd_report(id, dev, HID_OUTPUT_REPORT)
Dhid-tmff.c144 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in tmff_init()
Dhidraw.c139 if ((report_type == HID_OUTPUT_REPORT) && in hidraw_send_report()
164 ret = hidraw_send_report(file, buffer, count, HID_OUTPUT_REPORT); in hidraw_write()
Dhid-bigbenff.c335 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in bigben_probe()
Dhid-rmi.c175 len, HID_OUTPUT_REPORT, HID_REQ_SET_REPORT); in rmi_write_report()
694 if (!rmi_check_valid_report_id(hdev, HID_OUTPUT_REPORT, in rmi_probe()
/Linux-v5.4/drivers/staging/greybus/
Dhid.c230 if (report_type == HID_OUTPUT_REPORT) in __gb_hid_get_raw_report()
320 gb_hid_find_max_report(hid, HID_OUTPUT_REPORT, &bufsize); in gb_hid_start()
/Linux-v5.4/drivers/hid/intel-ish-hid/
Dishtp-hid.c63 if (rtype == HID_OUTPUT_REPORT) in ishtp_raw_request()

12