Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Ddriver.h422 struct coupling_desc { struct
451 struct coupling_desc coupling_desc; member
/Linux-v4.19/drivers/regulator/
Dcore.c4148 struct coupling_desc *c_desc = &rdev->coupling_desc; in regulator_fill_coupling_array()
4166 if (rdev->coupling_desc.n_resolved < n_coupled) in regulator_fill_coupling_array()
4204 rdev->coupling_desc.coupled_rdevs[0] = rdev; in regulator_resolve_coupling()
4205 rdev->coupling_desc.n_coupled = n_phandles + 1; in regulator_resolve_coupling()
4206 rdev->coupling_desc.n_resolved++; in regulator_resolve_coupling()