Lines Matching refs:coupler
25 struct regulator_coupler coupler; member
38 to_tegra_coupler(struct regulator_coupler *coupler) in to_tegra_coupler() argument
40 return container_of(coupler, struct tegra_regulator_coupler, coupler); in to_tegra_coupler()
341 static int tegra30_regulator_balance_voltage(struct regulator_coupler *coupler, in tegra30_regulator_balance_voltage() argument
345 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_balance_voltage()
462 static int tegra30_regulator_attach(struct regulator_coupler *coupler, in tegra30_regulator_attach() argument
465 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_attach()
483 static int tegra30_regulator_detach(struct regulator_coupler *coupler, in tegra30_regulator_detach() argument
486 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_detach()
510 .coupler = {
532 return regulator_coupler_register(&tegra30_coupler.coupler); in tegra_regulator_coupler_init()