Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/host/
Dusbh_device.h38 static inline struct uhc_transfer *usbh_xfer_alloc(struct usb_device *udev, in usbh_xfer_alloc() function
Dusbh_ch9.c63 xfer = usbh_xfer_alloc(udev, ep, ch9_req_cb, NULL); in usbh_req_setup()
Dusbh_shell.c90 xfer = usbh_xfer_alloc(udev, ep, bulk_req_cb, NULL); in cmd_bulk()
Dusbip.c205 xfer = usbh_xfer_alloc(udev, ep, usbip_req_cb, cmd_nd); in usbip_submit_req()