Searched refs:of_parse_phandle_with_args_map (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/of/ |
H A D | unittest.c | 589 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map() 658 rc = of_parse_phandle_with_args_map(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args_map() 668 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map() 681 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args_map() 694 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args_map()
|
H A D | base.c | 1339 int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function 1485 EXPORT_SYMBOL(of_parse_phandle_with_args_map);
|
/openbmc/linux/include/linux/ |
H A D | of.h | 381 extern int of_parse_phandle_with_args_map(const struct device_node *np, 738 static inline int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-of.c | 388 ret = of_parse_phandle_with_args_map(np, propname, "gpio", index, in of_get_named_gpiod_flags()
|