Lines Matching refs:coupler
3 * Voltage regulators coupler for NVIDIA Tegra20
10 #define pr_fmt(fmt) "tegra voltage-coupler: " fmt
15 #include <linux/regulator/coupler.h>
20 struct regulator_coupler coupler;
28 to_tegra_coupler(struct regulator_coupler *coupler)
30 return container_of(coupler, struct tegra_regulator_coupler, coupler);
278 static int tegra20_regulator_balance_voltage(struct regulator_coupler *coupler,
282 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
306 static int tegra20_regulator_attach(struct regulator_coupler *coupler,
309 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
333 static int tegra20_regulator_detach(struct regulator_coupler *coupler,
336 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
357 .coupler = {
369 return regulator_coupler_register(&tegra20_coupler.coupler);