Lines Matching refs:vtermno
113 static int __hvc_flush(const struct hv_ops *ops, uint32_t vtermno, bool wait)
119 return ops->flush(vtermno, wait);
123 static int hvc_console_flush(const struct hv_ops *ops, uint32_t vtermno)
125 return __hvc_flush(ops, vtermno, false);
133 return __hvc_flush(hp->ops, hp->vtermno, true);
285 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops)
302 vtermnos[index] = vtermno;
427 hp->vtermno, hp->port.count);
480 n = hp->ops->put_chars(hp->vtermno, hp->outbuf, hp->n_outbuf);
685 n = hp->ops->get_chars(hp->vtermno, buf, count);
868 n = hp->ops->get_chars(hp->vtermno, &ch, 1);
883 n = hp->ops->put_chars(hp->vtermno, &ch, 1);
911 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data,
930 hp->vtermno = vtermno;
948 if (vtermnos[i] == hp->vtermno &&
966 vtermnos[i] = vtermno;