Home
last modified time | relevance | path

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

/linux-5.10/drivers/soc/tegra/
Dregulators-tegra30.c22 struct regulator_coupler coupler; member
29 to_tegra_coupler(struct regulator_coupler *coupler) in to_tegra_coupler()
253 static int tegra30_regulator_balance_voltage(struct regulator_coupler *coupler, in tegra30_regulator_balance_voltage()
269 static int tegra30_regulator_attach(struct regulator_coupler *coupler, in tegra30_regulator_attach()
290 static int tegra30_regulator_detach(struct regulator_coupler *coupler, in tegra30_regulator_detach()
Dregulators-tegra20.c20 struct regulator_coupler coupler; member
28 to_tegra_coupler(struct regulator_coupler *coupler) in to_tegra_coupler()
278 static int tegra20_regulator_balance_voltage(struct regulator_coupler *coupler, in tegra20_regulator_balance_voltage()
306 static int tegra20_regulator_attach(struct regulator_coupler *coupler, in tegra20_regulator_attach()
333 static int tegra20_regulator_detach(struct regulator_coupler *coupler, in tegra20_regulator_detach()
/linux-5.10/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-5.10/include/linux/regulator/
Dcoupler.h68 static inline int regulator_coupler_register(struct regulator_coupler *coupler) in regulator_coupler_register()
Ddriver.h419 struct regulator_coupler *coupler; member
/linux-5.10/drivers/regulator/
Dcore.c3862 struct regulator_coupler *coupler = c_desc->coupler; in regulator_balance_voltage() local
4937 int regulator_coupler_register(struct regulator_coupler *coupler) in regulator_coupler_register()
4949 struct regulator_coupler *coupler; in regulator_find_coupler() local
4990 struct regulator_coupler *coupler = rdev->coupling_desc.coupler; in regulator_resolve_coupling() local
5021 struct regulator_coupler *coupler = rdev->coupling_desc.coupler; in regulator_remove_coupling() local
5112 static int generic_coupler_attach(struct regulator_coupler *coupler, in generic_coupler_attach()