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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dhvc_irq.c14 /* if hvc_poll request a repoll, then kick the hvcd thread */
15 if (hvc_poll(dev_instance))
H A Dhvc_console.h89 int hvc_poll(struct hvc_struct *hp);
H A Dhvc_console.c578 int hvc_poll(struct hvc_struct *hp) function
685 EXPORT_SYMBOL_GPL(hvc_poll); variable
706 * calling hvc_poll() who determines whether a console adapter support
724 poll_mask |= hvc_poll(hp);
H A Dvirtio_console.c1343 if (is_console_port(port) && hvc_poll(port->cons.hvc))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dhvc_irq.c14 /* if hvc_poll request a repoll, then kick the hvcd thread */
15 if (hvc_poll(dev_instance))
H A Dhvc_console.h89 int hvc_poll(struct hvc_struct *hp);
H A Dhvc_console.c578 int hvc_poll(struct hvc_struct *hp) function
685 EXPORT_SYMBOL_GPL(hvc_poll); variable
706 * calling hvc_poll() who determines whether a console adapter support
724 poll_mask |= hvc_poll(hp);
H A Dvirtio_console.c1343 if (is_console_port(port) && hvc_poll(port->cons.hvc))

Completed in 180 milliseconds