Searched refs:usb_alloc_dev (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/core/ |
| H A D | trace.h | 45 DEFINE_EVENT(usb_core_log_usb_device, usb_alloc_dev,
|
| H A D | usb.c | 644 struct usb_device *usb_alloc_dev(struct usb_device *parent, in usb_alloc_dev() function 753 EXPORT_SYMBOL_GPL(usb_alloc_dev);
|
| H A D | hcd.c | 2880 rhdev = usb_alloc_dev(NULL, &hcd->self, 0); in usb_add_hcd()
|
| H A D | hub.c | 5470 udev = usb_alloc_dev(hdev, hdev->bus, port1); in hub_port_connect()
|
| /linux/drivers/usb/misc/ |
| H A D | lvstest.c | 54 udev = usb_alloc_dev(hdev, hdev->bus, lvs->portnum); in create_lvs_device()
|
| /linux/include/linux/usb/ |
| H A D | hcd.h | 330 /* Called by usb_alloc_dev to alloc HC device structures */ 546 extern struct usb_device *usb_alloc_dev(struct usb_device *parent,
|