Home
last modified time | relevance | path

Searched refs:usbh_xfer_buf_alloc (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/usb/host/
Dusbh_ch9.c109 buf = usbh_xfer_buf_alloc(udev, wLength); in usbh_req_desc_dev()
138 buf = usbh_xfer_buf_alloc(udev, len); in usbh_req_desc_cfg()
208 buf = usbh_xfer_buf_alloc(udev, wLength); in usbh_req_get_cfg()
Dusbh_device.h63 static inline struct net_buf *usbh_xfer_buf_alloc(struct usb_device *udev, in usbh_xfer_buf_alloc() function
Dusbh_shell.c75 buf = usbh_xfer_buf_alloc(udev, len); in cmd_bulk()
100 buf = usbh_xfer_buf_alloc(udev, wLength); in cmd_vendor_in()
128 buf = usbh_xfer_buf_alloc(udev, wLength); in cmd_vendor_out()
188 buf = usbh_xfer_buf_alloc(udev, 128); in cmd_desc_string()