Searched refs:tegra_regulator_coupler (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/soc/tegra/ |
H A D | regulators-tegra30.c | 24 struct tegra_regulator_coupler { struct 37 static inline struct tegra_regulator_coupler * argument 40 return container_of(coupler, struct tegra_regulator_coupler, coupler); in to_tegra_coupler() 43 static int tegra30_core_limit(struct tegra_regulator_coupler *tegra, in tegra30_core_limit() 166 static int tegra30_voltage_update(struct tegra_regulator_coupler *tegra, in tegra30_voltage_update() 345 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_balance_voltage() 360 static int tegra30_regulator_prepare_suspend(struct tegra_regulator_coupler *tegra, in tegra30_regulator_prepare_suspend() 391 struct tegra_regulator_coupler *tegra; in tegra30_regulator_suspend() 394 tegra = container_of(notifier, struct tegra_regulator_coupler, in tegra30_regulator_suspend() 417 static int tegra30_regulator_prepare_reboot(struct tegra_regulator_coupler *tegra, in tegra30_regulator_prepare_reboot() [all …]
|
H A D | regulators-tegra20.c | 24 struct tegra_regulator_coupler { struct 38 static inline struct tegra_regulator_coupler * argument 41 return container_of(coupler, struct tegra_regulator_coupler, coupler); in to_tegra_coupler() 44 static int tegra20_core_limit(struct tegra_regulator_coupler *tegra, in tegra20_core_limit() 135 static int tegra20_core_rtc_update(struct tegra_regulator_coupler *tegra, in tegra20_core_rtc_update() 254 static int tegra20_core_voltage_update(struct tegra_regulator_coupler *tegra, in tegra20_core_voltage_update() 269 static int tegra20_cpu_voltage_update(struct tegra_regulator_coupler *tegra, in tegra20_cpu_voltage_update() 348 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra20_regulator_balance_voltage() 375 static int tegra20_regulator_prepare_suspend(struct tegra_regulator_coupler *tegra, in tegra20_regulator_prepare_suspend() 406 struct tegra_regulator_coupler *tegra; in tegra20_regulator_suspend() [all …]
|