Searched refs:c_rdev (Results 1 – 2 of 2) sorted by relevance
575 struct regulator_dev *c_rdev; in of_parse_coupled_regulator() local581 c_rdev = of_find_regulator_by_node(c_node); in of_parse_coupled_regulator()585 return c_rdev; in of_parse_coupled_regulator()
4150 struct regulator_dev *c_rdev; in regulator_fill_coupling_array() local4158 c_rdev = of_parse_coupled_regulator(rdev, i - 1); in regulator_fill_coupling_array()4160 if (c_rdev) { in regulator_fill_coupling_array()4161 c_desc->coupled_rdevs[i] = c_rdev; in regulator_fill_coupling_array()