Searched refs:tegra_regulator_coupler (Results 1 – 2 of 2) sorted by relevance
/openbmc/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() 345 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_balance_voltage() 391 struct tegra_regulator_coupler *tegra; in tegra30_regulator_suspend() 394 tegra = container_of(notifier, struct tegra_regulator_coupler, in tegra30_regulator_suspend() 448 struct tegra_regulator_coupler *tegra; in tegra30_regulator_reboot() 454 tegra = container_of(notifier, struct tegra_regulator_coupler, in tegra30_regulator_reboot() 465 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra30_regulator_attach() [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() 348 struct tegra_regulator_coupler *tegra = to_tegra_coupler(coupler); in tegra20_regulator_balance_voltage() 406 struct tegra_regulator_coupler *tegra; in tegra20_regulator_suspend() 409 tegra = container_of(notifier, struct tegra_regulator_coupler, in tegra20_regulator_suspend() 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() [all …]
|