Home
last modified time | relevance | path

Searched defs:report_enum (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/hid/
Dhid-core.c59 struct hid_report_enum *report_enum = device->report_enum + type; in hid_register_report() local
554 struct hid_report_enum *report_enum = device->report_enum + i; in hid_device_release() local
1014 static struct hid_report *hid_get_report(struct hid_report_enum *report_enum, in hid_get_report()
1034 struct hid_report_enum *report_enum = hid->report_enum + type; in hid_report_raw_event() local
1086 struct hid_report_enum *report_enum; in hid_input_report() local
Dhid-debug.c549 struct hid_report_enum *report_enum; in hid_dump_device() local
/linux-3.3/drivers/hid/usbhid/
Dhiddev.c80 struct hid_report_enum *report_enum; in hiddev_lookup_report() local
133 struct hid_report_enum *report_enum; in hiddev_lookup_usage() local
/linux-3.3/include/linux/
Dhid.h482 struct hid_report_enum report_enum[HID_REPORT_TYPES]; member