Home
last modified time | relevance | path

Searched refs:of_parse_phandle_with_args_map (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/of/
Dunittest.c505 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map()
562 rc = of_parse_phandle_with_args_map(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args_map()
567 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map()
572 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args_map()
577 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args_map()
Dbase.c1456 int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function
1596 EXPORT_SYMBOL(of_parse_phandle_with_args_map);
/Linux-v4.19/drivers/gpio/
Dgpiolib-of.c116 ret = of_parse_phandle_with_args_map(np, propname, "gpio", index, in of_get_named_gpiod_flags()
/Linux-v4.19/include/linux/
Dof.h371 extern int of_parse_phandle_with_args_map(const struct device_node *np,
842 static inline int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function