Lines Matching refs:parent_dev
1033 device_get_nameunit(udev->parent_dev),
1046 if (device_delete_child(udev->parent_dev, dev)) {
1145 if (device_delete_child(udev->parent_dev, dev)) {
1156 uaa->temp_dev = device_add_child(udev->parent_dev, NULL, -1);
1158 device_printf(udev->parent_dev,
1344 if (device_delete_child(udev->parent_dev, uaa.temp_dev))
1464 usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
1480 DPRINTF("parent_dev=%p, bus=%p, parent_hub=%p, depth=%u, "
1482 parent_dev, bus, parent_hub, depth, port_index, port_no,
1531 udev->parent_dev = parent_dev;