Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dof_regulator.c579 struct regulator_dev *c_rdev; in of_parse_coupled_regulator() local
585 c_rdev = of_find_regulator_by_node(c_node); in of_parse_coupled_regulator()
589 return c_rdev; in of_parse_coupled_regulator()
Dcore.c4211 struct regulator_dev *c_rdev; in regulator_fill_coupling_array() local
4219 c_rdev = of_parse_coupled_regulator(rdev, i - 1); in regulator_fill_coupling_array()
4221 if (c_rdev) { in regulator_fill_coupling_array()
4222 c_desc->coupled_rdevs[i] = c_rdev; in regulator_fill_coupling_array()