Home
last modified time | relevance | path

Searched refs:coupled_rdevs (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/soc/samsung/
H A Dexynos-regulator-coupler.c25 struct regulator_dev **c_rdevs = c_desc->coupled_rdevs; in regulator_get_optimal_voltage()
131 c_rdevs = c_desc->coupled_rdevs; in exynos_coupler_balance_voltage()
/openbmc/linux/drivers/regulator/
H A Dcore.c281 c_rdev = rdev->coupling_desc.coupled_rdevs[i]; in regulator_supply_is_couple()
4058 c_rdevs = c_desc->coupled_rdevs; in regulator_do_balance_voltage()
5349 if (c_desc->coupled_rdevs[i]) in regulator_resolve_coupling()
5363 c_desc->coupled_rdevs[i] = c_rdev; in regulator_resolve_coupling()
5382 c_rdev = c_desc->coupled_rdevs[i]; in regulator_remove_coupling()
5393 __c_rdev = __c_desc->coupled_rdevs[k]; in regulator_remove_coupling()
5396 __c_desc->coupled_rdevs[k] = NULL; in regulator_remove_coupling()
5404 c_desc->coupled_rdevs[i] = NULL; in regulator_remove_coupling()
5415 kfree(rdev->coupling_desc.coupled_rdevs); in regulator_remove_coupling()
5416 rdev->coupling_desc.coupled_rdevs = NULL; in regulator_remove_coupling()
[all …]
/openbmc/linux/include/linux/regulator/
H A Ddriver.h599 struct regulator_dev **coupled_rdevs; member
/openbmc/linux/drivers/soc/tegra/
H A Dregulators-tegra20.c102 rdev = c_desc->coupled_rdevs[i]; in tegra20_core_rtc_max_spread()