Searched refs:HID_INPUT_REPORT (Results 1 - 31 of 31) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Dhid-primax.c55 hid_report_raw_event(hid, HID_INPUT_REPORT, data, size, 0); px_raw_event()
H A Dhid-magicmouse.c527 report = hid_register_report(hdev, HID_INPUT_REPORT, magicmouse_probe()
530 report = hid_register_report(hdev, HID_INPUT_REPORT, magicmouse_probe()
532 report = hid_register_report(hdev, HID_INPUT_REPORT, magicmouse_probe()
H A Duhid.c108 if (hid->report_enum[HID_INPUT_REPORT].numbered) uhid_hid_start()
295 case HID_INPUT_REPORT: uhid_hid_raw_request()
564 hid_input_report(uhid->hid, HID_INPUT_REPORT, ev->u.input.data, uhid_dev_input()
575 hid_input_report(uhid->hid, HID_INPUT_REPORT, ev->u.input2.data, uhid_dev_input2()
H A Dhid-picolcd.h137 #define picolcd_in_report(id, dev) picolcd_report(id, dev, HID_INPUT_REPORT)
H A Dhid-sensor-hub.c293 HID_INPUT_REPORT); sensor_hub_input_attr_get_raw_value()
471 if (report->type != HID_INPUT_REPORT) sensor_hub_raw_event()
H A Dhid-hyperv.c309 hid_input_report(input_dev->hid_device, HID_INPUT_REPORT, mousevsc_on_receive()
H A Dhid-input.c106 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { hidinput_find_key()
921 if (hidinput_setup_battery(device, HID_INPUT_REPORT, field)) hidinput_configure_usage()
1429 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { hidinput_cleanup_hidinput()
1477 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { hidinput_connect()
H A Dhid-logitech-dj.c545 HID_INPUT_REPORT, logi_dj_recv_forward_null_report()
570 HID_INPUT_REPORT, &dj_report->report_type, logi_dj_recv_forward_report()
580 if (hid_input_report(dj_dev->hdev, HID_INPUT_REPORT, data, size, 1)) logi_dj_recv_forward_hidpp()
H A Dhidraw.c188 * or HID_INPUT_REPORT.
H A Dhid-waltop.c695 if (report->type == HID_INPUT_REPORT && report->id == 16 && size >= 8) { waltop_raw_event()
711 report->type == HID_INPUT_REPORT && waltop_raw_event()
H A Dhid-sensor-custom.c518 else if (report_type == HID_INPUT_REPORT) { hid_sensor_custom_add_field()
H A Dwacom_sys.c269 rep_enum = &hdev->report_enum[HID_INPUT_REPORT]; wacom_parse_hid()
1388 report_enum = hdev->report_enum + HID_INPUT_REPORT; wacom_compute_pktlen()
H A Dhid-debug.c1032 for (k = HID_INPUT_REPORT; k <= HID_OUTPUT_REPORT; k++) { hid_dump_input_mapping()
H A Dhid-rmi.c1193 if (!rmi_check_valid_report_id(hdev, HID_INPUT_REPORT, rmi_probe()
H A Dhid-uclogic.c935 (report->type == HID_INPUT_REPORT) && uclogic_raw_event()
H A Dhid-core.c527 ret = hid_add_field(parser, HID_INPUT_REPORT, data); hid_parser_main()
841 "HID_INPUT_REPORT",
H A Dwacom_wac.c1867 hid_input_report(wacom->shared->pen, HID_INPUT_REPORT, data, wacom_bamboo_pad_pen_event()
/linux-4.1.27/drivers/iio/orientation/
H A Dhid-sensor-incl-3d.c256 HID_INPUT_REPORT, incl_3d_parse_report()
266 HID_INPUT_REPORT, incl_3d_parse_report()
276 HID_INPUT_REPORT, incl_3d_parse_report()
H A Dhid-sensor-rotation.c186 HID_INPUT_REPORT, dev_rot_parse_report()
/linux-4.1.27/drivers/iio/light/
H A Dhid-sensor-als.c227 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, als_parse_report()
H A Dhid-sensor-prox.c220 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, prox_parse_report()
/linux-4.1.27/drivers/iio/pressure/
H A Dhid-sensor-press.c224 ret = sensor_hub_input_get_attribute_info(hsdev, HID_INPUT_REPORT, press_parse_report()
/linux-4.1.27/drivers/rtc/
H A Drtc-hid-sensor-time.c156 HID_INPUT_REPORT, usage_id, hid_time_parse_report()
/linux-4.1.27/net/bluetooth/hidp/
H A Dcore.c245 case HID_INPUT_REPORT: hidp_get_raw_report()
323 case HID_INPUT_REPORT: hidp_set_raw_report()
515 hidp_process_report(session, HID_INPUT_REPORT, hidp_process_data()
598 hidp_process_report(session, HID_INPUT_REPORT, hidp_recv_intr_frame()
/linux-4.1.27/drivers/hid/usbhid/
H A Dhiddev.c194 (type == HID_INPUT_REPORT) ? HID_REPORT_TYPE_INPUT : hiddev_hid_event()
214 (type == HID_INPUT_REPORT) ? HID_REPORT_TYPE_INPUT : hiddev_report_event()
H A Dhid-core.c282 hid_input_report(urb->context, HID_INPUT_REPORT, hid_irq_in()
757 report_enum = &hid->report_enum[HID_INPUT_REPORT]; usbhid_init_reports()
1048 hid_find_max_report(hid, HID_INPUT_REPORT, &usbhid->bufsize); usbhid_start()
1055 hid_find_max_report(hid, HID_INPUT_REPORT, &insize); usbhid_start()
/linux-4.1.27/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c258 HID_INPUT_REPORT, accel_3d_parse_report()
/linux-4.1.27/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c258 HID_INPUT_REPORT, gyro_3d_parse_report()
/linux-4.1.27/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c322 HID_INPUT_REPORT, magn_3d_parse_report()
/linux-4.1.27/drivers/hid/i2c-hid/
H A Di2c-hid.c413 hid_input_report(ihid->hid, HID_INPUT_REPORT, ihid->inbuf + 2, i2c_hid_get_input()
595 if (report_type == HID_INPUT_REPORT) i2c_hid_output_raw_report()
698 i2c_hid_find_max_report(hid, HID_INPUT_REPORT, &bufsize); i2c_hid_start()
/linux-4.1.27/include/linux/
H A Dhid.h281 #define HID_INPUT_REPORT 0 macro

Completed in 567 milliseconds