Lines Matching refs:hotkey_source_mask

2014 static u32 hotkey_source_mask;		/* bit mask 0=ACPI,1=NVRAM */  variable
2027 #define hotkey_source_mask 0U macro
2114 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); in hotkey_mask_get()
2123 ~(hotkey_acpi_mask | hotkey_source_mask) & in hotkey_mask_warn_incomplete_mask()
2144 const u32 fwmask = mask & ~hotkey_source_mask; in hotkey_mask_set()
2200 rc = hotkey_mask_set((mask | hotkey_driver_mask) & ~hotkey_source_mask); in hotkey_user_mask_set()
2203 hotkey_user_mask = mask & (hotkey_acpi_mask | hotkey_source_mask); in hotkey_user_mask_set()
2228 hotkey_source_mask |= (mask & ~hotkey_all_mask); in tpacpi_hotkey_driver_mask_set()
2233 ~hotkey_source_mask); in tpacpi_hotkey_driver_mask_set()
2497 poll_mask = hotkey_source_mask; in hotkey_kthread()
2498 event_mask = hotkey_source_mask & in hotkey_kthread()
2525 poll_mask = hotkey_source_mask; in hotkey_kthread()
2526 event_mask = hotkey_source_mask & in hotkey_kthread()
2559 const u32 poll_driver_mask = hotkey_driver_mask & hotkey_source_mask; in hotkey_poll_setup()
2560 const u32 poll_user_mask = hotkey_user_mask & hotkey_source_mask; in hotkey_poll_setup()
2634 !(hotkey_source_mask & hotkey_driver_mask)) in hotkey_inputdev_close()
2739 hotkey_all_mask | hotkey_source_mask); in hotkey_all_mask_show()
2750 (hotkey_all_mask | hotkey_source_mask) in hotkey_recommended_mask_show()
2763 return snprintf(buf, PAGE_SIZE, "0x%08x\n", hotkey_source_mask); in hotkey_source_mask_show()
2782 hotkey_source_mask = t; in hotkey_source_mask_store() local
2786 ~hotkey_source_mask); in hotkey_source_mask_store()
2791 & ~hotkey_source_mask & TPACPI_HKEY_NVRAM_KNOWN_MASK; in hotkey_source_mask_store()
2809 static DEVICE_ATTR_RW(hotkey_source_mask);
3509 hotkey_source_mask = TPACPI_HKEY_NVRAM_GOOD_MASK in hotkey_init()
3515 hotkey_source_mask, hotkey_poll_freq); in hotkey_init()
3527 & ~hotkey_source_mask); in hotkey_init()
3532 hotkey_user_mask = (hotkey_acpi_mask | hotkey_source_mask) in hotkey_init()
3536 hotkey_user_mask, hotkey_acpi_mask, hotkey_source_mask); in hotkey_init()
3696 if (!(hotkey_source_mask & (1 << scancode))) { in hotkey_notify_hotkey()
4080 mask = (hotkey_all_mask | hotkey_source_mask) in hotkey_write()