Searched refs:of_parse_phandle_with_args_map (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | of.h | 387 extern int of_parse_phandle_with_args_map(const struct device_node *np, 791 static inline int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function
|
| /linux/drivers/of/ |
| H A D | unittest.c | 593 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map() 662 rc = of_parse_phandle_with_args_map(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args_map() 672 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map() 685 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args_map() 698 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args_map()
|