Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_device.h292 struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
H A Dusb_hub.c823 child = usb_alloc_device(sc->sc_dev, udev->bus, udev, in uhub_reattach_port()
H A Dusb_device.c1536 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, in usb_alloc_device() function
/dragonfly/sys/bus/u4b/controller/
H A Dusb_controller.c765 child = usb_alloc_device(bus->bdev, bus, NULL, 0, 0, 1, in usb_bus_attach()