Lines Matching refs:vtermno
102 u32 vtermno; member
250 static struct port *find_port_by_vtermno(u32 vtermno) in find_port_by_vtermno() argument
258 if (cons->vtermno == vtermno) { in find_port_by_vtermno()
1129 static int put_chars(u32 vtermno, const char *buf, int count) in put_chars() argument
1135 return early_put_chars(vtermno, buf, count); in put_chars()
1137 port = find_port_by_vtermno(vtermno); in put_chars()
1152 static int get_chars(u32 vtermno, char *buf, int count) in get_chars() argument
1160 port = find_port_by_vtermno(vtermno); in get_chars()
1191 port = find_port_by_vtermno(hp->vtermno); in notifier_add_vio()
1251 port->cons.vtermno = pdrvdata.next_vtermno; in init_port_console()
1253 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()
1336 "console_vtermno: %u\n", port->cons.vtermno); in debugfs_read()