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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dhvc_console.c569 int i, n, poll_mask = 0; local
582 poll_mask |= HVC_POLL_WRITE;
597 poll_mask |= HVC_POLL_READ;
605 poll_mask |= HVC_POLL_READ;
622 poll_mask |= HVC_POLL_READ;
662 return poll_mask;
678 int poll_mask; local
683 poll_mask = 0;
690 poll_mask |= hvc_poll(hp);
694 poll_mask |
[all...]

Completed in 96 milliseconds