Home
last modified time | relevance | path

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

12

/linux/drivers/hid/
H A 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()
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 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()
H A 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()
H A Dhid-lg2ff.c65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
H A Dhid-megaworld.c55 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in mwctrl_init()
H A 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()
H A Dhid-zpff.c69 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
H A Dhid-betopff.c61 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in betopff_init()
H A Dhid-holtekff.c129 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in holtekff_init()
H A Dhid-emsff.c52 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in emsff_init()
H A Dhid-mf.c62 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in mf_init()
H A Dhid-sjoy.c57 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in sjoyff_init()
H A Dhid-google-stadiaff.c75 report = hid_validate_values(hid, HID_OUTPUT_REPORT, in stadiaff_init()
H A Dhid-axff.c67 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init()
H A Dhid-gaff.c69 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in gaff_init()
H A Dhid-google-hammer.c331 HID_OUTPUT_REPORT, in hammer_kbd_brightness_set_blocking()
431 return !!hid_find_field(hdev, HID_OUTPUT_REPORT, in hammer_has_backlight_control()
H A Dhid-pl.c75 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in plff_init()
H A Dhid-dr.c80 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in drff_init()
H A Dhid-lenovo.c103 HID_OUTPUT_REPORT, HID_REQ_SET_REPORT); in lenovo_led_set_tp10ubkbd()
1117 report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3]; in lenovo_led_set_tpkbd()
1217 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 3, 0, 2)) in lenovo_probe_tpkbd()
1310 rep_enum = &hdev->report_enum[HID_OUTPUT_REPORT]; in lenovo_probe_tp10ubkbd()
/linux/tools/testing/selftests/hid/progs/
H A Dhid_bpf_helpers.h15 #define HID_OUTPUT_REPORT HID_OUTPUT_REPORT___not_used macro
36 #undef HID_OUTPUT_REPORT
52 HID_OUTPUT_REPORT = 1, enumerator
/linux/include/uapi/linux/
H A Dhid.h51 HID_OUTPUT_REPORT = 1, enumerator
/linux/drivers/staging/greybus/
H A 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()
/linux/drivers/hid/intel-ish-hid/
H A Dishtp-hid.c63 if (rtype == HID_OUTPUT_REPORT) in ishtp_raw_request()
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c363 case HID_OUTPUT_REPORT: in __hid_bpf_hw_check_params()
470 ret = __hid_bpf_hw_check_params(ctx, buf, &size, HID_OUTPUT_REPORT); in hid_bpf_hw_output_report()

12