Searched refs:cf_dev (Results 1 – 3 of 3) sorted by relevance
578 sc = device_get_softc(cf_dev); in cpufreq_add_levels()1072 sc = device_get_softc(cf_dev); in cpufreq_add_freq_driver_sysctl()1083 device_t cf_dev, cpu_dev; in cpufreq_register() local1099 sc = device_get_softc(cf_dev); in cpufreq_register()1107 if (cf_dev == NULL) in cpufreq_register()1109 device_quiet(cf_dev); in cpufreq_register()1115 sc = device_get_softc(cf_dev); in cpufreq_register()1124 device_t cf_dev; in cpufreq_unregister() local1133 if (cf_dev == NULL) { in cpufreq_unregister()1138 sc = device_get_softc(cf_dev); in cpufreq_unregister()[all …]
514 device_t cf_dev; in aw_thermal_throttle() local522 cf_dev = devclass_get_device(devclass_find("cpufreq"), 0); in aw_thermal_throttle()523 if (cf_dev == NULL) in aw_thermal_throttle()526 error = CPUFREQ_LEVELS(cf_dev, sc->levels, &count); in aw_thermal_throttle()530 error = CPUFREQ_SET(cf_dev, &sc->levels[count - 1], in aw_thermal_throttle()
714 device_t cf_dev; in tsc_levels_changed() local724 cf_dev = devclass_get_device(devclass_find("cpufreq"), unit); in tsc_levels_changed()725 if (cf_dev == NULL) { in tsc_levels_changed()735 error = CPUFREQ_LEVELS(cf_dev, levels, &count); in tsc_levels_changed()