Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/template/
A Dusb_hc.c76 case HUB_PORT_FEATURE_POWER: in usbh_roothub_control()
98 case HUB_PORT_FEATURE_POWER: in usbh_roothub_control()
/components/drivers/usb/cherryusb/class/hub/
A Dusb_hub.h43 #define HUB_PORT_FEATURE_POWER (0x08) /* USB 2.0 only */ macro
A Dusbh_hub.c396 ret = usbh_hub_set_feature(hub, port + 1, HUB_PORT_FEATURE_POWER); in usbh_hub_connect()
/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c206 case HUB_PORT_FEATURE_POWER: in ohci_roothub_control()
240 case HUB_PORT_FEATURE_POWER: in ohci_roothub_control()
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c431 case HUB_PORT_FEATURE_POWER: in usbh_roothub_control()
455 case HUB_PORT_FEATURE_POWER: in usbh_roothub_control()
485 status |= (1 << HUB_PORT_FEATURE_POWER); in usbh_roothub_control()
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c641 case HUB_PORT_FEATURE_POWER: in usbh_roothub_control()
665 case HUB_PORT_FEATURE_POWER: in usbh_roothub_control()
698 status |= (1 << HUB_PORT_FEATURE_POWER); in usbh_roothub_control()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c1082 case HUB_PORT_FEATURE_POWER: in usbh_roothub_control()
1120 case HUB_PORT_FEATURE_POWER: in usbh_roothub_control()
1181 status |= (1 << HUB_PORT_FEATURE_POWER); in usbh_roothub_control()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c905 case HUB_PORT_FEATURE_POWER: in usbh_roothub_control()
931 case HUB_PORT_FEATURE_POWER: in usbh_roothub_control()
976 status |= (1 << HUB_PORT_FEATURE_POWER); in usbh_roothub_control()

Completed in 17 milliseconds