Searched refs:__of_parse_phandle_with_args (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| A D | of.h | 372 extern int __of_parse_phandle_with_args(const struct device_node *np, 736 static inline int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args() function 964 if (__of_parse_phandle_with_args(np, phandle_name, NULL, 0, in of_parse_phandle() 1015 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 1055 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args() 1080 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_optional_args()
|
| /linux/drivers/of/ |
| A D | base.c | 1294 int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args() function 1348 EXPORT_SYMBOL(__of_parse_phandle_with_args); 1416 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
|
| A D | property.c | 1112 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
|
Completed in 17 milliseconds