Lines Matching refs:hotkey_source_mask

1998 static u32 hotkey_source_mask;		/* bit mask 0=ACPI,1=NVRAM */  variable
2011 #define hotkey_source_mask 0U macro
2216 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); in hotkey_mask_get()
2225 ~(hotkey_acpi_mask | hotkey_source_mask) & in hotkey_mask_warn_incomplete_mask()
2246 const u32 fwmask = mask & ~hotkey_source_mask; in hotkey_mask_set()
2299 rc = hotkey_mask_set((mask | hotkey_driver_mask) & ~hotkey_source_mask); in hotkey_user_mask_set()
2302 hotkey_user_mask = mask & (hotkey_acpi_mask | hotkey_source_mask); in hotkey_user_mask_set()
2327 hotkey_source_mask |= (mask & ~hotkey_all_mask); in tpacpi_hotkey_driver_mask_set()
2332 ~hotkey_source_mask); in tpacpi_hotkey_driver_mask_set()
2596 poll_mask = hotkey_source_mask; in hotkey_kthread()
2597 event_mask = hotkey_source_mask & in hotkey_kthread()
2624 poll_mask = hotkey_source_mask; in hotkey_kthread()
2625 event_mask = hotkey_source_mask & in hotkey_kthread()
2658 const u32 poll_driver_mask = hotkey_driver_mask & hotkey_source_mask; in hotkey_poll_setup()
2659 const u32 poll_user_mask = hotkey_user_mask & hotkey_source_mask; in hotkey_poll_setup()
2730 !(hotkey_source_mask & hotkey_driver_mask)) in hotkey_inputdev_close()
2835 hotkey_all_mask | hotkey_source_mask); in hotkey_all_mask_show()
2846 hotkey_adaptive_all_mask | hotkey_source_mask); in hotkey_adaptive_all_mask_show()
2857 (hotkey_all_mask | hotkey_source_mask) in hotkey_recommended_mask_show()
2870 return snprintf(buf, PAGE_SIZE, "0x%08x\n", hotkey_source_mask); in hotkey_source_mask_show()
2889 hotkey_source_mask = t; in hotkey_source_mask_store() local
2893 ~hotkey_source_mask); in hotkey_source_mask_store()
2898 & ~hotkey_source_mask & TPACPI_HKEY_NVRAM_KNOWN_MASK; in hotkey_source_mask_store()
2914 static DEVICE_ATTR_RW(hotkey_source_mask);
3704 hotkey_source_mask = TPACPI_HKEY_NVRAM_GOOD_MASK in hotkey_init()
3710 hotkey_source_mask, hotkey_poll_freq); in hotkey_init()
3722 & ~hotkey_source_mask); in hotkey_init()
3727 hotkey_user_mask = (hotkey_acpi_mask | hotkey_source_mask) in hotkey_init()
3731 hotkey_user_mask, hotkey_acpi_mask, hotkey_source_mask); in hotkey_init()
3900 if (!(hotkey_source_mask & (1 << scancode))) { in hotkey_notify_hotkey()
4314 mask = (hotkey_all_mask | hotkey_source_mask) in hotkey_write()