Searched refs:ohci_roothub_control (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/usb/cherryusb/port/ohci/ |
| A D | usb_hc_ohci.h | 69 int ohci_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf);
|
| A D | usb_hc_ohci.c | 138 int ohci_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf) in ohci_roothub_control() function 336 return ohci_roothub_control(bus, setup, buf); in usbh_roothub_control()
|
| /components/drivers/usb/cherryusb/port/ehci/ |
| A D | usb_hc_ehci.c | 1011 return ohci_roothub_control(bus, setup, buf); in usbh_roothub_control() 1020 return ohci_roothub_control(bus, setup, buf); in usbh_roothub_control()
|
Completed in 9 milliseconds