Home
last modified time | relevance | path

Searched refs:device_add_child_ordered (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dlegacy.c211 child = device_add_child_ordered(bus, order, name, unit); in legacy_add_child()
350 child = device_add_child_ordered(bus, order, name, unit); in cpu_add_child()
H A Dnexus.c343 child = device_add_child_ordered(bus, order, name, unit); in nexus_add_child()
/f-stack/freebsd/arm/arm/
H A Dnexus.c208 child = device_add_child_ordered(bus, order, name, unit); in nexus_add_child()
/f-stack/freebsd/arm/mv/
H A Dmv_pci_ctrl.c230 cdev = device_add_child_ordered(dev, order, name, unit); in mv_pcib_ctrl_add_child()
/f-stack/freebsd/mips/atheros/
H A Dapb.c457 child = device_add_child_ordered(bus, order, name, unit); in apb_add_child()
H A Dif_arge.c199 DEVMETHOD(bus_add_child, device_add_child_ordered),
231 DEVMETHOD(bus_add_child, device_add_child_ordered),
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c204 child = device_add_child_ordered(bus, order, name, unit); in nexus_add_child()
/f-stack/freebsd/mips/mips/
H A Dnexus.c261 child = device_add_child_ordered(bus, order, name, unit); in nexus_add_child()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapb.c633 child = device_add_child_ordered(bus, order, name, unit); in apb_add_child()
H A Dif_are.c148 DEVMETHOD(bus_add_child, device_add_child_ordered),
182 DEVMETHOD(bus_add_child, device_add_child_ordered),
/f-stack/freebsd/sys/
H A Dbus.h575 device_t device_add_child_ordered(device_t dev, u_int order,
/f-stack/freebsd/kern/
H A Dsubr_bus.c1862 return (device_add_child_ordered(dev, 0, name, unit)); in device_add_child()
1886 device_add_child_ordered(device_t dev, u_int order, const char *name, int unit) in device_add_child_ordered() function
3670 return (device_add_child_ordered(dev, order, name, unit)); in bus_generic_add_child()
H A Dbus_if.m235 * call device_add_child_ordered to add the child and often add
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpsw.c187 DEVMETHOD(bus_add_child, device_add_child_ordered),