Searched refs:device_add_child (Results 1 – 7 of 7) sorted by relevance
/third_party/FreeBSD/sys/arm/arm/ |
D | autoconf.c | 68 nexus = device_add_child(root_bus, "nexus", 0); in configure()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci_pci.c | 131 sc->sc_bus.bdev = device_add_child(self, "usbus", -1); in ehci_pci_attach()
|
D | xhci_pci.c | 128 sc->sc_bus.bdev = device_add_child(self, "usbus", -1); in xhci_pci_attach()
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
D | usb_init.c | 211 composite = device_add_child(udc, "composite", -1); in composite_add()
|
/third_party/FreeBSD/sys/sys/ |
D | bus.h | 286 device_t device_add_child(device_t dev, const char *name, int unit);
|
/third_party/FreeBSD/sys/kern/ |
D | subr_bus.c | 1441 device_add_child(device_t dev, const char *name, int unit) in device_add_child() function
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_device.c | 1165 uaa->temp_dev = device_add_child(udev->parent_dev, NULL, -1); in usb_probe_and_attach_sub()
|