Lines Matching refs:bdev

333 	device_printf(bus->bdev, "Controller shutdown\n");  in usb_shutdown()
345 device_printf(bus->bdev, "Controller shutdown complete\n"); in usb_shutdown()
428 dev = bus->bdev; in usb_bus_detach()
450 bus->bdev = NULL; in usb_bus_detach()
471 if (udev == NULL || bus->bdev == NULL) in usb_bus_suspend()
485 bus_generic_shutdown(bus->bdev); in usb_bus_suspend()
491 device_printf(bus->bdev, "Could not unconfigure root HUB\n"); in usb_bus_suspend()
528 if (udev == NULL || bus->bdev == NULL) in usb_bus_resume()
537 USB_TAKE_CONTROLLER(device_get_parent(bus->bdev)); in usb_bus_resume()
558 device_printf(bus->bdev, "Could not configure root HUB\n"); in usb_bus_resume()
563 device_printf(bus->bdev, "Could not probe and " in usb_bus_resume()
587 if (bus->bdev == NULL || bus->no_explore != 0) in usb_bus_reset()
611 if (udev == NULL || bus->bdev == NULL) in usb_bus_shutdown()
616 bus_generic_shutdown(bus->bdev); in usb_bus_shutdown()
622 device_printf(bus->bdev, "Could not unconfigure root HUB\n"); in usb_bus_shutdown()
709 dev = bus->bdev; in usb_bus_attach()
716 device_printf(bus->bdev, "12Mbps Full Speed USB v1.0\n"); in usb_bus_attach()
721 device_printf(bus->bdev, "12Mbps Full Speed USB v1.1\n"); in usb_bus_attach()
726 device_printf(bus->bdev, "480Mbps High Speed USB v2.0\n"); in usb_bus_attach()
731 device_printf(bus->bdev, "480Mbps Wireless USB v2.5\n"); in usb_bus_attach()
736 device_printf(bus->bdev, "5.0Gbps Super Speed USB v3.0\n"); in usb_bus_attach()
740 device_printf(bus->bdev, "Unsupported USB revision\n"); in usb_bus_attach()
765 child = usb_alloc_device(bus->bdev, bus, NULL, 0, 0, 1, in usb_bus_attach()
783 device_printf(bus->bdev, "Root HUB problem, error=%s\n", in usb_bus_attach()