Searched refs:parent_dev (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_device.h | 210 device_t parent_dev; /* parent device */ member 296 struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
|
H A D | usb_device.c | 1033 device_get_nameunit(udev->parent_dev), in usb_detach_device_sub() 1046 if (device_delete_child(udev->parent_dev, dev)) { in usb_detach_device_sub() 1145 if (device_delete_child(udev->parent_dev, dev)) { in usb_probe_and_attach_sub() 1156 uaa->temp_dev = device_add_child(udev->parent_dev, NULL, -1); in usb_probe_and_attach_sub() 1158 device_printf(udev->parent_dev, in usb_probe_and_attach_sub() 1344 if (device_delete_child(udev->parent_dev, uaa.temp_dev)) in usb_probe_and_attach() 1464 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, in usb_alloc_device() argument 1480 DPRINTF("parent_dev=%p, bus=%p, parent_hub=%p, depth=%u, " in usb_alloc_device() 1482 parent_dev, bus, parent_hub, depth, port_index, port_no, in usb_alloc_device() 1531 udev->parent_dev in usb_alloc_device() [all...] |
H A D | usb_hub.c | 1567 parent_info.nameunit = device_get_nameunit(udev->parent_dev); in uhub_attach()
|
/third_party/python/Lib/ |
H A D | pathlib.py | 1287 parent_dev = self.parent.stat().st_dev 1292 if dev != parent_dev:
|
Completed in 8 milliseconds