Home
last modified time | relevance | path

Searched refs:report_table (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dhid.h785 * @report_table: on which reports to call raw_event (NULL means all)
786 * @raw_event: if report in report_table, this hook is called (NULL means nop)
829 const struct hid_report_id *report_table; member
/linux/drivers/hid/
H A Dhid-core.c1493 * compare hid->driver->report_table->report_type to report->type
1497 const struct hid_report_id *id = hid->driver->report_table; in hid_match_report()