Searched refs:hvterm_priv0 (Results 1 – 1 of 1) sorted by relevance
81 static struct hvterm_priv hvterm_priv0; variable262 if (hvterm_privs[0] == &hvterm_priv0 && in hvc_vio_probe()263 vdev->unit_address == hvterm_priv0.termno) { in hvc_vio_probe()303 if (hvterm_privs[termno] != &hvterm_priv0) in hvc_vio_remove()342 switch(hvterm_priv0.proto) { in udbg_hvc_putc()358 switch(hvterm_priv0.proto) { in udbg_hvc_getc_poll()415 hvterm_priv0.termno = *termno; in hvc_vio_init_early()416 spin_lock_init(&hvterm_priv0.buf_lock); in hvc_vio_init_early()417 hvterm_privs[0] = &hvterm_priv0; in hvc_vio_init_early()421 hvterm_priv0.proto = HV_PROTOCOL_RAW; in hvc_vio_init_early()[all …]