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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvc_console.c581 int i, n, poll_mask = 0; local
595 poll_mask |= HVC_POLL_WRITE;
613 poll_mask |= HVC_POLL_READ;
621 poll_mask |= HVC_POLL_READ;
638 poll_mask |= HVC_POLL_READ;
683 return poll_mask;
711 int poll_mask; local
717 poll_mask = 0;
724 poll_mask |= hvc_poll(hp);
728 poll_mask |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c2478 u32 poll_mask, event_mask; local
2498 poll_mask = hotkey_source_mask;
2503 hotkey_read_nvram(&s[so], poll_mask);
2526 poll_mask = hotkey_source_mask;
2532 if (likely(poll_mask)) {
2533 hotkey_read_nvram(&s[si], poll_mask);

Completed in 100 milliseconds