Home
last modified time | relevance | path

Searched refs:USB_PORT_FEAT_SUSPEND (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h226 #define USB_PORT_FEAT_SUSPEND 2 macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c605 case USB_PORT_FEAT_SUSPEND: in sl811_rh_submit_urb()
637 case USB_PORT_FEAT_SUSPEND: in sl811_rh_submit_urb()
H A Ddwc2.c759 case USB_PORT_FEAT_SUSPEND: in dwc_otg_submit_rh_msg_out()
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c542 usb_clear_port_feature(dev, i + 1, USB_PORT_FEAT_SUSPEND); in usb_scan_port()