Searched refs:hid_input_report (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/hid/intel-thc-hid/intel-quicki2c/ |
| H A D | quicki2c-hid.c | 169 ret = hid_input_report(qcdev->hid_dev, HID_INPUT_REPORT, data, data_len, 1); in quicki2c_hid_send_report()
|
| /linux/include/linux/ |
| H A D | hid_bpf.h | 74 int (*hid_input_report)(struct hid_device *hid, enum hid_report_type type, member
|
| H A D | hid.h | 1033 int hid_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size,
|
| /linux/drivers/hid/surface-hid/ |
| H A D | surface_hid.c | 164 hid_input_report(shid->hid, HID_INPUT_REPORT, (u8 *)&event->data[0], event->length, 0); in ssam_hid_event_fn()
|
| H A D | surface_kbd.c | 145 hid_input_report(shid->hid, HID_INPUT_REPORT, (u8 *)&event->data[0], event->length, 0); in ssam_kbd_event_fn()
|
| /linux/drivers/hid/ |
| H A D | hid-logitech-dj.c | 1203 if (hid_input_report(djdev->hdev, in logi_dj_recv_forward_null_report() 1228 if (hid_input_report(dj_device->hdev, in logi_dj_recv_forward_dj() 1239 if (hid_input_report(dj_dev->hdev, HID_INPUT_REPORT, data, size, 1)) in logi_dj_recv_forward_report()
|
| H A D | hid-core.c | 2037 hid_input_report(hid, report->type, buf, ret, 0); in __hid_request() 2200 int hid_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size, in hid_input_report() function 2207 EXPORT_SYMBOL_GPL(hid_input_report); 3239 .hid_input_report = __hid_input_report,
|
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.c | 513 return hid_ops->hid_input_report(ctx->hid, type, buf, size, size, 0, (u64)(long)ctx, true, in __hid_bpf_input_report()
|
| /linux/Documentation/hid/ |
| H A D | hid-transport.rst | 348 hid_input_report(). You must specify the channel-type (intr or ctrl) and report 354 transport driver and not passed to hid_input_report().
|
| H A D | intel-thc-hid.rst | 568 - THC QuickI2C driver call hid_input_report to send the input report content to HID core, which
|
| /linux/drivers/platform/x86/ |
| H A D | asus-tf103c-dock.c | 408 hid_input_report(dock->hid, HID_INPUT_REPORT, buf + 2, size - 2, 1); in tf103c_dock_kbd_interrupt()
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 456 hid_input_report(session->hid, type, session->input_buf, len, intr); in hidp_process_report()
|