Home
last modified time | relevance | path

Searched refs:usbh_roothub_control (Results 1 – 8 of 8) sorted by relevance

/components/drivers/usb/cherryusb/common/
A Dusb_hc.h88 int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf);
/components/drivers/usb/cherryusb/port/template/
A Dusb_hc.c24 int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf) in usbh_roothub_control() function
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c231 return usbh_roothub_control(hub->bus, &roothub_setup, (uint8_t *)port_status); in usbh_hub_get_portstatus()
249 return usbh_roothub_control(hub->bus, setup, NULL); in usbh_hub_set_feature()
267 return usbh_roothub_control(hub->bus, setup, NULL); in usbh_hub_clear_feature()
286 return usbh_roothub_control(hub->bus, setup, NULL); in usbh_hub_set_depth()
/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c334 int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf) in usbh_roothub_control() function
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c380 int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf) in usbh_roothub_control() function
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c590 int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf) in usbh_roothub_control() function
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c997 int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf) in usbh_roothub_control() function
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c852 int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf) in usbh_roothub_control() function

Completed in 20 milliseconds