Lines Matching refs:vtermno
80 u32 vtermno;
236 static struct port *find_port_by_vtermno(u32 vtermno)
244 if (cons->vtermno == vtermno) {
1110 static int put_chars(u32 vtermno, const char *buf, int count)
1118 return early_put_chars(vtermno, buf, count);
1120 port = find_port_by_vtermno(vtermno);
1141 static int get_chars(u32 vtermno, char *buf, int count)
1149 port = find_port_by_vtermno(vtermno);
1180 port = find_port_by_vtermno(hp->vtermno);
1244 port->cons.vtermno = ret;
1245 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE);
1251 ida_free(&vtermno_ida, port->cons.vtermno);
1307 seq_printf(s, "console_vtermno: %u\n", port->cons.vtermno);
1378 port->cons.vtermno = 0;
1531 ida_free(&vtermno_ida, port->cons.vtermno);