Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/cpufreq/
H A Dsmist.c312 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 Dhwpstate_amd.c326 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 Dp4tcc.c129 if (device_find_child(parent, "p4tcc", -1) != NULL) in p4tcc_identify()
H A Dest.c927 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 Dpowernow.c877 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 Dhwpstate_intel.c335 if (device_find_child(parent, "hwpstate_intel", -1) != NULL) in intel_hwpstate_identify()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_scm.c92 if (device_find_child(parent, "am335x_scm", -1) != NULL) in am335x_scm_identify()
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c182 if (device_find_child(parent, "tegra124_coretemp", -1) != NULL) in tegra124_coretemp_identify()
H A Dtegra124_cpufreq.c482 if (device_find_child(parent, "tegra124_cpufreq", -1) != NULL) in tegra124_cpufreq_identify()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c187 if (device_find_child(parent, "tegra210_coretemp", -1) != NULL) in tegra210_coretemp_identify()
H A Dtegra210_cpufreq.c400 if (device_find_child(parent, "tegra210_cpufreq", -1) != NULL) in tegra210_cpufreq_identify()
/f-stack/freebsd/crypto/via/
H A Dpadlock.c77 if (device_find_child(parent, "padlock", -1) == NULL && in padlock_identify()
/f-stack/freebsd/crypto/openssl/
H A Dossl.c75 if (device_find_child(parent, "ossl", -1) == NULL) in ossl_identify()
/f-stack/freebsd/crypto/blake2/
H A Dblake2_cryptodev.c87 if (device_find_child(parent, "blaketwo", -1) == NULL && in blake2_identify()
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c100 if (device_find_child(parent, "armv8crypto", -1) == NULL && in armv8_crypto_identify()
/f-stack/freebsd/kern/
H A Dkern_cpu.c1098 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 Dsubr_bus.c2016 device_find_child(device_t dev, const char *classname, int unit) in device_find_child() function
/f-stack/freebsd/amd64/vmm/amd/
H A Divrs_drv.c392 ivhd_devs[i] = device_find_child(parent, "ivhd", i); in ivhd_identify()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c102 if (device_find_child(parent, "aesni", -1) == NULL && in aesni_identify()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c1217 if (device_find_child(parent, "bcm2835_cpufreq", -1) != NULL) in bcm2835_cpufreq_identify()
/f-stack/freebsd/sys/
H A Dbus.h584 device_t device_find_child(device_t dev, const char *classname,
/f-stack/freebsd/opencrypto/
H A Dcryptosoft.c1447 if (device_find_child(parent, "cryptosoft", -1) == NULL && in swcr_identify()