Lines Matching defs:coupler
3 * Voltage regulators coupler for NVIDIA Tegra30
10 #define pr_fmt(fmt) "tegra voltage-coupler: " fmt
16 #include <linux/regulator/coupler.h>
25 struct regulator_coupler coupler;
38 to_tegra_coupler(struct regulator_coupler *coupler)
40 return container_of(coupler, struct tegra_regulator_coupler, coupler);
341 static int tegra30_regulator_balance_voltage(struct regulator_coupler *coupler,
345 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
462 static int tegra30_regulator_attach(struct regulator_coupler *coupler,
465 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
483 static int tegra30_regulator_detach(struct regulator_coupler *coupler,
486 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler);
510 .coupler = {
532 return regulator_coupler_register(&tegra30_coupler.coupler);