Searched refs:uhc_xfer_return (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_common.h | 70 void uhc_xfer_return(const struct device *dev,
|
D | uhc_virtual.c | 260 uhc_xfer_return(dev, xfer, 0); in vrt_hrslt_success() 270 uhc_xfer_return(dev, priv->last_xfer, err); in vrt_xfer_drop_active()
|
D | uhc_common.c | 40 void uhc_xfer_return(const struct device *dev, in uhc_xfer_return() function
|
D | uhc_max3421e.c | 423 uhc_xfer_return(dev, priv->last_xfer, err); in max3421e_xfer_drop_active() 505 uhc_xfer_return(dev, xfer, 0); in max3421e_hrslt_success()
|