Lines Matching refs:bdev
302 DPRINTF("%s: Controller shutdown\n", device_get_nameunit(bus->bdev));
315 device_get_nameunit(bus->bdev));
395 dev = bus->bdev;
411 /* clear bdev variable last */
412 bus->bdev = NULL;
433 if ((udev == NULL) || (bus->bdev == NULL))
447 (void)bus_generic_shutdown(bus->bdev);
453 device_printf(bus->bdev, "Could not unconfigure root HUB\n");
490 if ((udev == NULL) || (bus->bdev == NULL))
497 USB_TAKE_CONTROLLER(device_get_parent(bus->bdev));
518 device_printf(bus->bdev, "Could not configure root HUB\n");
523 device_printf(bus->bdev, "Could not probe and "
547 if ((bus->bdev == NULL) || (bus->no_explore != 0))
572 if ((udev == NULL) || (bus->bdev == NULL))
577 (void)bus_generic_shutdown(bus->bdev);
583 device_printf(bus->bdev, "Could not unconfigure root HUB\n");
617 dev = bus->bdev;
624 device_printf(bus->bdev, "12Mbps Full Speed USB v1.0\n");
629 device_printf(bus->bdev, "12Mbps Full Speed USB v1.1\n");
634 device_printf(bus->bdev, "480Mbps High Speed USB v2.0\n");
639 device_printf(bus->bdev, "480Mbps Wireless USB v2.5\n");
644 device_printf(bus->bdev, "5.0Gbps Super Speed USB v3.0\n");
648 device_printf(bus->bdev, "Unsupported USB revision\n");
673 child = usb_alloc_device(bus->bdev, bus, NULL, 0, 0, 1,
691 device_printf(bus->bdev, "Root HUB problem, error=%s\n",