Lines Matching refs:tegra_regulator_coupler
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()
409 tegra = container_of(notifier, struct tegra_regulator_coupler, in tegra20_regulator_suspend()
432 static int tegra20_regulator_prepare_reboot(struct tegra_regulator_coupler *tegra, in tegra20_regulator_prepare_reboot()
463 struct tegra_regulator_coupler *tegra; in tegra20_regulator_reboot()
469 tegra = container_of(notifier, struct tegra_regulator_coupler, in tegra20_regulator_reboot()
480 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra20_regulator_attach()
507 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra20_regulator_detach()
535 static struct tegra_regulator_coupler tegra20_coupler = {