Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/usb/
HDusb_device.h302 struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
HDusb_hub.c813 child = usb_alloc_device(sc->sc_dev, udev->bus, udev, in uhub_reattach_port()
HDusb_device.c1752 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, in usb_alloc_device() function
/freebsd-13-stable/sys/dev/usb/controller/
HDusb_controller.c768 child = usb_alloc_device(bus->bdev, bus, NULL, 0, 0, 1, in usb_bus_attach()