Home
last modified time | relevance | path

Searched defs:coupler (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/soc/tegra/
Dregulators-tegra30.c24 struct regulator_coupler coupler; member
34 to_tegra_coupler(struct regulator_coupler *coupler) in to_tegra_coupler()
281 static int tegra30_regulator_balance_voltage(struct regulator_coupler *coupler, in tegra30_regulator_balance_voltage()
344 static int tegra30_regulator_attach(struct regulator_coupler *coupler, in tegra30_regulator_attach()
365 static int tegra30_regulator_detach(struct regulator_coupler *coupler, in tegra30_regulator_detach()
Dregulators-tegra20.c23 struct regulator_coupler coupler; member
34 to_tegra_coupler(struct regulator_coupler *coupler) in to_tegra_coupler()
307 static int tegra20_regulator_balance_voltage(struct regulator_coupler *coupler, in tegra20_regulator_balance_voltage()
382 static int tegra20_regulator_attach(struct regulator_coupler *coupler, in tegra20_regulator_attach()
409 static int tegra20_regulator_detach(struct regulator_coupler *coupler, in tegra20_regulator_detach()
/Linux-v5.15/drivers/soc/samsung/
Dexynos-regulator-coupler.c119 static int exynos_coupler_balance_voltage(struct regulator_coupler *coupler, in exynos_coupler_balance_voltage()
203 static int exynos_coupler_attach(struct regulator_coupler *coupler, in exynos_coupler_attach()
/Linux-v5.15/include/linux/regulator/
Dcoupler.h67 static inline int regulator_coupler_register(struct regulator_coupler *coupler) in regulator_coupler_register()
Ddriver.h588 struct regulator_coupler *coupler; member
/Linux-v5.15/drivers/regulator/
Dcore.c3986 struct regulator_coupler *coupler = c_desc->coupler; in regulator_balance_voltage() local
5108 int regulator_coupler_register(struct regulator_coupler *coupler) in regulator_coupler_register()
5120 struct regulator_coupler *coupler; in regulator_find_coupler() local
5161 struct regulator_coupler *coupler = rdev->coupling_desc.coupler; in regulator_resolve_coupling() local
5192 struct regulator_coupler *coupler = rdev->coupling_desc.coupler; in regulator_remove_coupling() local
5283 static int generic_coupler_attach(struct regulator_coupler *coupler, in generic_coupler_attach()