Lines Matching refs:vtermno
272 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) in hvc_instantiate() argument
289 vtermnos[index] = vtermno; in hvc_instantiate()
425 hp->vtermno, hp->port.count); in hvc_close()
478 n = hp->ops->put_chars(hp->vtermno, hp->outbuf, hp->n_outbuf); in hvc_push()
654 n = hp->ops->get_chars(hp->vtermno, buf, count); in hvc_poll()
815 n = hp->ops->get_chars(hp->vtermno, &ch, 1); in hvc_poll_get_char()
830 n = hp->ops->put_chars(hp->vtermno, &ch, 1); in hvc_poll_put_char()
858 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc() argument
877 hp->vtermno = vtermno; in hvc_alloc()
895 if (vtermnos[i] == hp->vtermno && in hvc_alloc()
905 vtermnos[i] = vtermno; in hvc_alloc()