Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/usb/class/
Dusb_hid.h45 struct hid_ops { struct
46 hid_cb_t get_report;
47 hid_cb_t set_report;
48 hid_protocol_cb_t protocol_change;
49 hid_idle_cb_t on_idle;
73 const struct hid_ops *op); argument