Home
last modified time | relevance | path

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

/drivers/usb/core/
Dusb.c405 struct usb_device *usb_alloc_dev(struct usb_device *parent, in usb_alloc_dev() function
504 EXPORT_SYMBOL_GPL(usb_alloc_dev);
Dhcd.c2711 if ((rhdev = usb_alloc_dev(NULL, &hcd->self, 0)) == NULL) { in usb_add_hcd()
Dhub.c4693 udev = usb_alloc_dev(hdev, hdev->bus, port1); in hub_port_connect()
/drivers/usb/misc/
Dlvstest.c59 udev = usb_alloc_dev(hdev, hdev->bus, lvs->portnum); in create_lvs_device()