Searched refs:report_id (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhiddev.h67 __u32 report_id; member in struct:hiddev_report_info
72 * report_id. Set report_id to REPORT_ID_UNKNOWN if the rest of the fields
92 __u32 report_id; member in struct:hiddev_field_info
107 /* Fill in report_type, report_id and field_index to get the information on a
122 __u32 report_id; member in struct:hiddev_usage_ref
188 * rinfo.report_id = HID_REPORT_ID_FIRST;
194 * finfo.report_id = rinfo.report_id;
204 * rinfo.report_id |
[all...]
H A Dhid.h294 unsigned report_id; member in struct:hid_global
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhiddev.c78 unsigned int flags = rinfo->report_id & ~HID_REPORT_ID_MASK;
79 unsigned int rid = rinfo->report_id & HID_REPORT_ID_MASK;
92 case 0: /* Nothing to do -- report_id is already set correctly */
101 rinfo->report_id = report->id;
114 rinfo->report_id = report->id;
121 return report_enum->report_id_hash[rinfo->report_id];
148 uref->report_id = report->id;
196 uref.report_id = field->report->id;
216 uref.report_id = report->id;
550 rinfo.report_id
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Daiptek.c152 * Use report_id 2
827 unsigned char report_id, void *buffer, int size)
833 USB_DIR_OUT, (report_type << 8) + report_id,
840 unsigned char report_id, void *buffer, int size)
846 USB_DIR_IN, (report_type << 8) + report_id,
825 aiptek_set_report(struct aiptek *aiptek, unsigned char report_type, unsigned char report_id, void *buffer, int size) argument
838 aiptek_get_report(struct aiptek *aiptek, unsigned char report_type, unsigned char report_id, void *buffer, int size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-core.c204 if (!(report = hid_register_report(parser->device, report_type, parser->global.report_id))) {
358 if ((parser->global.report_id = item_udata(item)) == 0) {
359 dbg("report_id 0 is invalid");
968 dbg("undefined report_id %d received", n);

Completed in 88 milliseconds