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

/linux-master/drivers/tty/hvc/
H A Dhvc_opal.c160 unsigned int termno, irq, boot = 0; local
177 termno = reg ? be32_to_cpup(reg) : 0;
180 if (hvc_opal_privs[termno] == &hvc_opal_boot_priv) {
181 pv = hvc_opal_privs[termno];
183 } else if (hvc_opal_privs[termno] == NULL) {
188 hvc_opal_privs[termno] = pv;
196 termno, 0);
200 hvc_instantiate(termno, termno, ops);
203 dev->dev.of_node, termno);
239 int termno; local
269 unsigned int termno = hvc_opal_boot_termno; local
294 unsigned int termno = hvc_opal_boot_termno; local
331 const __be32 *termno; local
[all...]
H A Dhvc_vio.c57 u32 termno; /* HV term number */ member in struct:hvterm_priv
83 pv->left = hvc_get_chars(pv->termno, pv->buf, count);
126 return hvc_put_chars(pv->termno, buf, count);
163 pr_devel("HVSI@%x: open !\n", pv->termno);
176 pr_devel("HVSI@%x: do close !\n", pv->termno);
187 pr_devel("HVSI@%x: do hangup !\n", pv->termno);
209 pv->termno, set, clear);
305 int i, termno = -1; local
328 vdev->unit_address == hvterm_priv0.termno) {
330 termno
389 const __be32 *termno; local
[all...]
H A Dhvsi_lib.c15 return pv->put_chars(pv->termno, (u8 *)packet, packet->len);
26 pr_devel("HVSI@%x: Handshaking started\n", pv->termno);
62 pv->termno);
94 pv->termno);
140 pv->termno, type, len);
169 pv->inbuf_len += pv->get_chars(pv->termno,
226 pr_devel("HVSI@%x: returning -EPIPE\n", pv->termno);
265 pv->termno);
273 pr_devel("HVSI@%x: Error %d...\n", pv->termno, rc);
303 pr_devel("HVSI@%x: %s DTR...\n", pv->termno,
415 hvsilib_init(struct hvsi_priv *pv, ssize_t (*get_chars)(uint32_t termno, u8 *buf, size_t count), ssize_t (*put_chars)(uint32_t termno, const u8 *buf, size_t count), int termno, int is_console) argument
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dhvsi.h75 ssize_t (*get_chars)(uint32_t termno, u8 *buf, size_t count);
76 ssize_t (*put_chars)(uint32_t termno, const u8 *buf, size_t count);
77 uint32_t termno; member in struct:hvsi_priv
83 ssize_t (*get_chars)(uint32_t termno, u8 *buf,
85 ssize_t (*put_chars)(uint32_t termno, const u8 *buf,
87 int termno, int is_console);

Completed in 222 milliseconds