Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h228 #define USB_PORT_FEAT_RESET 4 macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c641 case USB_PORT_FEAT_RESET: in sl811_rh_submit_urb()
H A Dusb-uclass.c63 setup->value == cpu_to_le16(USB_PORT_FEAT_RESET) && in submit_control_msg()
H A Dxhci.c1051 case USB_PORT_FEAT_RESET: in xhci_submit_root()
H A Ddwc2.c762 case USB_PORT_FEAT_RESET: in dwc_otg_submit_rh_msg_out()
H A Dehci-hcd.c814 case USB_PORT_FEAT_RESET: in ehci_submit_root()
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c286 err = usb_set_port_feature(dev, port + 1, USB_PORT_FEAT_RESET); in usb_hub_port_reset()