Searched refs:hvterm_priv0 (Results 1 – 1 of 1) sorted by relevance
67 static struct hvterm_priv hvterm_priv0; variable311 if (hvterm_privs[0] == &hvterm_priv0 && in hvc_vio_probe()312 vdev->unit_address == hvterm_priv0.termno) { in hvc_vio_probe()392 hvterm_priv0.termno = of_read_number(termno, 1); in hvc_vio_init_early()393 spin_lock_init(&hvterm_priv0.buf_lock); in hvc_vio_init_early()394 hvterm_privs[0] = &hvterm_priv0; in hvc_vio_init_early()398 hvterm_priv0.proto = HV_PROTOCOL_RAW; in hvc_vio_init_early()402 hvterm_priv0.proto = HV_PROTOCOL_HVSI; in hvc_vio_init_early()404 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_init_early()405 hvterm_priv0.termno, 1); in hvc_vio_init_early()[all …]