Lines Matching full:const
32 typedef int (*usbh_udev_cb_t)(struct usb_device *const udev,
33 struct uhc_transfer *const xfer);
39 struct usb_device *usbh_device_get_any(struct usbh_contex *const ctx);
43 const uint8_t ep, in usbh_xfer_alloc()
44 const uint8_t attrib, in usbh_xfer_alloc()
45 const uint16_t mps, in usbh_xfer_alloc()
46 const uint16_t timeout, in usbh_xfer_alloc()
47 usbh_udev_cb_t *const cb) in usbh_xfer_alloc()
49 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_alloc()
54 static inline int usbh_xfer_buf_add(const struct usb_device *udev, in usbh_xfer_buf_add()
55 struct uhc_transfer *const xfer, in usbh_xfer_buf_add()
58 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_buf_add()
64 const size_t size) in usbh_xfer_buf_alloc()
66 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_buf_alloc()
71 static inline int usbh_xfer_free(const struct usb_device *udev, in usbh_xfer_free()
72 struct uhc_transfer *const xfer) in usbh_xfer_free()
74 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_free()
79 static inline void usbh_xfer_buf_free(const struct usb_device *udev, in usbh_xfer_buf_free()
80 struct net_buf *const buf) in usbh_xfer_buf_free()
82 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_buf_free()
87 static inline int usbh_xfer_enqueue(const struct usb_device *udev, in usbh_xfer_enqueue()
88 struct uhc_transfer *const xfer) in usbh_xfer_enqueue()
90 struct usbh_contex *const ctx = udev->ctx; in usbh_xfer_enqueue()