Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-scpi.c25 static struct platform_device *cpufreq_dev; variable
253 if (cpufreq_dev) { in scpi_clocks_remove()
254 platform_device_unregister(cpufreq_dev); in scpi_clocks_remove()
255 cpufreq_dev = NULL; in scpi_clocks_remove()
286 cpufreq_dev = platform_device_register_simple("scpi-cpufreq", in scpi_clocks_probe()
288 if (IS_ERR(cpufreq_dev)) in scpi_clocks_probe()