n_phandles       4922 drivers/regulator/core.c 	int err, n_phandles;
n_phandles       4926 drivers/regulator/core.c 		n_phandles = 0;
n_phandles       4928 drivers/regulator/core.c 		n_phandles = of_get_n_coupled(rdev);
n_phandles       4930 drivers/regulator/core.c 	alloc_size = sizeof(*rdev) * (n_phandles + 1);
n_phandles       4941 drivers/regulator/core.c 	rdev->coupling_desc.n_coupled = n_phandles + 1;
n_phandles       4945 drivers/regulator/core.c 	if (n_phandles == 0)
n_phandles         34 drivers/regulator/of_regulator.c 	int n_phandles;
n_phandles         37 drivers/regulator/of_regulator.c 	n_phandles = of_count_phandle_with_args(np, "regulator-coupled-with",
n_phandles         39 drivers/regulator/of_regulator.c 	n_phandles = max(n_phandles, 0);
n_phandles        172 drivers/regulator/of_regulator.c 	if (n_phandles) {
n_phandles        174 drivers/regulator/of_regulator.c 				sizeof(*constraints->max_spread) * n_phandles,
n_phandles        181 drivers/regulator/of_regulator.c 					   constraints->max_spread, n_phandles);
n_phandles        489 drivers/regulator/of_regulator.c 	int n_phandles;
n_phandles        491 drivers/regulator/of_regulator.c 	n_phandles = of_count_phandle_with_args(node,
n_phandles        495 drivers/regulator/of_regulator.c 	return (n_phandles > 0) ? n_phandles : 0;
n_phandles        503 drivers/regulator/of_regulator.c 	int n_phandles, i;
n_phandles        506 drivers/regulator/of_regulator.c 	n_phandles = of_count_phandle_with_args(src,
n_phandles        510 drivers/regulator/of_regulator.c 	for (i = 0; i < n_phandles; i++) {
n_phandles        548 drivers/regulator/of_regulator.c 	int n_phandles = of_get_n_coupled(rdev);
n_phandles        555 drivers/regulator/of_regulator.c 	for (i = 0; i < n_phandles; i++) {
n_phandles        574 drivers/regulator/of_regulator.c 		if (c_n_phandles != n_phandles) {