Lines Matching refs:coupler
22 struct regulator_coupler coupler; member
29 to_tegra_coupler(struct regulator_coupler *coupler) in to_tegra_coupler() argument
31 return container_of(coupler, struct tegra_regulator_coupler, coupler); in to_tegra_coupler()
253 static int tegra30_regulator_balance_voltage(struct regulator_coupler *coupler, in tegra30_regulator_balance_voltage() argument
257 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_balance_voltage()
269 static int tegra30_regulator_attach(struct regulator_coupler *coupler, in tegra30_regulator_attach() argument
272 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_attach()
290 static int tegra30_regulator_detach(struct regulator_coupler *coupler, in tegra30_regulator_detach() argument
293 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_detach()
309 .coupler = {
321 return regulator_coupler_register(&tegra30_coupler.coupler); in tegra_regulator_coupler_init()