Searched refs:__of_parse_phandle_with_args (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | of.h | 376 extern int __of_parse_phandle_with_args(const struct device_node *np, 728 static inline int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args() function 948 if (__of_parse_phandle_with_args(np, phandle_name, NULL, 0, in of_parse_phandle() 999 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 1039 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args() 1064 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_optional_args()
|
/Linux-v6.6/drivers/of/ |
D | base.c | 1241 int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args() function 1295 EXPORT_SYMBOL(__of_parse_phandle_with_args); 1375 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
|
D | property.c | 1147 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
|