Lines Matching refs:hvterm_privs
65 static struct hvterm_priv *hvterm_privs[MAX_NR_HVC_CONSOLES]; variable
71 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_raw_get_chars()
121 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_raw_put_chars()
139 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_hvsi_get_chars()
150 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_hvsi_put_chars()
160 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_open()
174 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_close()
185 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_hangup()
196 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_tiocmget()
206 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_tiocmset()
234 if (!hvterm_privs[0]) in udbg_hvc_putc()
241 switch(hvterm_privs[0]->proto) { in udbg_hvc_putc()
262 if (!hvterm_privs[0]) in udbg_hvc_getc_poll()
265 switch(hvterm_privs[0]->proto) { in udbg_hvc_getc_poll()
282 if (!hvterm_privs[0]) in udbg_hvc_getc()
327 if (hvterm_privs[0] == &hvterm_priv0 && in hvc_vio_probe()
329 pv = hvterm_privs[0]; in hvc_vio_probe()
336 if (!hvterm_privs[i]) in hvc_vio_probe()
347 hvterm_privs[termno] = pv; in hvc_vio_probe()
401 hvterm_privs[0] = &hvterm_priv0; in hvc_vio_init_early()
447 hvterm_privs[0] = &hvterm_priv0; in udbg_init_debug_lpar()
464 hvterm_privs[0] = &hvterm_priv0; in udbg_init_debug_lpar_hvsi()