Searched refs:cpu_regulator (Results 1 – 1 of 1) sorted by relevance
24 static struct regulator *cpu_regulator; variable28 if (cpu_regulator && regulator_is_enabled(cpu_regulator)) in regulator_poweroff_do_poweroff()29 regulator_force_disable(cpu_regulator); in regulator_poweroff_do_poweroff()47 cpu_regulator = devm_regulator_get(&pdev->dev, "cpu"); in regulator_poweroff_probe()48 if (IS_ERR(cpu_regulator)) in regulator_poweroff_probe()49 return PTR_ERR(cpu_regulator); in regulator_poweroff_probe()
Completed in 2 milliseconds