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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhiddev.c87 if (rinfo->report_type < HID_REPORT_TYPE_MIN ||
88 rinfo->report_type > HID_REPORT_TYPE_MAX)
92 (rinfo->report_type - HID_REPORT_TYPE_MIN);
139 if (uref->report_type < HID_REPORT_TYPE_MIN ||
140 uref->report_type > HID_REPORT_TYPE_MAX)
144 (uref->report_type - HID_REPORT_TYPE_MIN);
192 unsigned type = field->report_type;
195 uref.report_type =
215 uref.report_type =
465 rinfo.report_type
[all...]
H A Dhid-pidff.c815 * report_type specifies either OUTPUT or FEATURE reports
817 static void pidff_find_reports(struct hid_device *hid, int report_type, argument
824 &hid->report_enum[report_type].report_list, list) {
H A Dhid-core.c802 unsigned char report_type)
841 ((report_type + 1) << 8) | report_id,
801 usbhid_output_raw_report(struct hid_device *hid, __u8 *buf, size_t count, unsigned char report_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
198 * uref.report_type = rinfo.report_type;
[all...]
H A Dhid.h389 unsigned report_type; /* (input,output,feature) */ member in struct:hid_field
564 .report_type = (rep)
571 __u32 report_type; member in struct:hid_report_id
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/hidp/
H A Dcore.c317 unsigned char report_type)
319 switch (report_type) {
321 report_type = HIDP_TRANS_SET_REPORT | HIDP_DATA_RTYPE_FEATURE;
324 report_type = HIDP_TRANS_DATA | HIDP_DATA_RTYPE_OUPUT;
330 if (hidp_send_ctrl_message(hid->driver_data, report_type,
316 hidp_output_raw_report(struct hid_device *hid, unsigned char *data, size_t count, unsigned char report_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-core.c204 static int hid_add_field(struct hid_parser *parser, unsigned report_type, unsigned flags) argument
212 if (!(report = hid_register_report(parser->device, report_type, parser->global.report_id))) {
250 field->report_type = report_type;
810 * @report_type: type to match against
812 * compare hid->driver->report_table->report_type to report->type
821 for (; id->report_type != HID_TERMINATOR; id++)
822 if (id->report_type == HID_ANY_ID ||
823 id->report_type == report->type)
H A Dhid-input.c166 if (field->report_type == HID_OUTPUT_REPORT &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Daiptek.c151 * Use report_type CONTROL (3)
872 unsigned char report_type,
879 USB_DIR_OUT, (report_type << 8) + report_id,
885 unsigned char report_type,
892 USB_DIR_IN, (report_type << 8) + report_id,
871 aiptek_set_report(struct aiptek *aiptek, unsigned char report_type, unsigned char report_id, void *buffer, int size) argument
884 aiptek_get_report(struct aiptek *aiptek, unsigned char report_type, unsigned char report_id, void *buffer, int size) argument

Completed in 102 milliseconds