Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/hid/
Dhid-lg3ff.c48 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play()
86 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter()
130 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()
Dhidraw.c149 if ((report_type == HID_OUTPUT_REPORT) && in hidraw_send_report()
178 ret = hidraw_send_report(file, buffer, count, HID_OUTPUT_REPORT); in hidraw_write()
487 ret = hidraw_send_report(file, user_arg, len, HID_OUTPUT_REPORT); in hidraw_ioctl()
492 ret = hidraw_get_report(file, user_arg, len, HID_OUTPUT_REPORT); in hidraw_ioctl()
Dhid-input.c140 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_find_key()
686 if (field->report_type == HID_OUTPUT_REPORT && in hidinput_configure_usage()
1335 if (field->report->type == HID_OUTPUT_REPORT) { in hidinput_configure_usage()
1746 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hidinput_find_field()
1764 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_get_led_field()
1785 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_count_leds()
1842 hid_hw_raw_request(hid, report->id, buf, len, HID_OUTPUT_REPORT, in hidinput_led_worker()
2142 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_cleanup_hidinput()
2143 if (k == HID_OUTPUT_REPORT && in hidinput_cleanup_hidinput()
2292 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hidinput_connect()
[all …]
Dhid-cp2112.c350 if (report_type == HID_OUTPUT_REPORT) in cp2112_hid_output()
393 ret = cp2112_hid_output(hdev, buf, 2, HID_OUTPUT_REPORT); in cp2112_xfer_status()
420 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()
Dhid-steelseries.c131 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in steelseries_srws1_set_leds()
268 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 16)) { in steelseries_srws1_probe()
392 HID_OUTPUT_REPORT, HID_REQ_SET_REPORT); in steelseries_headset_arctis_1_fetch_battery()
Dhid-lg2ff.c65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
Dhid-megaworld.c55 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in mwctrl_init()
Duhid.c140 if (hid->report_enum[HID_OUTPUT_REPORT].numbered) in uhid_hid_start()
326 case HID_OUTPUT_REPORT: in uhid_hid_raw_request()
358 case HID_OUTPUT_REPORT: in uhid_hid_output_raw()
387 return uhid_hid_output_raw(hid, buf, count, HID_OUTPUT_REPORT); in uhid_hid_output_report()
Dhid-zpff.c69 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
Dhid-betopff.c61 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in betopff_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-holtekff.c129 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in holtekff_init()
Dhid-google-stadiaff.c75 report = hid_validate_values(hid, HID_OUTPUT_REPORT, in stadiaff_init()
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-google-hammer.c329 HID_OUTPUT_REPORT, in hammer_kbd_brightness_set_blocking()
429 return !!hid_find_field(hdev, HID_OUTPUT_REPORT, in hammer_has_backlight_control()
Dhid-pl.c75 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in plff_init()
Dhid-lenovo.c86 HID_OUTPUT_REPORT, HID_REQ_SET_REPORT); in lenovo_led_set_tp10ubkbd()
1032 report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3]; in lenovo_led_set_tpkbd()
1130 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 3, 0, 2)) in lenovo_probe_tpkbd()
1223 rep_enum = &hdev->report_enum[HID_OUTPUT_REPORT]; in lenovo_probe_tp10ubkbd()
Dhid-dr.c80 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in drff_init()
/linux-6.12.1/tools/testing/selftests/hid/progs/
Dhid_bpf_helpers.h15 #define HID_OUTPUT_REPORT HID_OUTPUT_REPORT___not_used macro
33 #undef HID_OUTPUT_REPORT
49 HID_OUTPUT_REPORT = 1, enumerator
/linux-6.12.1/include/uapi/linux/
Dhid.h51 HID_OUTPUT_REPORT = 1, enumerator
/linux-6.12.1/drivers/staging/greybus/
Dhid.c230 if (report_type == HID_OUTPUT_REPORT) in __gb_hid_get_raw_report()
319 gb_hid_find_max_report(hid, HID_OUTPUT_REPORT, &bufsize); in gb_hid_start()

12