Home
last modified time | relevance | path

Searched refs:hid_device_submit_report (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/usb/class/
Dusbd_hid.h211 int hid_device_submit_report(const struct device *dev,
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid_api.c20 int hid_device_submit_report(const struct device *dev, in hid_device_submit_report() function
165 ret = hid_device_submit_report(dev, data_len, data); in hid_int_ep_write()
/Zephyr-latest/samples/subsys/usb/hid-keyboard/src/
Dmain.c282 ret = hid_device_submit_report(hid_dev, KB_REPORT_COUNT, report); in main()