Lines Matching +full:work +full:- +full:around
4 * SPDX-License-Identifier: Apache-2.0
36 * Get a device to work on, there will only be one for the first time
41 /* Wrappers around to avoid glue UHC calls. */
49 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_alloc()
51 return uhc_xfer_alloc(ctx->dev, udev->addr, ep, attrib, mps, timeout, udev, cb); in usbh_xfer_alloc()
58 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_buf_add()
60 return uhc_xfer_buf_add(ctx->dev, xfer, buf); in usbh_xfer_buf_add()
66 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_buf_alloc()
68 return uhc_xfer_buf_alloc(ctx->dev, size); in usbh_xfer_buf_alloc()
74 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_free()
76 return uhc_xfer_free(ctx->dev, xfer); in usbh_xfer_free()
82 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_buf_free()
84 uhc_xfer_buf_free(ctx->dev, buf); in usbh_xfer_buf_free()
90 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_enqueue()
92 return uhc_ep_enqueue(ctx->dev, xfer); in usbh_xfer_enqueue()