Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid_api.c41 const struct hid_ops *legacy_ops;
59 static const struct hid_ops *get_legacy_ops(const struct device *dev) in get_legacy_ops()
74 const struct hid_ops *legacy_ops = get_legacy_ops(dev); in wrapper_get_report()
96 const struct hid_ops *legacy_ops = get_legacy_ops(dev); in wrapper_set_report()
125 const struct hid_ops *legacy_ops = get_legacy_ops(dev); in wrapper_set_protocol()
137 const struct hid_ops *legacy_ops = get_legacy_ops(dev); in wrapper_input_report_done()
208 const struct hid_ops *ops) in usb_hid_register_device()
/Zephyr-latest/include/zephyr/usb/class/
Dusb_hid.h47 struct hid_ops { struct
73 const struct hid_ops *op); argument
/Zephyr-latest/samples/subsys/usb/hid-mouse/src/
Dmain.c132 static const struct hid_ops ops = {
/Zephyr-latest/subsys/usb/device/class/hid/
Dcore.c137 const struct hid_ops *ops;
676 size_t size, const struct hid_ops *ops) in usb_hid_register_device()
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst222 instead the interface is provided by :c:struct:`hid_ops`.
236 for :c:struct:`hid_ops` is to provide ``int_in_ready`` callback.
281 static const struct hid_ops my_ops = {