Lines Matching refs:hvc
90 struct hvc_struct *hvc; member
341 if (port->cons.hvc) in is_console_port()
1183 hvc_resize(port->cons.hvc, port->cons.ws); in resize_console()
1253 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()
1254 if (IS_ERR(port->cons.hvc)) { in init_port_console()
1255 ret = PTR_ERR(port->cons.hvc); in init_port_console()
1258 port->cons.hvc = NULL; in init_port_console()
1411 port->cons.hvc = NULL; in add_port()
1579 hvc_remove(port->cons.hvc); in unplug_port()
1674 port->cons.hvc->irq_requested = 1; in handle_control_message()
1823 if (is_console_port(port) && hvc_poll(port->cons.hvc)) in in_intr()