Home
last modified time | relevance | path

Searched refs:device_delete_child (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/kern/
Dsubr_bus.c1535 device_delete_child(device_t dev, device_t child) in device_delete_child() function
1548 error = device_delete_child(child, grandchild); in device_delete_child()
1589 error = device_delete_child(dev, child); in device_delete_children()
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c1047 if (device_delete_child(udev->parent_dev, dev)) { in usb_detach_device_sub()
1146 if (device_delete_child(udev->parent_dev, dev)) { in usb_probe_and_attach_sub()
1345 if (device_delete_child(udev->parent_dev, uaa.temp_dev)) in usb_probe_and_attach()
/third_party/FreeBSD/sys/sys/
Dbus.h293 int device_delete_child(device_t dev, device_t child);