Searched refs:__of_parse_phandle_with_args (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | of.h | 367 extern int __of_parse_phandle_with_args(const struct device_node *np, 707 static inline int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args() function 916 if (__of_parse_phandle_with_args(np, phandle_name, NULL, 0, in of_parse_phandle() 967 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 1007 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()
|
| /Linux-v6.1/drivers/of/ |
| D | base.c | 1423 int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args() function 1477 EXPORT_SYMBOL(__of_parse_phandle_with_args); 1557 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
|