Searched refs:__of_parse_phandle_with_args (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | base.c | 1375 static int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args() function 1445 if (__of_parse_phandle_with_args(np, phandle_name, NULL, 0, in of_parse_phandle() 1498 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 1581 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map() 1724 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A 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); variable 1375 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
|
H A D | property.c | 1119 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
|
Completed in 11 milliseconds