Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvc_console.c581 int i, n, poll_mask = 0; in hvc_poll() local
595 poll_mask |= HVC_POLL_WRITE; in hvc_poll()
613 poll_mask |= HVC_POLL_READ; in hvc_poll()
621 poll_mask |= HVC_POLL_READ; in hvc_poll()
638 poll_mask |= HVC_POLL_READ; in hvc_poll()
684 return poll_mask; in hvc_poll()
712 int poll_mask; in khvcd() local
717 poll_mask = 0; in khvcd()
724 poll_mask |= hvc_poll(hp); in khvcd()
728 poll_mask |= HVC_POLL_READ; in khvcd()
[all …]
/linux-2.6.39/drivers/platform/x86/
Dthinkpad_acpi.c2476 u32 poll_mask, event_mask; in hotkey_kthread() local
2496 poll_mask = hotkey_source_mask; in hotkey_kthread()
2501 hotkey_read_nvram(&s[so], poll_mask); in hotkey_kthread()
2524 poll_mask = hotkey_source_mask; in hotkey_kthread()
2530 if (likely(poll_mask)) { in hotkey_kthread()
2531 hotkey_read_nvram(&s[si], poll_mask); in hotkey_kthread()