Home
last modified time | relevance | path

Searched refs:cpufreq_dev (Results 1 – 1 of 1) sorted by relevance

/drivers/clk/
Dclk-scpi.c26 static struct platform_device *cpufreq_dev; variable
254 if (cpufreq_dev) { in scpi_clocks_remove()
255 platform_device_unregister(cpufreq_dev); in scpi_clocks_remove()
256 cpufreq_dev = NULL; in scpi_clocks_remove()
288 cpufreq_dev = platform_device_register_simple("scpi-cpufreq", in scpi_clocks_probe()
290 if (IS_ERR(cpufreq_dev)) in scpi_clocks_probe()