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.h45 return uhc_xfer_alloc(ctx->dev, ep, udev, cb, cb_priv); 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
165 xfer = uhc_xfer_alloc(dev, ep, udev, cb, cb_priv); in uhc_xfer_alloc_with_buf()
/Zephyr-latest/include/zephyr/drivers/usb/
Duhc.h413 struct uhc_transfer *uhc_xfer_alloc(const struct device *dev,