Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dof.h384 extern int of_parse_phandle_with_args_map(const struct device_node *np,
773 static inline int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function
/linux-6.15/drivers/of/
H A Dunittest.c593 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map()
662 rc = of_parse_phandle_with_args_map(np, "phandle-list-missing", in of_unittest_parse_phandle_with_args_map()
672 rc = of_parse_phandle_with_args_map(np, "phandle-list", in of_unittest_parse_phandle_with_args_map()
685 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-phandle", in of_unittest_parse_phandle_with_args_map()
698 rc = of_parse_phandle_with_args_map(np, "phandle-list-bad-args", in of_unittest_parse_phandle_with_args_map()
H A Dbase.c1468 int of_parse_phandle_with_args_map(const struct device_node *np, in of_parse_phandle_with_args_map() function
1595 EXPORT_SYMBOL(of_parse_phandle_with_args_map);
/linux-6.15/drivers/gpio/
H A Dgpiolib-of.c407 ret = of_parse_phandle_with_args_map(np, propname, "gpio", index, in of_get_named_gpiod_flags()
/linux-6.15/drivers/pwm/
H A Dcore.c1736 err = of_parse_phandle_with_args_map(np, "pwms", "pwm", index, &args); in of_pwm_get()