Lines Matching refs:coupler
3 * Voltage regulators coupler for NVIDIA Tegra30
10 #define pr_fmt(fmt) "tegra voltage-coupler: " fmt
15 #include <linux/regulator/coupler.h>
22 struct regulator_coupler coupler;
29 to_tegra_coupler(struct regulator_coupler *coupler)
31 return container_of(coupler, struct tegra_regulator_coupler, coupler);
253 static int tegra30_regulator_balance_voltage(struct regulator_coupler *coupler,
257 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
269 static int tegra30_regulator_attach(struct regulator_coupler *coupler,
272 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
290 static int tegra30_regulator_detach(struct regulator_coupler *coupler,
293 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
309 .coupler = {
321 return regulator_coupler_register(&tegra30_coupler.coupler);