Lines Matching refs:vtermno
81 u32 vtermno; member
234 static struct port *find_port_by_vtermno(u32 vtermno) in find_port_by_vtermno() argument
242 if (cons->vtermno == vtermno) { in find_port_by_vtermno()
1107 static ssize_t put_chars(u32 vtermno, const u8 *buf, size_t count) in put_chars() argument
1114 port = find_port_by_vtermno(vtermno); in put_chars()
1135 static ssize_t get_chars(u32 vtermno, u8 *buf, size_t count) in get_chars() argument
1139 port = find_port_by_vtermno(vtermno); in get_chars()
1170 port = find_port_by_vtermno(hp->vtermno); in notifier_add_vio()
1219 port->cons.vtermno = ret; in init_port_console()
1220 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()
1226 ida_free(&vtermno_ida, port->cons.vtermno); in init_port_console()
1274 seq_printf(s, "console_vtermno: %u\n", port->cons.vtermno); in port_debugfs_show()
1344 port->cons.vtermno = 0; in add_port()
1495 ida_free(&vtermno_ida, port->cons.vtermno); in unplug_port()