Home
last modified time | relevance | path

Searched refs:console_open_chan (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dchan.h37 extern int console_open_chan(struct line *line, struct console *co);
H A Dstdio_console.c133 return console_open_chan(line, co); in uml_console_setup()
H A Dssl.c132 return console_open_chan(line, co); in ssl_console_setup()
H A Dchan_kern.c278 int console_open_chan(struct line *line, struct console *co) in console_open_chan() function