Home
last modified time | relevance | path

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

1234567

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
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()
134 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
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()
132 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
H A Dhid-input.c94 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_find_key()
588 if (field->report_type == HID_OUTPUT_REPORT && in hidinput_configure_usage()
1140 if (field->report->type == HID_OUTPUT_REPORT) { in hidinput_configure_usage()
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()
1540 hid_hw_raw_request(hid, report->id, buf, len, HID_OUTPUT_REPORT, in hidinput_led_worker()
1830 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_cleanup_hidinput()
1831 if (k == HID_OUTPUT_REPORT && in hidinput_cleanup_hidinput()
1929 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_connect()
[all …]
H A 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()
444 ret = hidraw_send_report(file, user_arg, len, HID_OUTPUT_REPORT); in hidraw_ioctl()
449 ret = hidraw_get_report(file, user_arg, len, HID_OUTPUT_REPORT); in hidraw_ioctl()
H A 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()
H A Dhid-cp2112.c348 if (report_type == HID_OUTPUT_REPORT) in cp2112_hid_output()
391 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer_status()
418 HID_OUTPUT_REPORT); in cp2112_read()
571 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_i2c_xfer()
591 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_i2c_xfer()
736 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_xfer()
756 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer()
H A Dhid-lg2ff.c65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
H A 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()
H A Dhid-zpff.c69 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
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()
134 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
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()
132 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
H A Dhid-input.c94 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_find_key()
588 if (field->report_type == HID_OUTPUT_REPORT && in hidinput_configure_usage()
1140 if (field->report->type == HID_OUTPUT_REPORT) { in hidinput_configure_usage()
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()
1540 hid_hw_raw_request(hid, report->id, buf, len, HID_OUTPUT_REPORT, in hidinput_led_worker()
1830 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_cleanup_hidinput()
1831 if (k == HID_OUTPUT_REPORT && in hidinput_cleanup_hidinput()
1929 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_connect()
[all …]
H A 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()
444 ret = hidraw_send_report(file, user_arg, len, HID_OUTPUT_REPORT); in hidraw_ioctl()
449 ret = hidraw_get_report(file, user_arg, len, HID_OUTPUT_REPORT); in hidraw_ioctl()
H A 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()
H A Dhid-cp2112.c348 if (report_type == HID_OUTPUT_REPORT) in cp2112_hid_output()
391 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer_status()
418 HID_OUTPUT_REPORT); in cp2112_read()
571 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_i2c_xfer()
591 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_i2c_xfer()
736 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_xfer()
756 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer()
H A Dhid-lg2ff.c65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
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()
134 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
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()
132 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
H A Dhid-input.c94 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_find_key()
588 if (field->report_type == HID_OUTPUT_REPORT && in hidinput_configure_usage()
1140 if (field->report->type == HID_OUTPUT_REPORT) { in hidinput_configure_usage()
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()
1540 hid_hw_raw_request(hid, report->id, buf, len, HID_OUTPUT_REPORT, in hidinput_led_worker()
1830 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_cleanup_hidinput()
1831 if (k == HID_OUTPUT_REPORT && in hidinput_cleanup_hidinput()
1929 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_connect()
[all …]
H A 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()
444 ret = hidraw_send_report(file, user_arg, len, HID_OUTPUT_REPORT); in hidraw_ioctl()
449 ret = hidraw_get_report(file, user_arg, len, HID_OUTPUT_REPORT); in hidraw_ioctl()
H A 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()
H A Dhid-cp2112.c348 if (report_type == HID_OUTPUT_REPORT) in cp2112_hid_output()
391 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer_status()
418 HID_OUTPUT_REPORT); in cp2112_read()
571 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_i2c_xfer()
591 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_i2c_xfer()
736 ret = cp2112_hid_output(hdev, buf, count, HID_OUTPUT_REPORT); in cp2112_xfer()
756 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer()
H A Dhid-lg2ff.c65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
H A 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()

1234567