Lines Matching refs:bcm2835_cpufreq_softc
90 struct bcm2835_cpufreq_softc { struct
150 bcm2835_cpufreq_get_clock_rate(struct bcm2835_cpufreq_softc *sc, in bcm2835_cpufreq_get_clock_rate()
191 bcm2835_cpufreq_get_max_clock_rate(struct bcm2835_cpufreq_softc *sc, in bcm2835_cpufreq_get_max_clock_rate()
232 bcm2835_cpufreq_get_min_clock_rate(struct bcm2835_cpufreq_softc *sc, in bcm2835_cpufreq_get_min_clock_rate()
273 bcm2835_cpufreq_set_clock_rate(struct bcm2835_cpufreq_softc *sc, in bcm2835_cpufreq_set_clock_rate()
341 bcm2835_cpufreq_get_turbo(struct bcm2835_cpufreq_softc *sc) in bcm2835_cpufreq_get_turbo()
380 bcm2835_cpufreq_set_turbo(struct bcm2835_cpufreq_softc *sc, uint32_t level) in bcm2835_cpufreq_set_turbo()
426 bcm2835_cpufreq_get_voltage(struct bcm2835_cpufreq_softc *sc, in bcm2835_cpufreq_get_voltage()
466 bcm2835_cpufreq_get_max_voltage(struct bcm2835_cpufreq_softc *sc, in bcm2835_cpufreq_get_max_voltage()
505 bcm2835_cpufreq_get_min_voltage(struct bcm2835_cpufreq_softc *sc, in bcm2835_cpufreq_get_min_voltage()
545 bcm2835_cpufreq_set_voltage(struct bcm2835_cpufreq_softc *sc, in bcm2835_cpufreq_set_voltage()
597 bcm2835_cpufreq_get_temperature(struct bcm2835_cpufreq_softc *sc) in bcm2835_cpufreq_get_temperature()
638 struct bcm2835_cpufreq_softc *sc = arg1; in sysctl_bcm2835_cpufreq_arm_freq()
670 struct bcm2835_cpufreq_softc *sc = arg1; in sysctl_bcm2835_cpufreq_core_freq()
704 struct bcm2835_cpufreq_softc *sc = arg1; in sysctl_bcm2835_cpufreq_sdram_freq()
737 struct bcm2835_cpufreq_softc *sc = arg1; in sysctl_bcm2835_cpufreq_turbo()
773 struct bcm2835_cpufreq_softc *sc = arg1; in sysctl_bcm2835_cpufreq_voltage_core()
809 struct bcm2835_cpufreq_softc *sc = arg1; in sysctl_bcm2835_cpufreq_voltage_sdram_c()
847 struct bcm2835_cpufreq_softc *sc = arg1; in sysctl_bcm2835_cpufreq_voltage_sdram_i()
884 struct bcm2835_cpufreq_softc *sc = arg1; in sysctl_bcm2835_cpufreq_voltage_sdram_p()
921 struct bcm2835_cpufreq_softc *sc = arg1; in sysctl_bcm2835_cpufreq_voltage_sdram()
969 struct bcm2835_cpufreq_softc *sc = arg1; in sysctl_bcm2835_cpufreq_temperature()
991 struct bcm2835_cpufreq_softc *sc = arg1; in sysctl_bcm2835_devcpu_temperature()
1016 struct bcm2835_cpufreq_softc *sc = arg; in bcm2835_cpufreq_init()
1227 struct bcm2835_cpufreq_softc *sc; in bcm2835_cpufreq_attach()
1351 struct bcm2835_cpufreq_softc *sc; in bcm2835_cpufreq_set()
1446 struct bcm2835_cpufreq_softc *sc; in bcm2835_cpufreq_get()
1484 struct bcm2835_cpufreq_softc *sc; in bcm2835_cpufreq_make_freq_list()
1526 struct bcm2835_cpufreq_softc *sc; in bcm2835_cpufreq_settings()
1575 sizeof(struct bcm2835_cpufreq_softc),