Searched refs:of_parse_phandle_with_args_map (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/of/ |
A D | unittest.c | 588 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map() 646 rc = of_parse_phandle_with_args_map(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args_map() 656 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map() 669 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args_map() 682 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args_map()
|
A D | base.c | 1521 int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function 1661 EXPORT_SYMBOL(of_parse_phandle_with_args_map);
|
/linux-6.3-rc2/include/linux/ |
A D | of.h | 381 extern int of_parse_phandle_with_args_map(const struct device_node *np, 728 static inline int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpiolib-of.c | 352 ret = of_parse_phandle_with_args_map(np, propname, "gpio", index, in of_get_named_gpiod_flags()
|
Completed in 19 milliseconds