Lines Matching defs:hvc
28 #include "../tty/hvc/hvc_console.h"
37 * that callbacks from hvc for get_chars(), put_chars() work properly
51 * This is used to keep track of the number of hvc consoles
75 /* The hvc device associated with this console port */
76 struct hvc_struct *hvc;
83 * with hvc in hvc_instantiate() and hvc_alloc(); this is the
84 * number passed on by the hvc callbacks to us to
207 * hooked up to an hvc console
333 if (port->cons.hvc)
1044 * via /dev/hvc
1178 hvc_resize(port->cons.hvc, port->cons.ws);
1231 * up with an hvc console.
1248 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE);
1249 if (IS_ERR(port->cons.hvc)) {
1250 ret = PTR_ERR(port->cons.hvc);
1252 "error %d allocating hvc for port\n", ret);
1253 port->cons.hvc = NULL;
1377 port->cons.hvc = NULL;
1536 hvc_remove(port->cons.hvc);
1631 port->cons.hvc->irq_requested = 1;
1793 if (is_console_port(port) && hvc_poll(port->cons.hvc))