Searched refs:__of_parse_phandle_with_args (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | of.h | 384 extern int __of_parse_phandle_with_args(const struct device_node *np, 793 static inline int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args() function 1057 if (__of_parse_phandle_with_args(np, phandle_name, NULL, 0, in of_parse_phandle() 1108 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 1148 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args() 1173 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_optional_args()
|
| /linux/drivers/of/ |
| H A D | property.c | 1307 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
|