Home
last modified time | relevance | path

Searched refs:device_find_child (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd/sys/dev/cpufreq/
H A Dichss.c150 if (device_find_child(parent, "ichss", -1)) in ichss_identify()
221 perf_dev = device_find_child(device_get_parent(dev), "acpi_perf", -1); in ichss_probe()
227 est_dev = device_find_child(device_get_parent(dev), "est", -1); in ichss_probe()
/freebsd/sys/dev/amdtemp/
H A Damdtemp.c279 if (device_find_child(parent, "amdtemp", -1) != NULL) in amdtemp_identify()
485 sc->sc_smn = device_find_child( in amdtemp_attach()
599 nexus = device_find_child(root_bus, "nexus", 0); in amdtemp_intrhook()
600 acpi = device_find_child(nexus, "acpi", 0); in amdtemp_intrhook()
605 cpu = device_find_child(acpi, "cpu", in amdtemp_intrhook()
/freebsd/sys/x86/cpufreq/
H A Dsmist.c308 if (device_find_child(parent, "smist", -1) != NULL) in smist_identify()
333 perf_dev = device_find_child(device_get_parent(dev), "acpi_perf", -1); in smist_probe()
339 ichss_dev = device_find_child(device_get_parent(dev), "ichss", -1); in smist_probe()
H A Dhwpstate_amd.c324 if (device_find_child(parent, "hwpstate", -1) != NULL) in hwpstate_identify()
368 perf_dev = device_find_child(device_get_parent(dev), "acpi_perf", -1); in hwpstate_probe()
H A Dest.c923 if (device_find_child(parent, "hwpstate_intel", -1) != NULL) in est_identify()
927 if (device_find_child(parent, "est", -1) != NULL) in est_identify()
964 perf_dev = device_find_child(device_get_parent(dev), "acpi_perf", -1); in est_probe()
1067 perf_dev = device_find_child(device_get_parent(dev), "acpi_perf", -1); in est_acpi_info()
/freebsd/sys/dev/chromebook_platform/
H A Dchromebook_platform.c73 if (device_find_child(bus, slaves[i].name, -1) != NULL) in chromebook_i2c_identify()
/freebsd/sys/dev/mdio/
H A Dmdio.c40 if (device_find_child(parent, mdio_driver.name, -1) == NULL) in mdio_identify()
/freebsd/sys/dev/ipmi/
H A Dipmi_smbus.c62 device_find_child(parent, "ipmi", -1) == NULL) in ipmi_smbus_identify()
/freebsd/sys/dev/acpica/
H A Dacpi_throttle.c134 if (device_find_child(parent, "acpi_throttle", -1)) in acpi_throttle_identify()
176 if (device_find_child(device_get_parent(dev), "p4tcc", -1) && in acpi_throttle_probe()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_i2c.c361 while ((child = device_find_child(adapter->dev.parent->bsddev, "lkpi_iic", unit++)) != NULL) { in lkpi_i2c_del_adapter()
373 while ((child = device_find_child(adapter->dev.parent->bsddev, "lkpi_iicbb", unit++)) != NULL) { in lkpi_i2c_del_adapter()
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_et.c130 device_find_child(parent, VMBUS_ET_NAME, -1) != NULL || in vmbus_et_identify()
/freebsd/sys/powerpc/powermac/
H A Dnvbl.c86 if (device_find_child(parent, "backlight", -1) == NULL) in nvbl_identify()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_scm.c89 if (device_find_child(parent, "am335x_scm", -1) != NULL) in am335x_scm_identify()
/freebsd/sys/dev/efidev/
H A Defirtc.c55 if (device_find_child(parent, "efirtc", -1) != NULL) in efirtc_identify()
/freebsd/sys/powerpc/cpufreq/
H A Ddfs.c97 if (device_find_child(parent, "dfs", -1) != NULL) in dfs_identify()
H A Dpmufreq.c92 if (device_find_child(parent, "pmufreq", -1) != NULL) in pmufreq_identify()
H A Dpmcr.c118 if (device_find_child(parent, "pmcr", -1) != NULL) in pmcr_identify()
/freebsd/sys/dev/fdt/
H A Dfdt_common.c427 child = device_find_child(parent, device_get_name(dev), i); in fdt_get_phyaddr()
432 child = device_find_child(parent, device_get_name(dev), i); in fdt_get_phyaddr()
/freebsd/sys/dev/ppbus/
H A Dlpbb.c64 dev = device_find_child(parent, "lpbb", -1); in lpbb_identify()
/freebsd/sys/dev/etherswitch/
H A Detherswitch.c85 if (device_find_child(parent, "etherswitch", -1) == NULL) in etherswitch_identify()
/freebsd/sys/dev/viawd/
H A Dviawd.c128 if (device_find_child(parent, driver->name, -1) == NULL) in viawd_identify()
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c179 if (device_find_child(parent, "tegra124_coretemp", -1) != NULL) in tegra124_coretemp_identify()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c184 if (device_find_child(parent, "tegra210_coretemp", -1) != NULL) in tegra210_coretemp_identify()
/freebsd/sys/dev/amdsmn/
H A Damdsmn.c174 if (device_find_child(parent, "amdsmn", -1) != NULL) in amdsmn_identify()
/freebsd/sys/powerpc/ps3/
H A Dps3pic.c102 if (device_find_child(parent, "ps3pic", -1) == NULL) in ps3pic_identify()

1234