Searched refs:of_parse_phandle_with_args_map (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
D | unittest.c | 580 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map() 638 rc = of_parse_phandle_with_args_map(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args_map() 648 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map() 661 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args_map() 674 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args_map()
|
D | base.c | 1545 int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function 1685 EXPORT_SYMBOL(of_parse_phandle_with_args_map);
|
/kernel/linux/linux-5.10/include/linux/ |
D | of.h | 372 extern int of_parse_phandle_with_args_map(const struct device_node *np, 868 static inline int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function
|
/kernel/linux/linux-5.10/drivers/gpio/ |
D | gpiolib-of.c | 247 ret = of_parse_phandle_with_args_map(np, propname, "gpio", index, in of_get_named_gpiod_flags()
|