Searched refs:__of_parse_phandle_with_args (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | of.h | 376 extern int __of_parse_phandle_with_args(const struct device_node *np, 741 static inline int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args() function 966 if (__of_parse_phandle_with_args(np, phandle_name, NULL, 0, in of_parse_phandle() 1017 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 1057 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args() 1082 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_optional_args()
|