Searched refs:usbh_req_desc (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/usb/host/ |
D | usbh_ch9.h | 23 int usbh_req_desc(struct usb_device *const udev,
|
D | usbh_ch9.c | 86 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()
|
D | usbh_shell.c | 193 err = usbh_req_desc(udev, type, idx, id, 128, buf); in cmd_desc_string()
|