Searched refs:coupled_rdevs (Results 1 – 4 of 4) sorted by relevance
25 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()
216 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 …]
595 struct regulator_dev **coupled_rdevs; member
102 rdev = c_desc->coupled_rdevs[i]; in tegra20_core_rtc_max_spread()
Completed in 15 milliseconds