Searched refs:c_rdev (Results 1 – 2 of 2) sorted by relevance
277 struct regulator_dev *c_rdev; in regulator_supply_is_couple() local 281 c_rdev = rdev->coupling_desc.coupled_rdevs[i]; in regulator_supply_is_couple() 283 if (rdev->supply->rdev == c_rdev) in regulator_supply_is_couple() 293 struct regulator_dev *c_rdev, *supply_rdev; in regulator_unlock_recursive() local 297 c_rdev = rdev->coupling_desc.coupled_rdevs[i - 1]; in regulator_unlock_recursive() 299 if (!c_rdev) in regulator_unlock_recursive() 302 if (c_rdev->supply && !regulator_supply_is_couple(c_rdev)) { in regulator_unlock_recursive() 303 supply_rdev = c_rdev->supply->rdev; in regulator_unlock_recursive() 310 regulator_unlock(c_rdev); in regulator_unlock_recursive() 319 struct regulator_dev *c_rdev; regulator_lock_recursive() local 5344 struct regulator_dev *c_rdev; regulator_resolve_coupling() local 5374 struct regulator_dev *__c_rdev, *c_rdev; regulator_remove_coupling() local [all...]
704 struct regulator_dev *c_rdev;710 c_rdev = of_find_regulator_by_node(c_node); in is_supply_name() 714 return c_rdev; in is_supply_name() 692 struct regulator_dev *c_rdev; of_parse_coupled_regulator() local