Home
last modified time | relevance | path

Searched refs:tegra_regulator_coupler (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/tegra/
H A Dregulators-tegra20.c19 struct tegra_regulator_coupler { struct
27 static inline struct tegra_regulator_coupler * argument
30 return container_of(coupler, struct tegra_regulator_coupler, coupler); in to_tegra_coupler()
33 static int tegra20_core_limit(struct tegra_regulator_coupler *tegra, in tegra20_core_limit()
87 static int tegra20_core_rtc_update(struct tegra_regulator_coupler *tegra, in tegra20_core_rtc_update()
201 static int tegra20_core_voltage_update(struct tegra_regulator_coupler *tegra, in tegra20_core_voltage_update()
216 static int tegra20_cpu_voltage_update(struct tegra_regulator_coupler *tegra, in tegra20_cpu_voltage_update()
282 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra20_regulator_balance_voltage()
309 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra20_regulator_attach()
336 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra20_regulator_detach()
[all …]
H A Dregulators-tegra30.c21 struct tegra_regulator_coupler { struct
28 static inline struct tegra_regulator_coupler * argument
31 return container_of(coupler, struct tegra_regulator_coupler, coupler); in to_tegra_coupler()
34 static int tegra30_core_limit(struct tegra_regulator_coupler *tegra, in tegra30_core_limit()
96 static int tegra30_voltage_update(struct tegra_regulator_coupler *tegra, in tegra30_voltage_update()
257 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_balance_voltage()
272 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_attach()
293 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_detach()
308 static struct tegra_regulator_coupler tegra30_coupler = {