Searched refs:of_parse_phandle_with_args_map (Results 1 – 4 of 4) sorted by relevance
| /drivers/of/ |
| A D | unittest.c | 593 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()
|
| A D | base.c | 1468 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);
|
| /drivers/gpio/ |
| A D | gpiolib-of.c | 416 ret = of_parse_phandle_with_args_map(np, propname, "gpio", index, in of_get_named_gpiod_flags()
|
| /drivers/pwm/ |
| A D | core.c | 1789 err = of_parse_phandle_with_args_map(np, "pwms", "pwm", index, &args); in of_pwm_get()
|
Completed in 25 milliseconds