Searched refs:poll_mask (Results 1 – 2 of 2) sorted by relevance
581 int i, n, poll_mask = 0; in hvc_poll() local595 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() local717 poll_mask = 0; in khvcd()724 poll_mask |= hvc_poll(hp); in khvcd()728 poll_mask |= HVC_POLL_READ; in khvcd()[all …]
2476 u32 poll_mask, event_mask; in hotkey_kthread() local2496 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()