Searched defs:hid_ops (Results 1 – 1 of 1) sorted by relevance
44 struct hid_ops { struct45 hid_cb_t get_report;46 hid_cb_t set_report;47 hid_protocol_cb_t protocol_change;48 hid_idle_cb_t on_idle;72 const struct hid_ops *op); argument