Home
last modified time | relevance | path

Searched refs:USB_PORT_FEAT_C_CONNECTION (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_hub.c261 if (setup->value < USB_PORT_FEAT_C_CONNECTION) { in sandbox_hub_submit_control_msg()
275 if (setup->value < USB_PORT_FEAT_C_CONNECTION) { in sandbox_hub_submit_control_msg()
/rk3399_rockchip-uboot/include/
H A Dusb_defs.h232 #define USB_PORT_FEAT_C_CONNECTION 16 macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c613 case USB_PORT_FEAT_C_CONNECTION: in sl811_rh_submit_urb()
H A Dxhci.c838 case USB_PORT_FEAT_C_CONNECTION: in xhci_clear_port_change_bit()
1071 case USB_PORT_FEAT_C_CONNECTION: in xhci_submit_root()
H A Ddwc2.c751 case USB_PORT_FEAT_C_CONNECTION: in dwc_otg_submit_rh_msg_out()
H A Dehci-hcd.c890 case USB_PORT_FEAT_C_CONNECTION: in ehci_submit_root()
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c368 usb_clear_port_feature(dev, port + 1, USB_PORT_FEAT_C_CONNECTION); in usb_hub_port_connect_change()