Home
last modified time | relevance | path

Searched refs:hvterm_priv0 (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/hvc/
Dhvc_vio.c82 static struct hvterm_priv hvterm_priv0; variable
326 if (hvterm_privs[0] == &hvterm_priv0 && in hvc_vio_probe()
327 vdev->unit_address == hvterm_priv0.termno) { in hvc_vio_probe()
374 if (hvterm_privs[termno] != &hvterm_priv0) in hvc_vio_remove()
426 hvterm_priv0.termno = of_read_number(termno, 1); in hvc_vio_init_early()
427 spin_lock_init(&hvterm_priv0.buf_lock); in hvc_vio_init_early()
428 hvterm_privs[0] = &hvterm_priv0; in hvc_vio_init_early()
432 hvterm_priv0.proto = HV_PROTOCOL_RAW; in hvc_vio_init_early()
436 hvterm_priv0.proto = HV_PROTOCOL_HVSI; in hvc_vio_init_early()
438 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_init_early()
[all …]