Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/usb/class/
Dusb_hid.h44 struct hid_ops { struct
45 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