Home
last modified time | relevance | path

Searched refs:hid_input_report (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-logitech-dj.c544 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()
Duhid.c564 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()
Dhid-hyperv.c309 hid_input_report(input_dev->hid_device, HID_INPUT_REPORT, in mousevsc_on_receive()
Dhid-core.c1392 hid_input_report(hid, report->type, buf, ret, 0); in __hid_request()
1464 int hid_input_report(struct hid_device *hid, int type, u8 *data, int size, int interrupt) in hid_input_report() function
1513 EXPORT_SYMBOL_GPL(hid_input_report);
Dwacom_wac.c1867 hid_input_report(wacom->shared->pen, HID_INPUT_REPORT, data, in wacom_bamboo_pad_pen_event()
/linux-4.1.27/Documentation/hid/
Dhid-transport.txt307 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.1.27/include/linux/
Dhid.h796 int hid_input_report(struct hid_device *, int type, u8 *, int, int);
/linux-4.1.27/drivers/hid/usbhid/
Dhid-core.c282 hid_input_report(urb->context, HID_INPUT_REPORT, in hid_irq_in()
483 hid_input_report(urb->context, in hid_ctrl()
/linux-4.1.27/drivers/hid/i2c-hid/
Di2c-hid.c413 hid_input_report(ihid->hid, HID_INPUT_REPORT, ihid->inbuf + 2, in i2c_hid_get_input()
/linux-4.1.27/net/bluetooth/hidp/
Dcore.c440 hid_input_report(session->hid, type, session->input_buf, len, intr); in hidp_process_report()