Lines Matching defs:coupler
3 * Voltage regulators coupler for NVIDIA Tegra20
10 #define pr_fmt(fmt) "tegra voltage-coupler: " fmt
16 #include <linux/regulator/coupler.h>
25 struct regulator_coupler coupler;
39 to_tegra_coupler(struct regulator_coupler *coupler)
41 return container_of(coupler, struct tegra_regulator_coupler, coupler);
344 static int tegra20_regulator_balance_voltage(struct regulator_coupler *coupler,
348 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
477 static int tegra20_regulator_attach(struct regulator_coupler *coupler,
480 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
504 static int tegra20_regulator_detach(struct regulator_coupler *coupler,
507 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
536 .coupler = {
558 return regulator_coupler_register(&tegra20_coupler.coupler);