Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/usb/class/
Dusbd_hid.h96 struct hid_device_ops { struct
195 const struct hid_device_ops *const ops); argument
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid_api.c30 const struct hid_device_ops *const ops) in hid_device_register()
42 struct hid_device_ops *ops;
45 static struct hid_device_ops wrapper_ops;
151 static struct hid_device_ops wrapper_ops = {
Dusbd_hid.c74 const struct hid_device_ops *ops;
108 const struct hid_device_ops *ops = ddata->ops; in usbd_hid_request()
140 const struct hid_device_ops *ops = ddata->ops; in handle_set_idle()
164 const struct hid_device_ops *ops = ddata->ops; in handle_get_idle()
201 const struct hid_device_ops *ops = ddata->ops; in handle_set_report()
237 const struct hid_device_ops *ops = ddata->ops; in handle_get_report()
276 const struct hid_device_ops *const ops = ddata->ops; in handle_set_protocol()
420 const struct hid_device_ops *const ops = ddata->ops; in usbd_hid_sof()
432 const struct hid_device_ops *const ops = ddata->ops; in usbd_hid_enable()
452 const struct hid_device_ops *const ops = ddata->ops; in usbd_hid_disable()
[all …]
Dusbd_hid_internal.h22 const struct hid_device_ops *const ops);
/Zephyr-latest/samples/subsys/usb/hid-keyboard/src/
Dmain.c136 struct hid_device_ops kb_ops = {