Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dof_regulator.c575 struct regulator_dev *c_rdev; in of_parse_coupled_regulator() local
581 c_rdev = of_find_regulator_by_node(c_node); in of_parse_coupled_regulator()
585 return c_rdev; in of_parse_coupled_regulator()
Dcore.c4150 struct regulator_dev *c_rdev; in regulator_fill_coupling_array() local
4158 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()