Searched refs:termno (Results 1 - 3 of 3) sorted by relevance

/drivers/tty/hvc/
H A Dhvc_vio.c72 u32 termno; /* HV term number */ member in struct:hvterm_priv
98 pv->left = hvc_get_chars(pv->termno, pv->buf, count);
132 return hvc_put_chars(pv->termno, buf, count);
168 pr_devel("HVSI@%x: open !\n", pv->termno);
181 pr_devel("HVSI@%x: do close !\n", pv->termno);
192 pr_devel("HVSI@%x: do hangup !\n", pv->termno);
214 pv->termno, set, clear);
304 int i, termno = -1; local
327 vdev->unit_address == hvterm_priv0.termno) {
329 termno
369 int rc, termno; local
407 const __be32 *termno; local
[all...]
H A Dhvc_opal.c183 unsigned int termno, boot = 0; local
201 termno = reg ? be32_to_cpup(reg) : 0;
204 if (hvc_opal_privs[termno] == &hvc_opal_boot_priv) {
205 pv = hvc_opal_privs[termno];
207 } else if (hvc_opal_privs[termno] == NULL) {
212 hvc_opal_privs[termno] = pv;
215 termno, 0);
218 hvc_instantiate(termno, termno, ops);
221 dev->dev.of_node->full_name, termno);
248 int rc, termno; local
282 unsigned int termno = hvc_opal_boot_termno; local
302 unsigned int termno = hvc_opal_boot_termno; local
346 const __be32 *termno; local
[all...]
H A Dhvsi_lib.c14 return pv->put_chars(pv->termno, (char *)packet, packet->len);
25 pr_devel("HVSI@%x: Handshaking started\n", pv->termno);
61 pv->termno);
93 pv->termno);
139 pv->termno, type, len);
168 pv->inbuf_len += pv->get_chars(pv->termno,
224 pr_devel("HVSI@%x: returning -EPIPE\n", pv->termno);
262 pv->termno);
270 pr_devel("HVSI@%x: Error %d...\n", pv->termno, rc);
300 pr_devel("HVSI@%x: %s DTR...\n", pv->termno,
413 hvsilib_init(struct hvsi_priv *pv, int (*get_chars)(uint32_t termno, char *buf, int count), int (*put_chars)(uint32_t termno, const char *buf, int count), int termno, int is_console) argument
[all...]

Completed in 73 milliseconds