| /linux/drivers/hid/ |
| H A D | hid-lg3ff.c | 48 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 D | hid-lgff.c | 60 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 D | hid-kysona.c | 106 HID_OUTPUT_REPORT, HID_REQ_SET_REPORT); in kysona_m600_fetch_online() 136 HID_OUTPUT_REPORT, HID_REQ_SET_REPORT); in kysona_m600_fetch_battery()
|
| H A D | hidraw.c | 149 if ((report_type == HID_OUTPUT_REPORT) && in hidraw_send_report() 178 ret = hidraw_send_report(file, buffer, count, HID_OUTPUT_REPORT); in hidraw_write() 474 return hidraw_send_report(file, user_arg, len, HID_OUTPUT_REPORT); in hidraw_rw_variable_size_ioctl() 476 return hidraw_get_report(file, user_arg, len, HID_OUTPUT_REPORT); in hidraw_rw_variable_size_ioctl()
|
| H A D | hid-lg2ff.c | 65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
|
| H A D | hid-google-hammer.c | 329 HID_OUTPUT_REPORT, in hammer_kbd_brightness_set_blocking() 429 return !!hid_find_field(hdev, HID_OUTPUT_REPORT, in hammer_has_backlight_control()
|
| H A D | hid-picolcd.h | 128 #define picolcd_out_report(id, dev) picolcd_report(id, dev, HID_OUTPUT_REPORT)
|
| H A D | hid-logitech-dj.c | 1282 output_report_enum = &hdev->report_enum[HID_OUTPUT_REPORT]; in logi_dj_recv_send_report() 1318 HID_OUTPUT_REPORT, in logi_dj_recv_query_hidpp_devices() 1409 HIDPP_REPORT_SHORT_LENGTH, HID_OUTPUT_REPORT, in logi_dj_recv_switch_to_dj_mode() 1943 output_report_enum = &hdev->report_enum[HID_OUTPUT_REPORT]; in logi_dj_probe()
|
| H A D | hid-prodikeys.c | 267 &hdev->report_enum[HID_OUTPUT_REPORT].report_list, list) { in pcmidi_get_output_report()
|
| H A D | hid-nvidia-shield.c | 310 HID_OUTPUT_REPORT, HID_REQ_SET_REPORT); in thunderstrike_send_hostcmd_request()
|
| H A D | hid-debug.c | 3638 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { in hid_dump_input_mapping()
|
| H A D | hid-core.c | 667 ret = hid_add_field(parser, HID_OUTPUT_REPORT, data); in hid_parser_main()
|
| /linux/tools/testing/selftests/hid/progs/ |
| H A D | hid_bpf_helpers.h | 17 #define HID_OUTPUT_REPORT HID_OUTPUT_REPORT___not_used macro 40 #undef HID_OUTPUT_REPORT 56 HID_OUTPUT_REPORT = 1, enumerator
|
| /linux/include/uapi/linux/ |
| H A D | hid.h | 51 HID_OUTPUT_REPORT = 1, enumerator
|
| /linux/drivers/hid/intel-ish-hid/ |
| H A D | ishtp-hid.c | 63 if (rtype == HID_OUTPUT_REPORT) in ishtp_raw_request()
|
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.c | 374 case HID_OUTPUT_REPORT: in __hid_bpf_hw_check_params() 483 ret = __hid_bpf_hw_check_params(ctx, buf, &size, HID_OUTPUT_REPORT); in hid_bpf_hw_output_report()
|
| /linux/drivers/hid/surface-hid/ |
| H A D | surface_hid_core.c | 165 if (rtype == HID_OUTPUT_REPORT && reqtype == HID_REQ_SET_REPORT) in surface_hid_raw_request()
|
| /linux/drivers/hid/usbhid/ |
| H A D | hiddev.c | 174 ((type == HID_OUTPUT_REPORT) ? HID_REPORT_TYPE_OUTPUT : in hiddev_hid_event() 194 ((type == HID_OUTPUT_REPORT) ? HID_REPORT_TYPE_OUTPUT : in hiddev_report_event()
|
| /linux/drivers/usb/misc/ |
| H A D | yurex.c | 245 dev->cntl_req->wValue = cpu_to_le16((HID_OUTPUT_REPORT + 1) << 8); in yurex_probe()
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 264 case HID_OUTPUT_REPORT: in hidp_get_raw_report() 342 case HID_OUTPUT_REPORT: in hidp_set_raw_report()
|