Home
last modified time | relevance | path

Searched refs:regulator_coupler_register (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/linux/regulator/
Dcoupler.h54 int regulator_coupler_register(struct regulator_coupler *coupler);
67 static inline int regulator_coupler_register(struct regulator_coupler *coupler) in regulator_coupler_register() function
/linux-5.19.10/drivers/soc/samsung/
Dexynos-regulator-coupler.c219 return regulator_coupler_register(&exynos_coupler); in exynos_coupler_init()
/linux-5.19.10/drivers/soc/tegra/
Dregulators-tegra30.c532 return regulator_coupler_register(&tegra30_coupler.coupler); in tegra_regulator_coupler_init()
Dregulators-tegra20.c558 return regulator_coupler_register(&tegra20_coupler.coupler); in tegra_regulator_coupler_init()
/linux-5.19.10/drivers/regulator/
Dcore.c5178 int regulator_coupler_register(struct regulator_coupler *coupler) in regulator_coupler_register() function
6072 regulator_coupler_register(&generic_regulator_coupler); in regulator_init()