Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/of/
Dunittest.c515 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map()
573 rc = of_parse_phandle_with_args_map(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args_map()
579 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map()
585 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args_map()
591 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args_map()
Dbase.c1578 int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function
1718 EXPORT_SYMBOL(of_parse_phandle_with_args_map);
/Linux-v5.4/include/linux/
Dof.h370 extern int of_parse_phandle_with_args_map(const struct device_node *np,
853 static inline int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function
/Linux-v5.4/drivers/gpio/
Dgpiolib-of.c234 ret = of_parse_phandle_with_args_map(np, propname, "gpio", index, in of_get_named_gpiod_flags()