Lines Matching defs:parent_dev
1240 device_get_nameunit(udev->parent_dev),
1253 if (device_delete_child(udev->parent_dev, dev)) {
1352 if (device_delete_child(udev->parent_dev, dev)) {
1363 uaa->temp_dev = device_add_child(udev->parent_dev, NULL, DEVICE_UNIT_ANY);
1365 device_printf(udev->parent_dev,
1553 if (device_delete_child(udev->parent_dev, uaa.temp_dev))
1752 usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
1766 DPRINTF("parent_dev=%p, bus=%p, parent_hub=%p, depth=%u, "
1768 parent_dev, bus, parent_hub, depth, port_index, port_no,
1819 udev->parent_dev = parent_dev;