| /f-stack/freebsd/x86/cpufreq/ |
| H A D | smist.c | 312 if (device_find_child(parent, "smist", -1) != NULL) in smist_identify() 336 perf_dev = device_find_child(device_get_parent(dev), "acpi_perf", -1); in smist_probe() 342 ichss_dev = device_find_child(device_get_parent(dev), "ichss", -1); in smist_probe()
|
| H A D | hwpstate_amd.c | 326 if (device_find_child(parent, "hwpstate", -1) != NULL) in hwpstate_identify() 369 perf_dev = device_find_child(device_get_parent(dev), "acpi_perf", -1); in hwpstate_probe()
|
| H A D | p4tcc.c | 129 if (device_find_child(parent, "p4tcc", -1) != NULL) in p4tcc_identify()
|
| H A D | est.c | 927 if (device_find_child(parent, "hwpstate_intel", -1) != NULL) in est_identify() 931 if (device_find_child(parent, "est", -1) != NULL) in est_identify() 968 perf_dev = device_find_child(device_get_parent(dev), "acpi_perf", -1); in est_probe() 1071 perf_dev = device_find_child(device_get_parent(dev), "acpi_perf", -1); in est_acpi_info()
|
| H A D | powernow.c | 877 if (device_find_child(parent, "powernow", -1) != NULL) in pn_identify() 950 child = device_find_child(device_get_parent(dev), "acpi_perf", -1); in pn_attach()
|
| H A D | hwpstate_intel.c | 335 if (device_find_child(parent, "hwpstate_intel", -1) != NULL) in intel_hwpstate_identify()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_scm.c | 92 if (device_find_child(parent, "am335x_scm", -1) != NULL) in am335x_scm_identify()
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_coretemp.c | 182 if (device_find_child(parent, "tegra124_coretemp", -1) != NULL) in tegra124_coretemp_identify()
|
| H A D | tegra124_cpufreq.c | 482 if (device_find_child(parent, "tegra124_cpufreq", -1) != NULL) in tegra124_cpufreq_identify()
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_coretemp.c | 187 if (device_find_child(parent, "tegra210_coretemp", -1) != NULL) in tegra210_coretemp_identify()
|
| H A D | tegra210_cpufreq.c | 400 if (device_find_child(parent, "tegra210_cpufreq", -1) != NULL) in tegra210_cpufreq_identify()
|
| /f-stack/freebsd/crypto/via/ |
| H A D | padlock.c | 77 if (device_find_child(parent, "padlock", -1) == NULL && in padlock_identify()
|
| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl.c | 75 if (device_find_child(parent, "ossl", -1) == NULL) in ossl_identify()
|
| /f-stack/freebsd/crypto/blake2/ |
| H A D | blake2_cryptodev.c | 87 if (device_find_child(parent, "blaketwo", -1) == NULL && in blake2_identify()
|
| /f-stack/freebsd/crypto/armv8/ |
| H A D | armv8_crypto.c | 100 if (device_find_child(parent, "armv8crypto", -1) == NULL && in armv8_crypto_identify()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_cpu.c | 1098 if ((cf_dev = device_find_child(cpu_dev, "cpufreq", -1))) { in cpufreq_register() 1132 cf_dev = device_find_child(device_get_parent(dev), "cpufreq", -1); in cpufreq_unregister()
|
| H A D | subr_bus.c | 2016 device_find_child(device_t dev, const char *classname, int unit) in device_find_child() function
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | ivrs_drv.c | 392 ivhd_devs[i] = device_find_child(parent, "ivhd", i); in ivhd_identify()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.c | 102 if (device_find_child(parent, "aesni", -1) == NULL && in aesni_identify()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_cpufreq.c | 1217 if (device_find_child(parent, "bcm2835_cpufreq", -1) != NULL) in bcm2835_cpufreq_identify()
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 584 device_t device_find_child(device_t dev, const char *classname,
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptosoft.c | 1447 if (device_find_child(parent, "cryptosoft", -1) == NULL && in swcr_identify()
|