Searched refs:__dt_parse_phandle_with_args (Results 1 – 1 of 1) sorted by relevance
/xen/xen/common/ |
A D | device_tree.c | 1549 static int __dt_parse_phandle_with_args(const struct dt_device_node *np, in __dt_parse_phandle_with_args() function 1677 if (__dt_parse_phandle_with_args(np, phandle_name, NULL, 0, in dt_parse_phandle() 1692 return __dt_parse_phandle_with_args(np, list_name, cells_name, 0, in dt_parse_phandle_with_args() 1700 return __dt_parse_phandle_with_args(np, list_name, cells_name, 0, -1, NULL); in dt_count_phandle_with_args()
|
Completed in 6 milliseconds