Searched refs:report_type (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhiddev.c84 if (rinfo->report_type < HID_REPORT_TYPE_MIN ||
85 rinfo->report_type > HID_REPORT_TYPE_MAX)
89 (rinfo->report_type - HID_REPORT_TYPE_MIN);
136 if (uref->report_type < HID_REPORT_TYPE_MIN ||
137 uref->report_type > HID_REPORT_TYPE_MAX)
141 (uref->report_type - HID_REPORT_TYPE_MIN);
189 unsigned type = field->report_type;
192 uref.report_type =
212 uref.report_type =
506 if (rinfo.report_type
[all...]
H A Dhid-pidff.c812 * report_type specifies either OUTPUT or FEATURE reports
814 static void pidff_find_reports(struct hid_device *hid, int report_type, argument
821 &hid->report_enum[report_type].report_list, list) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhiddev.h66 __u32 report_type; member in struct:hiddev_report_info
71 /* To do a GUSAGE/SUSAGE, fill in at least usage_code, report_type and
91 __u32 report_type; member in struct:hiddev_field_info
107 /* Fill in report_type, report_id and field_index to get the information on a
121 __u32 report_type; member in struct:hiddev_usage_ref
187 * rinfo.report_type = HID_REPORT_TYPE_INPUT;
193 * finfo.report_type = rinfo.report_type;
H A Dhid.h350 unsigned report_type; /* (input,output,feature) */ member in struct:hid_field
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-core.c196 static int hid_add_field(struct hid_parser *parser, unsigned report_type, unsigned flags) argument
204 if (!(report = hid_register_report(parser->device, report_type, parser->global.report_id))) {
242 field->report_type = report_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Daiptek.c151 * Use report_type CONTROL (3)
826 unsigned char report_type,
833 USB_DIR_OUT, (report_type << 8) + report_id,
839 unsigned char report_type,
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

Completed in 69 milliseconds