Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvc_opal.c180 pv = hvc_opal_privs[termno]; in hvc_opal_probe()
187 hvc_opal_privs[termno] = pv; in hvc_opal_probe()
195 termno, 0); in hvc_opal_probe()
199 hvc_instantiate(termno, termno, ops); in hvc_opal_probe()
214 termno); in hvc_opal_probe()
238 int rc, termno; in hvc_opal_remove() local
240 termno = hp->vtermno; in hvc_opal_remove()
245 hvc_opal_privs[termno] = NULL; in hvc_opal_remove()
290 opal_flush_console(termno); in udbg_opal_putc()
333 const __be32 *termno; in hvc_opal_init_early() local
[all …]
H A Dhvc_vio.c207 pv->termno, set, clear); in hvterm_hvsi_tiocmset()
303 int i, termno = -1; in hvc_vio_probe() local
328 termno = 0; in hvc_vio_probe()
335 termno = i; in hvc_vio_probe()
337 if (termno < 0) in hvc_vio_probe()
345 hvterm_privs[termno] = pv; in hvc_vio_probe()
347 pv->termno, 0); in hvc_vio_probe()
387 const __be32 *termno; in hvc_vio_init_early() local
395 if (termno == NULL) in hvc_vio_init_early()
397 hvterm_priv0.termno = of_read_number(termno, 1); in hvc_vio_init_early()
[all …]
H A Dhvsi_lib.c62 pv->termno); in hvsi_cd_change()
94 pv->termno); in hvsi_got_query()
140 pv->termno, type, len); in hvsi_check_packet()
169 pv->inbuf_len += pv->get_chars(pv->termno, in hvsi_get_packet()
263 pv->termno); in hvsilib_read_mctrl()
353 pv->termno); in hvsilib_establish()
376 pr_devel("HVSI@%x: open !\n", pv->termno); in hvsilib_open()
390 pr_devel("HVSI@%x: close !\n", pv->termno); in hvsilib_close()
394 pv->termno); in hvsilib_close()
417 int termno, int is_console) in hvsilib_init() argument
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dhvsi.h75 int (*get_chars)(uint32_t termno, char *buf, int count);
76 int (*put_chars)(uint32_t termno, const char *buf, int count);
77 uint32_t termno; member
83 int (*get_chars)(uint32_t termno, char *buf, int count),
84 int (*put_chars)(uint32_t termno, const char *buf,
86 int termno, int is_console);