Searched refs:usb_alloc_device (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usb_device.h | 302 struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
|
H A D | usb_hub.c | 813 child = usb_alloc_device(sc->sc_dev, udev->bus, udev, in uhub_reattach_port()
|
H A D | usb_device.c | 1752 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, in usb_alloc_device() function
|
/freebsd/sys/dev/usb/controller/ |
H A D | usb_controller.c | 765 child = usb_alloc_device(bus->bdev, bus, NULL, 0, 0, 1, in usb_bus_attach()
|