Searched refs:uhc_xfer_alloc (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/usb/host/ |
D | usbh_device.h | 45 return uhc_xfer_alloc(ctx->dev, ep, udev, cb, cb_priv); 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 165 xfer = uhc_xfer_alloc(dev, ep, udev, cb, cb_priv); in uhc_xfer_alloc_with_buf()
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | uhc.h | 413 struct uhc_transfer *uhc_xfer_alloc(const struct device *dev,
|