Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/host/
Dusbh_device.h51 return uhc_xfer_alloc(ctx->dev, udev->addr, ep, attrib, mps, timeout, udev, cb); in usbh_xfer_alloc()
/Zephyr-latest/drivers/usb/uhc/
Duhc_common.c94 struct uhc_transfer *uhc_xfer_alloc(const struct device *dev, in uhc_xfer_alloc() function
153 xfer = uhc_xfer_alloc(dev, addr, ep, attrib, mps, timeout, udev, cb); in uhc_xfer_alloc_with_buf()
/Zephyr-latest/include/zephyr/drivers/usb/
Duhc.h349 struct uhc_transfer *uhc_xfer_alloc(const struct device *dev,