Searched refs:c_rdev (Results 1 – 2 of 2) sorted by relevance
281 struct regulator_dev *c_rdev; in regulator_supply_is_couple() local303 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() local329 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 …]
882 struct regulator_dev *c_rdev; in of_parse_coupled_regulator() local888 c_rdev = of_find_regulator_by_node(c_node); in of_parse_coupled_regulator()892 return c_rdev; in of_parse_coupled_regulator()