Home
last modified time | relevance | path

Searched refs:__of_parse_phandle_with_args (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dof.h376 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/
Dbase.c1241 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()
Dproperty.c1147 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()