Home
last modified time | relevance | path

Searched refs:USB_PORT_FEAT_ENABLE (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h225 #define USB_PORT_FEAT_ENABLE 1 macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c601 case USB_PORT_FEAT_ENABLE: in sl811_rh_submit_urb()
653 case USB_PORT_FEAT_ENABLE: in sl811_rh_submit_urb()
H A Dxhci.c1043 case USB_PORT_FEAT_ENABLE: in xhci_submit_root()
1064 case USB_PORT_FEAT_ENABLE: in xhci_submit_root()
H A Dehci-hcd.c804 case USB_PORT_FEAT_ENABLE: in ehci_submit_root()
880 case USB_PORT_FEAT_ENABLE: in ehci_submit_root()
H A Ddwc2.c780 case USB_PORT_FEAT_ENABLE: in dwc_otg_submit_rh_msg_out()
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c436 usb_clear_port_feature(dev, port + 1, USB_PORT_FEAT_ENABLE); in usb_hub_port_connect_change()