Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/soc/mediatek/
Dmtk-regulator-coupler.c153 return regulator_coupler_register(&mediatek_coupler.coupler); in mediatek_regulator_coupler_init()
/Linux-v6.6/drivers/soc/samsung/
Dexynos-regulator-coupler.c219 return regulator_coupler_register(&exynos_coupler); in exynos_coupler_init()
/Linux-v6.6/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-v6.6/drivers/regulator/
Dcore.c5278 int regulator_coupler_register(struct regulator_coupler *coupler) in regulator_coupler_register() function
6185 regulator_coupler_register(&generic_regulator_coupler); in regulator_init()