Searched refs:usbh_xfer_alloc (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/usb/host/ |
| D | usbh_device.h | 38 static inline struct uhc_transfer *usbh_xfer_alloc(struct usb_device *udev, in usbh_xfer_alloc() function
|
| D | usbh_ch9.c | 63 xfer = usbh_xfer_alloc(udev, ep, ch9_req_cb, NULL); in usbh_req_setup()
|
| D | usbh_shell.c | 90 xfer = usbh_xfer_alloc(udev, ep, bulk_req_cb, NULL); in cmd_bulk()
|
| D | usbip.c | 205 xfer = usbh_xfer_alloc(udev, ep, usbip_req_cb, cmd_nd); in usbip_submit_req()
|