hid_input_report 1712 drivers/hid/hid-core.c 		hid_input_report(hid, report->type, buf, ret, 0);
hid_input_report 1838 drivers/hid/hid-core.c EXPORT_SYMBOL_GPL(hid_input_report);
hid_input_report  301 drivers/hid/hid-hyperv.c 		hid_input_report(input_dev->hid_device, HID_INPUT_REPORT,
hid_input_report 1015 drivers/hid/hid-logitech-dj.c 			if (hid_input_report(djdev->hdev,
hid_input_report 1040 drivers/hid/hid-logitech-dj.c 	if (hid_input_report(dj_device->hdev,
hid_input_report 1051 drivers/hid/hid-logitech-dj.c 	if (hid_input_report(dj_dev->hdev, HID_INPUT_REPORT, data, size, 1))
hid_input_report 1027 drivers/hid/hid-steam.c 		hid_input_report(steam->client_hdev, HID_FEATURE_REPORT,
hid_input_report  521 drivers/hid/i2c-hid/i2c-hid-core.c 		hid_input_report(ihid->hid, HID_INPUT_REPORT, ihid->inbuf + 2,
hid_input_report  233 drivers/hid/intel-ish-hid/ishtp-hid-client.c 						hid_input_report
hid_input_report  265 drivers/hid/intel-ish-hid/ishtp-hid-client.c 						hid_input_report(
hid_input_report  291 drivers/hid/intel-ish-hid/ishtp-hid-client.c 						hid_input_report(
hid_input_report  578 drivers/hid/uhid.c 	hid_input_report(uhid->hid, HID_INPUT_REPORT, ev->u.input.data,
hid_input_report  589 drivers/hid/uhid.c 	hid_input_report(uhid->hid, HID_INPUT_REPORT, ev->u.input2.data,
hid_input_report  284 drivers/hid/usbhid/hid-core.c 			hid_input_report(urb->context, HID_INPUT_REPORT,
hid_input_report  486 drivers/hid/usbhid/hid-core.c 			hid_input_report(urb->context,
hid_input_report 3079 drivers/hid/wacom_wac.c 	hid_input_report(wacom->shared->pen, HID_INPUT_REPORT, data,
hid_input_report  146 drivers/staging/greybus/hid.c 		hid_input_report(ghid->hid, HID_INPUT_REPORT,
hid_input_report  880 include/linux/hid.h int hid_input_report(struct hid_device *, int type, u8 *, u32, int);
hid_input_report  446 net/bluetooth/hidp/core.c 	hid_input_report(session->hid, type, session->input_buf, len, intr);