Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Ddriver.h18 #define MAX_COUPLED 4 macro
423 struct regulator_dev *coupled_rdevs[MAX_COUPLED];
/Linux-v4.19/drivers/regulator/
Dcore.c4195 if (n_phandles + 1 > MAX_COUPLED) { in regulator_resolve_coupling()