Searched refs:uhc_xfer_alloc (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/usb/host/ |
D | usbh_device.h | 51 return uhc_xfer_alloc(ctx->dev, udev->addr, ep, attrib, mps, timeout, udev, cb); in usbh_xfer_alloc()
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_common.c | 94 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/ |
D | uhc.h | 349 struct uhc_transfer *uhc_xfer_alloc(const struct device *dev,
|