Lines Matching defs:hvc
29 #include "../tty/hvc/hvc_console.h"
39 * that callbacks from hvc for get_chars(), put_chars() work properly
67 /* The hvc device associated with this console port */
68 struct hvc_struct *hvc;
75 * with hvc in hvc_instantiate() and hvc_alloc(); this is the
76 * number passed on by the hvc callbacks to us to
201 * hooked up to an hvc console
327 if (port->cons.hvc)
1038 * via /dev/hvc
1172 hvc_resize(port->cons.hvc, port->cons.ws);
1225 * up with an hvc console.
1245 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE);
1246 if (IS_ERR(port->cons.hvc)) {
1247 ret = PTR_ERR(port->cons.hvc);
1249 "error %d allocating hvc for port\n", ret);
1250 port->cons.hvc = NULL;
1374 port->cons.hvc = NULL;
1530 hvc_remove(port->cons.hvc);
1626 port->cons.hvc->irq_requested = 1;
1787 if (is_console_port(port) && hvc_poll(port->cons.hvc))