Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/host/
Dusbh_device.h48 static inline int usbh_xfer_buf_add(const struct usb_device *udev, in usbh_xfer_buf_add() function
Dusbh_ch9.c73 ret = usbh_xfer_buf_add(udev, xfer, buf); in usbh_req_setup()
Dusbip.c216 ret = usbh_xfer_buf_add(dev_ctx->udev, xfer, buf); in usbip_submit_req()