hvterm_priv0       67 drivers/tty/hvc/hvc_vio.c static struct hvterm_priv hvterm_priv0;
hvterm_priv0      325 drivers/tty/hvc/hvc_vio.c 	if (hvterm_privs[0] == &hvterm_priv0 &&
hvterm_priv0      326 drivers/tty/hvc/hvc_vio.c 	    vdev->unit_address == hvterm_priv0.termno) {
hvterm_priv0      397 drivers/tty/hvc/hvc_vio.c 	hvterm_priv0.termno = of_read_number(termno, 1);
hvterm_priv0      398 drivers/tty/hvc/hvc_vio.c 	spin_lock_init(&hvterm_priv0.buf_lock);
hvterm_priv0      399 drivers/tty/hvc/hvc_vio.c 	hvterm_privs[0] = &hvterm_priv0;
hvterm_priv0      403 drivers/tty/hvc/hvc_vio.c 		hvterm_priv0.proto = HV_PROTOCOL_RAW;
hvterm_priv0      407 drivers/tty/hvc/hvc_vio.c 		hvterm_priv0.proto = HV_PROTOCOL_HVSI;
hvterm_priv0      409 drivers/tty/hvc/hvc_vio.c 		hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars,
hvterm_priv0      410 drivers/tty/hvc/hvc_vio.c 			     hvterm_priv0.termno, 1);
hvterm_priv0      412 drivers/tty/hvc/hvc_vio.c 		hvsilib_establish(&hvterm_priv0.hvsi);
hvterm_priv0      422 drivers/tty/hvc/hvc_vio.c 	if (hvterm_priv0.proto == HV_PROTOCOL_HVSI)
hvterm_priv0      445 drivers/tty/hvc/hvc_vio.c 	hvterm_privs[0] = &hvterm_priv0;
hvterm_priv0      446 drivers/tty/hvc/hvc_vio.c 	hvterm_priv0.termno = 0;
hvterm_priv0      447 drivers/tty/hvc/hvc_vio.c 	hvterm_priv0.proto = HV_PROTOCOL_RAW;
hvterm_priv0      448 drivers/tty/hvc/hvc_vio.c 	spin_lock_init(&hvterm_priv0.buf_lock);
hvterm_priv0      462 drivers/tty/hvc/hvc_vio.c 	hvterm_privs[0] = &hvterm_priv0;
hvterm_priv0      463 drivers/tty/hvc/hvc_vio.c 	hvterm_priv0.termno = CONFIG_PPC_EARLY_DEBUG_HVSI_VTERMNO;
hvterm_priv0      464 drivers/tty/hvc/hvc_vio.c 	hvterm_priv0.proto = HV_PROTOCOL_HVSI;
hvterm_priv0      465 drivers/tty/hvc/hvc_vio.c 	spin_lock_init(&hvterm_priv0.buf_lock);
hvterm_priv0      469 drivers/tty/hvc/hvc_vio.c 	hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars,
hvterm_priv0      470 drivers/tty/hvc/hvc_vio.c 		     hvterm_priv0.termno, 1);
hvterm_priv0      471 drivers/tty/hvc/hvc_vio.c 	hvsilib_establish(&hvterm_priv0.hvsi);