/src/sys/dev/usb/ |
usbdivar.h | 356 usbd_status usbd_new_device(device_t, struct usbd_bus *, int, int, int,
|
uhub.c | 847 err = usbd_new_device(sc->sc_dev, dev->ud_bus, 857 DPRINTF("uhub%jd: usbd_new_device failed, error %jd",
|
usb.c | 493 err = usbd_new_device(self, sc->sc_bus, 0, speed, 0,
|
usb_subr.c | 1334 * Called from uhub_rescan(). usbd_new_device() for the target dev must be 1392 usbd_new_device(device_t parent, struct usbd_bus *bus, int depth, int speed, function in typeref:typename:usbd_status 1468 panic("usbd_new_device: cannot find HS port"); 1517 printf("usbd_new_device: addr=%d bad max packet "
|