Searched +path:/hid/ +refs:usage_table (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Dhid-speedlink.c48 /* No other conditions due to usage_table. */ speedlink_event()
75 .usage_table = speedlink_grabbed_usages,
H A Dhid-multitouch.c1410 .usage_table = mt_grabbed_usages,
H A Dhid-ntrig.c1027 .usage_table = ntrig_grabbed_usages,
H A Dhid-core.c1154 * compare hid->driver->usage_table->usage_{type,code} to
1159 const struct hid_usage_id *id = hid->driver->usage_table; hid_match_usage()
/linux-4.1.27/include/linux/
H A Dhid.h645 * @usage_table: on which events to call event (NULL means all)
646 * @event: if usage in usage_table, this hook is called (NULL means nop)
687 const struct hid_usage_id *usage_table; member in struct:hid_driver

Completed in 114 milliseconds