Lines Matching refs:tegra_regulator_coupler
24 struct tegra_regulator_coupler { struct
37 static inline struct tegra_regulator_coupler * argument
40 return container_of(coupler, struct tegra_regulator_coupler, coupler); in to_tegra_coupler()
43 static int tegra30_core_limit(struct tegra_regulator_coupler *tegra, in tegra30_core_limit()
166 static int tegra30_voltage_update(struct tegra_regulator_coupler *tegra, in tegra30_voltage_update()
345 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_balance_voltage()
360 static int tegra30_regulator_prepare_suspend(struct tegra_regulator_coupler *tegra, in tegra30_regulator_prepare_suspend()
391 struct tegra_regulator_coupler *tegra; in tegra30_regulator_suspend()
394 tegra = container_of(notifier, struct tegra_regulator_coupler, in tegra30_regulator_suspend()
417 static int tegra30_regulator_prepare_reboot(struct tegra_regulator_coupler *tegra, in tegra30_regulator_prepare_reboot()
448 struct tegra_regulator_coupler *tegra; in tegra30_regulator_reboot()
454 tegra = container_of(notifier, struct tegra_regulator_coupler, in tegra30_regulator_reboot()
465 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_attach()
486 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_detach()
509 static struct tegra_regulator_coupler tegra30_coupler = {