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

/linux-master/drivers/tty/hvc/
H A Dhvc_irq.c15 /* if hvc_poll request a repoll, then kick the hvcd thread */
16 if (hvc_poll(dev_instance))
H A Dhvc_console.h83 int hvc_poll(struct hvc_struct *hp);
H A Dhvc_console.c621 * Maximum number of bytes to get from the console driver if hvc_poll is
762 int hvc_poll(struct hvc_struct *hp) function
766 EXPORT_SYMBOL_GPL(hvc_poll); variable
787 * calling hvc_poll() who determines whether a console adapter support
/linux-master/drivers/char/
H A Dvirtio_console.c1755 if (is_console_port(port) && hvc_poll(port->cons.hvc))

Completed in 137 milliseconds