Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/usb/
Dusbd.h137 int (*to_host)(const struct usbd_context *const ctx, member
686 .to_host = vto_host, \
/Zephyr-latest/subsys/usb/device_next/
Dusbd_device.c364 if (vreq_nd->to_dev == NULL && vreq_nd->to_host == NULL) { in usbd_device_register_vreq()
Dusbd_ch9.c945 if (reqtype_is_to_host(setup) && vreq_nd->to_host != NULL) { in vendor_device_request()
947 errno = vreq_nd->to_host(uds_ctx, setup, buf); in vendor_device_request()