Lines Matching refs:hvterm_privs
80 static struct hvterm_priv *hvterm_privs[MAX_NR_HVC_CONSOLES]; variable
86 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_raw_get_chars()
127 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_raw_put_chars()
145 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_hvsi_get_chars()
155 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_hvsi_put_chars()
165 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_open()
179 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_close()
190 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_hangup()
201 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_tiocmget()
211 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_tiocmset()
238 if (!hvterm_privs[0]) in udbg_hvc_putc()
245 switch(hvterm_privs[0]->proto) { in udbg_hvc_putc()
261 if (!hvterm_privs[0]) in udbg_hvc_getc_poll()
264 switch(hvterm_privs[0]->proto) { in udbg_hvc_getc_poll()
281 if (!hvterm_privs[0]) in udbg_hvc_getc()
326 if (hvterm_privs[0] == &hvterm_priv0 && in hvc_vio_probe()
328 pv = hvterm_privs[0]; in hvc_vio_probe()
335 if (!hvterm_privs[i]) in hvc_vio_probe()
346 hvterm_privs[termno] = pv; in hvc_vio_probe()
374 if (hvterm_privs[termno] != &hvterm_priv0) in hvc_vio_remove()
375 kfree(hvterm_privs[termno]); in hvc_vio_remove()
376 hvterm_privs[termno] = NULL; in hvc_vio_remove()
428 hvterm_privs[0] = &hvterm_priv0; in hvc_vio_init_early()
466 hvterm_privs[0] = &hvterm_priv0; in udbg_init_debug_lpar()
479 hvterm_privs[0] = &hvterm_priv0; in udbg_init_debug_lpar_hvsi()