Searched refs:cpufreq_dt (Results 1 – 3 of 3) sorted by relevance
40 static void tegra20_cpufreq_dt_unregister(void *cpufreq_dt) in tegra20_cpufreq_dt_unregister() argument42 platform_device_unregister(cpufreq_dt); in tegra20_cpufreq_dt_unregister()47 struct platform_device *cpufreq_dt; in tegra20_cpufreq_probe() local85 cpufreq_dt = platform_device_register_simple("cpufreq-dt", -1, NULL, 0); in tegra20_cpufreq_probe()86 err = PTR_ERR_OR_ZERO(cpufreq_dt); in tegra20_cpufreq_probe()95 cpufreq_dt); in tegra20_cpufreq_probe()
16 struct platform_device *cpufreq_dt; member44 struct platform_device *cpufreq_dt; in airoha_cpufreq_probe() local70 cpufreq_dt = platform_device_register_simple("cpufreq-dt", -1, NULL, 0); in airoha_cpufreq_probe()71 ret = PTR_ERR_OR_ZERO(cpufreq_dt); in airoha_cpufreq_probe()77 priv->cpufreq_dt = cpufreq_dt; in airoha_cpufreq_probe()94 platform_device_unregister(priv->cpufreq_dt); in airoha_cpufreq_remove()
17 static struct platform_device *cpufreq_dt; variable53 cpufreq_dt = platform_device_register_simple("cpufreq-dt", -1, NULL, 0); in raspberrypi_cpufreq_probe()54 ret = PTR_ERR_OR_ZERO(cpufreq_dt); in raspberrypi_cpufreq_probe()76 platform_device_unregister(cpufreq_dt); in raspberrypi_cpufreq_remove()