Searched refs:supply_rdev (Results 1 – 1 of 1) sorted by relevance
293 struct regulator_dev *c_rdev, *supply_rdev; in regulator_unlock_recursive() local 303 supply_rdev = c_rdev->supply->rdev; in regulator_unlock_recursive() 304 supply_n_coupled = supply_rdev->coupling_desc.n_coupled; in regulator_unlock_recursive() 306 regulator_unlock_recursive(supply_rdev, in regulator_unlock_recursive() 1696 * @supply_rdev: supply regulator (locked))1703 struct regulator_dev *supply_rdev) in set_supply() argument 1707 rdev_dbg(rdev, "supplied by %s\n", rdev_get_name(supply_rdev)); in set_supply() 1709 if (!try_module_get(supply_rdev->owner)) in set_supply() 1712 rdev->supply = create_regulator(supply_rdev, &rdev->dev, "SUPPLY"); in set_supply() 1714 module_put(supply_rdev in set_supply() [all...]