Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h225 extern struct usb_device *ms_usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus);
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSB.c396 struct usb_device *ms_usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus) in ms_usb_alloc_dev() function
H A DdrvHub.c959 pUdev = ms_usb_alloc_dev(pHub, pHub->bus); in ms_hub_port_connect_change()
H A DdrvEhciHcd.c2444 pBus->root_hub = pUdev = ms_usb_alloc_dev (NULL, pBus); in ms_ehci_begin()