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()
424 hp->vtermno, hp->port.count); in hvc_close()
477 n = hp->ops->put_chars(hp->vtermno, hp->outbuf, hp->n_outbuf); in hvc_push()
653 n = hp->ops->get_chars(hp->vtermno, buf, count); in hvc_poll()
814 n = hp->ops->get_chars(hp->vtermno, &ch, 1); in hvc_poll_get_char()
829 n = hp->ops->put_chars(hp->vtermno, &ch, 1); in hvc_poll_put_char()
857 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc() argument
876 hp->vtermno = vtermno; in hvc_alloc()
894 if (vtermnos[i] == hp->vtermno && in hvc_alloc()
904 vtermnos[i] = vtermno; in hvc_alloc()