Lines Matching refs:bdev
725 USBDEVNAME(dev->bus->bdev), dev->address, in usbd_set_config_index()
850 device_t bdev; in usbd_probe_and_attach() local
851 bdev = device_add_child(parent, NULL, -1, &uaa); in usbd_probe_and_attach()
852 if (!bdev) { in usbd_probe_and_attach()
853 printf("%s: Device creation failed\n", USBDEVNAME(dev->bus->bdev)); in usbd_probe_and_attach()
856 device_quiet(bdev); in usbd_probe_and_attach()
873 dv = USB_DO_ATTACH(dev, bdev, parent, &uaa, usbd_print, usbd_submatch); in usbd_probe_and_attach()
902 device_delete_child(parent, bdev); in usbd_probe_and_attach()
916 device_delete_child(parent, bdev); in usbd_probe_and_attach()
927 dv = USB_DO_ATTACH(dev, bdev, parent, &uaa, usbd_print, in usbd_probe_and_attach()
937 bdev = device_add_child(parent, NULL, -1,&uaa); in usbd_probe_and_attach()
938 if (!bdev) { in usbd_probe_and_attach()
940 USBDEVNAME(dev->bus->bdev)); in usbd_probe_and_attach()
943 device_quiet(bdev); in usbd_probe_and_attach()
950 device_delete_child(parent, bdev); in usbd_probe_and_attach()
969 dv = USB_DO_ATTACH(dev, bdev, parent, &uaa, usbd_print, usbd_submatch); in usbd_probe_and_attach()
986 device_delete_child(parent, bdev); in usbd_probe_and_attach()
1015 USBDEVNAME(bus->bdev)); in usbd_new_device()
1298 di->udi_bus = USBDEVUNIT(dev->bus->bdev);