Lines Matching +full:stdout +full:- +full:path
65 return -1; in mv64x60_udbg_getc_poll()
72 struct device_node *np, *mpscintr, *stdout = NULL; in mv64x60_udbg_init() local
73 const char *path; in mv64x60_udbg_init() local
80 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in mv64x60_udbg_init()
81 if (!path) in mv64x60_udbg_init()
84 stdout = of_find_node_by_path(path); in mv64x60_udbg_init()
85 if (!stdout) in mv64x60_udbg_init()
88 for_each_compatible_node(np, "serial", "marvell,mv64360-mpsc") { in mv64x60_udbg_init()
89 if (np == stdout) in mv64x60_udbg_init()
93 of_node_put(stdout); in mv64x60_udbg_init()
97 block_index = of_get_property(np, "cell-index", NULL); in mv64x60_udbg_init()