Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb.h178 int usb_reset_root_port(struct usb_device *dev);
180 #define usb_reset_root_port(dev) macro
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_uboot.c301 int usb_reset_root_port(struct usb_device *dev) in usb_reset_root_port() function
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dusb-uclass.c132 int usb_reset_root_port(struct usb_device *udev) in usb_reset_root_port() function
/rk3399_rockchip-uboot/common/
H A Dusb.c934 usb_reset_root_port(dev); in usb_hub_port_reset()