Searched refs:hvterm_priv0 (Results 1 – 1 of 1) sorted by relevance
67 static struct hvterm_priv hvterm_priv0; variable327 if (hvterm_privs[0] == &hvterm_priv0 && in hvc_vio_probe()328 vdev->unit_address == hvterm_priv0.termno) { in hvc_vio_probe()399 hvterm_priv0.termno = of_read_number(termno, 1); in hvc_vio_init_early()400 spin_lock_init(&hvterm_priv0.buf_lock); in hvc_vio_init_early()401 hvterm_privs[0] = &hvterm_priv0; in hvc_vio_init_early()405 hvterm_priv0.proto = HV_PROTOCOL_RAW; in hvc_vio_init_early()409 hvterm_priv0.proto = HV_PROTOCOL_HVSI; in hvc_vio_init_early()411 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_init_early()412 hvterm_priv0.termno, 1); in hvc_vio_init_early()[all …]