Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/host/
Dusbh_ch9.h23 int usbh_req_desc(struct usb_device *const udev,
Dusbh_ch9.c86 int usbh_req_desc(struct usb_device *const udev, in usbh_req_desc() function
114 ret = usbh_req_desc(udev, type, 0, 0, wLength, buf); in usbh_req_desc_dev()
143 ret = usbh_req_desc(udev, type, index, 0, wLength, buf); in usbh_req_desc_cfg()
Dusbh_shell.c193 err = usbh_req_desc(udev, type, idx, id, 128, buf); in cmd_desc_string()