Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/soc/samsung/
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()
/linux-6.3-rc2/drivers/regulator/
A Dcore.c216 c_rdev = rdev->coupling_desc.coupled_rdevs[i]; in regulator_supply_is_couple()
3982 c_rdevs = c_desc->coupled_rdevs; in regulator_do_balance_voltage()
5275 if (c_desc->coupled_rdevs[i]) in regulator_resolve_coupling()
5289 c_desc->coupled_rdevs[i] = c_rdev; in regulator_resolve_coupling()
5308 c_rdev = c_desc->coupled_rdevs[i]; in regulator_remove_coupling()
5319 __c_rdev = __c_desc->coupled_rdevs[k]; in regulator_remove_coupling()
5322 __c_desc->coupled_rdevs[k] = NULL; in regulator_remove_coupling()
5330 c_desc->coupled_rdevs[i] = NULL; in regulator_remove_coupling()
5341 kfree(rdev->coupling_desc.coupled_rdevs); in regulator_remove_coupling()
5342 rdev->coupling_desc.coupled_rdevs = NULL; in regulator_remove_coupling()
[all …]
/linux-6.3-rc2/include/linux/regulator/
A Ddriver.h595 struct regulator_dev **coupled_rdevs; member
/linux-6.3-rc2/drivers/soc/tegra/
A Dregulators-tegra20.c102 rdev = c_desc->coupled_rdevs[i]; in tegra20_core_rtc_max_spread()

Completed in 15 milliseconds