Home
last modified time | relevance | path

Searched refs:USB_PORT_FEAT_C_ENABLE (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h233 #define USB_PORT_FEAT_C_ENABLE 17 macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c617 case USB_PORT_FEAT_C_ENABLE: in sl811_rh_submit_urb()
H A Dxhci.c846 case USB_PORT_FEAT_C_ENABLE: in xhci_clear_port_change_bit()
1073 case USB_PORT_FEAT_C_ENABLE: in xhci_submit_root()
H A Dehci-hcd.c883 case USB_PORT_FEAT_C_ENABLE: in ehci_submit_root()
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c519 usb_clear_port_feature(dev, i + 1, USB_PORT_FEAT_C_ENABLE); in usb_scan_port()