of_parse_phandle_with_args_map
ret = of_parse_phandle_with_args_map(np, propname, "gpio", index,
EXPORT_SYMBOL(of_parse_phandle_with_args_map);
rc = of_parse_phandle_with_args_map(np, "phandle-list",
rc = of_parse_phandle_with_args_map(np, "phandle-list-missing",
rc = of_parse_phandle_with_args_map(np, "phandle-list",
rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-phandle",
rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-args",
err = of_parse_phandle_with_args_map(np, "pwms", "pwm", index, &args);
extern int of_parse_phandle_with_args_map(const struct device_node *np,