Lines Matching refs:coupler
20 struct regulator_coupler coupler; member
28 to_tegra_coupler(struct regulator_coupler *coupler) in to_tegra_coupler() argument
30 return container_of(coupler, struct tegra_regulator_coupler, coupler); in to_tegra_coupler()
278 static int tegra20_regulator_balance_voltage(struct regulator_coupler *coupler, in tegra20_regulator_balance_voltage() argument
282 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra20_regulator_balance_voltage()
306 static int tegra20_regulator_attach(struct regulator_coupler *coupler, in tegra20_regulator_attach() argument
309 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra20_regulator_attach()
333 static int tegra20_regulator_detach(struct regulator_coupler *coupler, in tegra20_regulator_detach() argument
336 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra20_regulator_detach()
357 .coupler = {
369 return regulator_coupler_register(&tegra20_coupler.coupler); in tegra_regulator_coupler_init()