Home
last modified time | relevance | path

Searched refs:device_get_children (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Dgic_v3_fdt.c191 if (device_get_children(dev, &sc->gic_children, &sc->gic_nchildren) != 0) in gic_v3_fdt_attach()
H A Dgic_v3_acpi.c338 if (device_get_children(dev, &sc->gic_children, &sc->gic_nchildren) !=0) in gic_v3_acpi_attach()
/f-stack/freebsd/x86/pci/
H A Dpci_bus.c449 if (device_get_children(parent, &devs, &ndevs) == 0) { in legacy_pcib_identify()
/f-stack/freebsd/sys/
H A Dbus.h591 int device_get_children(device_t dev, device_t **listp, int *countp);
/f-stack/freebsd/kern/
H A Dsubr_bus.c2271 device_get_children(device_t dev, device_t **devlistp, int *devcountp) in device_get_children() function