Searched refs:hid_input_report (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/hid/ |
D | hid-logitech-dj.c | 544 if (hid_input_report(djdev->hdev, in logi_dj_recv_forward_null_report() 569 if (hid_input_report(dj_device->hdev, in logi_dj_recv_forward_report() 580 if (hid_input_report(dj_dev->hdev, HID_INPUT_REPORT, data, size, 1)) in logi_dj_recv_forward_hidpp()
|
D | uhid.c | 564 hid_input_report(uhid->hid, HID_INPUT_REPORT, ev->u.input.data, in uhid_dev_input() 575 hid_input_report(uhid->hid, HID_INPUT_REPORT, ev->u.input2.data, in uhid_dev_input2()
|
D | hid-hyperv.c | 309 hid_input_report(input_dev->hid_device, HID_INPUT_REPORT, in mousevsc_on_receive()
|
D | hid-core.c | 1415 hid_input_report(hid, report->type, buf, ret, 0); in __hid_request() 1487 int hid_input_report(struct hid_device *hid, int type, u8 *data, int size, int interrupt) in hid_input_report() function 1536 EXPORT_SYMBOL_GPL(hid_input_report);
|
D | wacom_wac.c | 2127 hid_input_report(wacom->shared->pen, HID_INPUT_REPORT, data, in wacom_bamboo_pad_pen_event()
|
/linux-4.4.14/Documentation/hid/ |
D | hid-transport.txt | 307 hid_input_report(). You must specify the channel-type (intr or ctrl) and report 313 transport driver and not passed to hid_input_report().
|
/linux-4.4.14/include/linux/ |
D | hid.h | 796 int hid_input_report(struct hid_device *, int type, u8 *, int, int);
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hid-core.c | 282 hid_input_report(urb->context, HID_INPUT_REPORT, in hid_irq_in() 483 hid_input_report(urb->context, in hid_ctrl()
|
/linux-4.4.14/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 415 hid_input_report(ihid->hid, HID_INPUT_REPORT, ihid->inbuf + 2, in i2c_hid_get_input()
|
/linux-4.4.14/net/bluetooth/hidp/ |
D | core.c | 440 hid_input_report(session->hid, type, session->input_buf, len, intr); in hidp_process_report()
|