Home
last modified time | relevance | path

Searched refs:c_rdev (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/regulator/
H A Dcore.c281 struct regulator_dev *c_rdev; in regulator_supply_is_couple() local
303 if (!c_rdev) in regulator_unlock_recursive()
306 if (c_rdev->supply && !regulator_supply_is_couple(c_rdev)) { in regulator_unlock_recursive()
314 regulator_unlock(c_rdev); in regulator_unlock_recursive()
323 struct regulator_dev *c_rdev; in regulator_lock_recursive() local
329 if (!c_rdev) in regulator_lock_recursive()
347 if (c_rdev->supply && !regulator_supply_is_couple(c_rdev)) { in regulator_lock_recursive()
353 regulator_unlock(c_rdev); in regulator_lock_recursive()
5581 if (!c_rdev) in regulator_resolve_coupling()
5611 if (!c_rdev) in regulator_remove_coupling()
[all …]
H A Dof_regulator.c882 struct regulator_dev *c_rdev; in of_parse_coupled_regulator() local
888 c_rdev = of_find_regulator_by_node(c_node); in of_parse_coupled_regulator()
892 return c_rdev; in of_parse_coupled_regulator()