Searched refs:hvterm_priv0 (Results 1 – 1 of 1) sorted by relevance
67 static struct hvterm_priv hvterm_priv0; variable325 if (hvterm_privs[0] == &hvterm_priv0 && in hvc_vio_probe()326 vdev->unit_address == hvterm_priv0.termno) { in hvc_vio_probe()397 hvterm_priv0.termno = of_read_number(termno, 1); in hvc_vio_init_early()398 spin_lock_init(&hvterm_priv0.buf_lock); in hvc_vio_init_early()399 hvterm_privs[0] = &hvterm_priv0; in hvc_vio_init_early()403 hvterm_priv0.proto = HV_PROTOCOL_RAW; in hvc_vio_init_early()407 hvterm_priv0.proto = HV_PROTOCOL_HVSI; in hvc_vio_init_early()409 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_init_early()410 hvterm_priv0.termno, 1); in hvc_vio_init_early()[all …]