Searched refs:usb_alloc_device (Results 1 – 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_device.h | 297 struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
|
D | usb_device.c | 1476 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, in usb_alloc_device() function
|
D | usb_hub.c | 876 child = usb_alloc_device(sc->sc_dev, udev->bus, udev, in uhub_reattach_port()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | usb_controller.c | 675 child = usb_alloc_device(bus->bdev, bus, NULL, 0, 0, 1, in usb_bus_attach()
|