Home
last modified time | relevance | path

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

/linux-3.3/drivers/tty/hvc/
Dhvc_vio.c82 static struct hvterm_priv hvterm_priv0; variable
263 if (hvterm_privs[0] == &hvterm_priv0 && in hvc_vio_probe()
264 vdev->unit_address == hvterm_priv0.termno) { in hvc_vio_probe()
304 if (hvterm_privs[termno] != &hvterm_priv0) in hvc_vio_remove()
349 switch(hvterm_priv0.proto) { in udbg_hvc_putc()
365 switch(hvterm_priv0.proto) { in udbg_hvc_getc_poll()
422 hvterm_priv0.termno = *termno; in hvc_vio_init_early()
423 spin_lock_init(&hvterm_priv0.buf_lock); in hvc_vio_init_early()
424 hvterm_privs[0] = &hvterm_priv0; in hvc_vio_init_early()
428 hvterm_priv0.proto = HV_PROTOCOL_RAW; in hvc_vio_init_early()
[all …]