Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dopp.rs759 to_result(unsafe { bindings::dev_pm_opp_sync_regulators(self.dev.as_raw()) }) in sync_regulators()
/linux/drivers/opp/
H A Dcore.c2990 int dev_pm_opp_sync_regulators(struct device *dev) in dev_pm_opp_sync_regulators() function
3019 EXPORT_SYMBOL_GPL(dev_pm_opp_sync_regulators);
/linux/drivers/soc/tegra/
H A Dpmc.c4670 err = dev_pm_opp_sync_regulators(dev); in tegra_pmc_sync_state()