Searched refs:usbh_roothub_control (Results 1 – 8 of 8) sorted by relevance
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_hc.h | 88 int usbh_roothub_control(struct usbh_bus *bus, struct usb_setup_packet *setup, uint8_t *buf);
|
| /components/drivers/usb/cherryusb/port/template/ |
| A D | usb_hc.c | 24 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 D | usbh_hub.c | 231 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 D | usb_hc_ohci.c | 334 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 D | usb_hc_rp2040.c | 380 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 D | usb_hc_musb.c | 590 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 D | usb_hc_ehci.c | 997 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 D | usb_hc_dwc2.c | 852 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