Home
last modified time | relevance | path

Searched refs:hvc_poll (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/tty/hvc/
Dhvc_irq.c15 if (hvc_poll(dev_instance)) in hvc_handle_interrupt()
Dhvc_console.h89 int hvc_poll(struct hvc_struct *hp);
Dhvc_console.c578 int hvc_poll(struct hvc_struct *hp) in hvc_poll() function
686 EXPORT_SYMBOL_GPL(hvc_poll);
724 poll_mask |= hvc_poll(hp); in khvcd()
/linux-2.6.39/drivers/char/
Dvirtio_console.c1504 if (is_console_port(port) && hvc_poll(port->cons.hvc)) in in_intr()