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

/linux-4.1.27/drivers/tty/hvc/
H A Dhvc_irq.c14 /* if hvc_poll request a repoll, then kick the hvcd thread */ hvc_handle_interrupt()
15 if (hvc_poll(dev_instance)) hvc_handle_interrupt()
H A Dhvc_console.h94 int hvc_poll(struct hvc_struct *hp);
H A Dhvc_console.c606 int hvc_poll(struct hvc_struct *hp) hvc_poll() function
713 EXPORT_SYMBOL_GPL(hvc_poll); variable
734 * calling hvc_poll() who determines whether a console adapter support
751 poll_mask |= hvc_poll(hp); khvcd()
/linux-4.1.27/drivers/char/
H A Dvirtio_console.c1823 if (is_console_port(port) && hvc_poll(port->cons.hvc)) in_intr()

Completed in 182 milliseconds