Home
last modified time | relevance | path

Searched refs:usb_hub_probe (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dusb.h924 int usb_hub_probe(struct usb_device *dev, int ifnum);
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c934 int usb_hub_probe(struct usb_device *dev, int ifnum) in usb_hub_probe() function
H A Dusb.c1216 err = usb_hub_probe(dev, 0); in usb_new_device()