Searched refs:report_type (Results 1 – 5 of 5) sorted by relevance
/drivers/hid/usbhid/ |
D | hiddev.c | 87 if (rinfo->report_type < HID_REPORT_TYPE_MIN || in hiddev_lookup_report() 88 rinfo->report_type > HID_REPORT_TYPE_MAX) in hiddev_lookup_report() 92 (rinfo->report_type - HID_REPORT_TYPE_MIN); in hiddev_lookup_report() 139 if (uref->report_type < HID_REPORT_TYPE_MIN || in hiddev_lookup_usage() 140 uref->report_type > HID_REPORT_TYPE_MAX) in hiddev_lookup_usage() 144 (uref->report_type - HID_REPORT_TYPE_MIN); in hiddev_lookup_usage() 192 unsigned type = field->report_type; in hiddev_hid_event() 195 uref.report_type = in hiddev_hid_event() 215 uref.report_type = in hiddev_report_event() 456 rinfo.report_type = uref->report_type; in hiddev_ioctl_usage() [all …]
|
D | hid-pidff.c | 816 static void pidff_find_reports(struct hid_device *hid, int report_type, in pidff_find_reports() argument 823 &hid->report_enum[report_type].report_list, list) { in pidff_find_reports()
|
/drivers/hid/ |
D | hid-core.c | 207 static int hid_add_field(struct hid_parser *parser, unsigned report_type, unsigned flags) in hid_add_field() argument 215 if (!(report = hid_register_report(parser->device, report_type, parser->global.report_id))) { in hid_add_field() 253 field->report_type = report_type; in hid_add_field() 824 for (; id->report_type != HID_TERMINATOR; id++) in hid_match_report() 825 if (id->report_type == HID_ANY_ID || in hid_match_report() 826 id->report_type == report->type) in hid_match_report()
|
D | hid-input.c | 170 if (field->report_type == HID_OUTPUT_REPORT && in hidinput_configure_usage()
|
/drivers/input/tablet/ |
D | aiptek.c | 872 unsigned char report_type, in aiptek_set_report() argument 879 USB_DIR_OUT, (report_type << 8) + report_id, in aiptek_set_report() 885 unsigned char report_type, in aiptek_get_report() argument 892 USB_DIR_IN, (report_type << 8) + report_id, in aiptek_get_report()
|