Home
last modified time | relevance | path

Searched refs:usb_new_device (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/common/
H A Dusb.c104 ret = usb_new_device(dev); in usb_init()
1177 int usb_new_device(struct usb_device *dev) in usb_new_device() function
H A Dusb_hub.c415 ret = usb_new_device(usb); in usb_hub_port_connect_change()
/openbmc/u-boot/include/
H A Dusb.h956 int usb_new_device(struct usb_device *dev);
/openbmc/linux/include/linux/usb/
H A Dhcd.h531 extern int usb_new_device(struct usb_device *dev);
/openbmc/linux/drivers/usb/core/
H A Dhcd.c996 retval = usb_new_device (usb_dev); in register_root_hub()
H A Dhub.c2568 int usb_new_device(struct usb_device *udev) in usb_new_device() function
5489 status = usb_new_device(udev); in hub_port_connect()