__of_parse_phandle_with_args
err = __of_parse_phandle_with_args(dev->of_node, "nvidia,bpmp", NULL,
EXPORT_SYMBOL(__of_parse_phandle_with_args);
ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index,
if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index,
if (__of_parse_phandle_with_args(np, phandle_name, NULL, 0,
return __of_parse_phandle_with_args(np, list_name, cells_name,
return __of_parse_phandle_with_args(np, list_name, NULL, cell_count,
return __of_parse_phandle_with_args(np, list_name, cells_name,
extern int __of_parse_phandle_with_args(const struct device_node *np,