Searched refs:device_get_children (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-11-stable/sys/dev/nand/
H A Dnfc_rb.c121 if (device_get_children(dev, &children, &n) != 0) {
127 if (device_get_children(dev, &children, &n) != 0) {
H A Dnandbus.c142 if (!device_get_children(nfc, &children, &nchildren)) {
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd.c104 if ((error = device_get_children(dev, &devs, &ndevs)))
134 if ((error = device_get_children(dev, &devs, &ndevs)))
169 if ((error = device_get_children(dev, &devs, &ndevs)))
204 if ((error = device_get_children(dev, &devs, &ndevs)))
240 if ((error = device_get_children(dev, &devs, &ndevs)))
/freebsd-11-stable/sys/dev/pccard/
H A Dpccard_device.c121 err = device_get_children(parent, &kids, &cnt);
/freebsd-11-stable/sys/dev/mii/
H A Dmii.c135 if (device_get_children(dev, &children, &nchildren) == 0) {
240 if (device_get_children(dev, &children, &nchildren) != 0)
430 if (device_get_children(*miibus, &children, &nchildren) != 0) {
507 rv = device_get_children(*miibus, &children, &nchildren);
H A Dmlphy.c172 if (device_get_children(msc->ml_mii.mii_dev, &devlist, &devs) != 0)
H A Dtlphy.c158 device_get_children(sc_mii->mii_dev, &devlist, &devs) == 0) {
/freebsd-11-stable/sys/xen/xenbus/
H A Dxenbusb.c212 if (device_get_children(dev, &kids, &count))
447 if (device_get_children(dev, &kids, &count) == 0) {
806 if (device_get_children(dev, &kids, &count) == 0) {
/freebsd-11-stable/sys/dev/ow/
H A Dow.c237 if (device_get_children(dev, &children, &nkid) != 0)
473 if (device_get_children(ndev, &children, &nkid) != 0)
H A Dowc_gpiobus.c131 if (device_get_children(dev, &kids, &nkid) == 0)
/freebsd-11-stable/sys/sparc64/sparc64/
H A Djbusppm.c148 if (device_get_children(device_get_parent(dev),
/freebsd-11-stable/sys/dev/le/
H A Dlebuffer_sbus.c159 if (device_get_children(dev, &children, &nchildren) == 0) {
/freebsd-11-stable/sys/arm64/arm64/
H A Dgic_v3_fdt.c166 if (device_get_children(dev, &sc->gic_children, &sc->gic_nchildren) != 0)
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbus.c274 if (device_get_children(cbdev, &devlist, &numdevs) != 0)
/freebsd-11-stable/sys/dev/sound/pci/
H A Dhdspe.c100 if ((err = device_get_children(sc->dev, &devlist, &devcount)) != 0)
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_pci.c292 if ((error = device_get_children(sc->mfi_dev, &devlist, &devcount)) != 0) {
/freebsd-11-stable/sys/isa/
H A Disa_common.c508 if (device_get_children(dev, &children, &nchildren))
558 if (device_get_children(dev, &children, &nchildren))
890 if (device_get_children(dev, &children, &nchildren))
/freebsd-11-stable/sys/kern/
H A Dkern_cpu.c455 error = device_get_children(device_get_parent(dev), &devs, &numdevs);
537 error = device_get_children(device_get_parent(dev), &devs, &numdevs);
1036 error = device_get_children(device_get_parent(dev), &devs, &devcount);
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma.c64 if ((error = device_get_children(dev, &devs, &ndevs)))
/freebsd-11-stable/sys/dev/bhnd/siba/
H A Dsiba.c68 if ((error = device_get_children(dev, &devs, &ndevs)))
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-acerlabs.c274 if (!device_get_children(GRANDPARENT(dev), &children, &nchildren)) {
H A Data-serverworks.c152 if (!device_get_children(device_get_parent(dev), &children,&nchildren)){
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme_pci.c250 if (device_get_children(device_get_parent(dev), &children, &i) != 0) {
/freebsd-11-stable/sys/dev/iicbus/
H A Diiconf.c423 if ((error = device_get_children(dev, &children, &nkid)) != 0)
/freebsd-11-stable/sys/compat/linsysfs/
H A Dlinsysfs.c401 error = device_get_children(dev, &children, &nchildren);

Completed in 363 milliseconds

123