Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/template/
A Dusb_hc.c78 case HUB_PORT_FEATURE_C_CONNECTION: in usbh_roothub_control()
/components/drivers/usb/cherryusb/class/hub/
A Dusb_hub.h53 #define HUB_PORT_FEATURE_C_CONNECTION (0x10) macro
A Dusbh_hub.c504 feat = HUB_PORT_FEATURE_C_CONNECTION; in usbh_hub_events()
549 usbh_hub_clear_feature(hub, port + 1, HUB_PORT_FEATURE_C_CONNECTION); in usbh_hub_events()
/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c210 case HUB_PORT_FEATURE_C_CONNECTION: in ohci_roothub_control()
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c433 case HUB_PORT_FEATURE_C_CONNECTION: in usbh_roothub_control()
471 status |= (1 << HUB_PORT_FEATURE_C_CONNECTION); in usbh_roothub_control()
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c643 case HUB_PORT_FEATURE_C_CONNECTION: in usbh_roothub_control()
682 status |= (1 << HUB_PORT_FEATURE_C_CONNECTION); in usbh_roothub_control()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c1085 case HUB_PORT_FEATURE_C_CONNECTION: in usbh_roothub_control()
1150 status |= (1 << HUB_PORT_FEATURE_C_CONNECTION); in usbh_roothub_control()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c908 case HUB_PORT_FEATURE_C_CONNECTION: in usbh_roothub_control()
949 status |= (1 << HUB_PORT_FEATURE_C_CONNECTION); in usbh_roothub_control()

Completed in 20 milliseconds