Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h268 extern struct usb_device *usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus);
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c2584 struct usb_device *usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus) in usb_alloc_dev() function
H A DdrvHub.c5342 dev = usb_alloc_dev(hub, hub->bus); in hub_port_connect_change()
H A DdrvEhciHcd.c7260 bus->root_hub = udev = usb_alloc_dev (NULL, bus); in ehci_start()