Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/usb/
Dusbd.h141 int (*to_dev)(const struct usbd_context *const ctx, member
687 .to_dev = vto_dev, \
/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.c939 if (reqtype_is_to_device(setup) && vreq_nd->to_dev != NULL) { in vendor_device_request()
941 errno = vreq_nd->to_dev(uds_ctx, setup, buf); in vendor_device_request()