Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-scpi.c37 static struct platform_device *cpufreq_dev; variable
265 if (cpufreq_dev) { in scpi_clocks_remove()
266 platform_device_unregister(cpufreq_dev); in scpi_clocks_remove()
267 cpufreq_dev = NULL; in scpi_clocks_remove()
299 cpufreq_dev = platform_device_register_simple("scpi-cpufreq", in scpi_clocks_probe()
301 if (IS_ERR(cpufreq_dev)) in scpi_clocks_probe()