Searched refs:cpu_regulator (Results 1 – 1 of 1) sorted by relevance
23 struct regulator *cpu_regulator = data->cb_data; in regulator_poweroff_do_poweroff() local25 if (cpu_regulator && regulator_is_enabled(cpu_regulator)) in regulator_poweroff_do_poweroff()26 regulator_force_disable(cpu_regulator); in regulator_poweroff_do_poweroff()38 struct regulator *cpu_regulator; in regulator_poweroff_probe() local40 cpu_regulator = devm_regulator_get(&pdev->dev, "cpu"); in regulator_poweroff_probe()41 if (IS_ERR(cpu_regulator)) in regulator_poweroff_probe()42 return PTR_ERR(cpu_regulator); in regulator_poweroff_probe()49 cpu_regulator); in regulator_poweroff_probe()
Completed in 14 milliseconds