cpufreq_dt         17 drivers/cpufreq/raspberrypi-cpufreq.c static struct platform_device *cpufreq_dt;
cpufreq_dt         53 drivers/cpufreq/raspberrypi-cpufreq.c 	cpufreq_dt = platform_device_register_simple("cpufreq-dt", -1, NULL, 0);
cpufreq_dt         54 drivers/cpufreq/raspberrypi-cpufreq.c 	ret = PTR_ERR_OR_ZERO(cpufreq_dt);
cpufreq_dt         76 drivers/cpufreq/raspberrypi-cpufreq.c 	platform_device_unregister(cpufreq_dt);