Searched refs:cf_dev (Results 1 – 3 of 3) sorted by relevance
577 sc = device_get_softc(cf_dev); in cpufreq_add_levels()1071 sc = device_get_softc(cf_dev); in cpufreq_add_freq_driver_sysctl()1082 device_t cf_dev, cpu_dev; in cpufreq_register() local1098 sc = device_get_softc(cf_dev); in cpufreq_register()1106 if (cf_dev == NULL) in cpufreq_register()1108 device_quiet(cf_dev); in cpufreq_register()1114 sc = device_get_softc(cf_dev); in cpufreq_register()1123 device_t cf_dev; in cpufreq_unregister() local1132 if (cf_dev == NULL) { in cpufreq_unregister()1137 sc = device_get_softc(cf_dev); in cpufreq_unregister()[all …]
510 device_t cf_dev; in aw_thermal_throttle() local518 cf_dev = devclass_get_device(devclass_find("cpufreq"), 0); in aw_thermal_throttle()519 if (cf_dev == NULL) in aw_thermal_throttle()522 error = CPUFREQ_LEVELS(cf_dev, sc->levels, &count); in aw_thermal_throttle()526 error = CPUFREQ_SET(cf_dev, &sc->levels[count - 1], in aw_thermal_throttle()
823 device_t cf_dev; in tsc_levels_changed() local833 cf_dev = devclass_get_device(devclass_find("cpufreq"), unit); in tsc_levels_changed()834 if (cf_dev == NULL) { in tsc_levels_changed()844 error = CPUFREQ_LEVELS(cf_dev, levels, &count); in tsc_levels_changed()