Home
last modified time | relevance | path

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

/linux-6.15/include/linux/regulator/
H A 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-6.15/drivers/soc/mediatek/
H A Dmtk-regulator-coupler.c154 return regulator_coupler_register(&mediatek_coupler.coupler); in mediatek_regulator_coupler_init()
/linux-6.15/drivers/soc/samsung/
H A Dexynos-regulator-coupler.c219 return regulator_coupler_register(&exynos_coupler); in exynos_coupler_init()
/linux-6.15/drivers/soc/tegra/
H A Dregulators-tegra30.c532 return regulator_coupler_register(&tegra30_coupler.coupler); in tegra_regulator_coupler_init()
H A Dregulators-tegra20.c558 return regulator_coupler_register(&tegra20_coupler.coupler); in tegra_regulator_coupler_init()
/linux-6.15/drivers/regulator/
H A Dcore.c5515 int regulator_coupler_register(struct regulator_coupler *coupler) in regulator_coupler_register() function
6434 regulator_coupler_register(&generic_regulator_coupler); in regulator_init()