Home
last modified time | relevance | path

Searched refs:uhc_xfer_return (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/usb/uhc/
Duhc_common.h70 void uhc_xfer_return(const struct device *dev,
Duhc_virtual.c342 uhc_xfer_return(dev, xfer, 0); in vrt_hrslt_success()
352 uhc_xfer_return(dev, priv->last_xfer, err); in vrt_xfer_drop_active()
407 uhc_xfer_return(dev, tmp, -ECONNRESET); in vrt_xfer_cleanup_cancelled()
Duhc_max3421e.c417 uhc_xfer_return(dev, priv->last_xfer, err); in max3421e_xfer_drop_active()
434 uhc_xfer_return(dev, tmp, -ECONNRESET); in max3421e_xfer_cleanup_cancelled()
516 uhc_xfer_return(dev, xfer, 0); in max3421e_hrslt_success()
Duhc_common.c40 void uhc_xfer_return(const struct device *dev, in uhc_xfer_return() function