Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/usb/
Dhcd.h427 extern struct usb_device *usb_alloc_dev(struct usb_device *parent,
/linux-2.6.39/drivers/usb/core/
Dusb.c368 struct usb_device *usb_alloc_dev(struct usb_device *parent, in usb_alloc_dev() function
Dhcd.c2392 if ((rhdev = usb_alloc_dev(NULL, &hcd->self, 0)) == NULL) { in usb_add_hcd()
Dhub.c3163 udev = usb_alloc_dev(hdev, hdev->bus, port1); in hub_port_connect_change()