Lines Matching refs:hotkey_source_mask

2006 static u32 hotkey_source_mask;		/* bit mask 0=ACPI,1=NVRAM */  variable
2019 #define hotkey_source_mask 0U macro
2224 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); in hotkey_mask_get()
2233 ~(hotkey_acpi_mask | hotkey_source_mask) & in hotkey_mask_warn_incomplete_mask()
2254 const u32 fwmask = mask & ~hotkey_source_mask; in hotkey_mask_set()
2307 rc = hotkey_mask_set((mask | hotkey_driver_mask) & ~hotkey_source_mask); in hotkey_user_mask_set()
2310 hotkey_user_mask = mask & (hotkey_acpi_mask | hotkey_source_mask); in hotkey_user_mask_set()
2335 hotkey_source_mask |= (mask & ~hotkey_all_mask); in tpacpi_hotkey_driver_mask_set()
2340 ~hotkey_source_mask); in tpacpi_hotkey_driver_mask_set()
2604 poll_mask = hotkey_source_mask; in hotkey_kthread()
2605 event_mask = hotkey_source_mask & in hotkey_kthread()
2632 poll_mask = hotkey_source_mask; in hotkey_kthread()
2633 event_mask = hotkey_source_mask & in hotkey_kthread()
2666 const u32 poll_driver_mask = hotkey_driver_mask & hotkey_source_mask; in hotkey_poll_setup()
2667 const u32 poll_user_mask = hotkey_user_mask & hotkey_source_mask; in hotkey_poll_setup()
2738 !(hotkey_source_mask & hotkey_driver_mask)) in hotkey_inputdev_close()
2843 hotkey_all_mask | hotkey_source_mask); in hotkey_all_mask_show()
2854 hotkey_adaptive_all_mask | hotkey_source_mask); in hotkey_adaptive_all_mask_show()
2865 (hotkey_all_mask | hotkey_source_mask) in hotkey_recommended_mask_show()
2878 return snprintf(buf, PAGE_SIZE, "0x%08x\n", hotkey_source_mask); in hotkey_source_mask_show()
2897 hotkey_source_mask = t; in hotkey_source_mask_store() local
2901 ~hotkey_source_mask); in hotkey_source_mask_store()
2906 & ~hotkey_source_mask & TPACPI_HKEY_NVRAM_KNOWN_MASK; in hotkey_source_mask_store()
2922 static DEVICE_ATTR_RW(hotkey_source_mask);
3712 hotkey_source_mask = TPACPI_HKEY_NVRAM_GOOD_MASK in hotkey_init()
3718 hotkey_source_mask, hotkey_poll_freq); in hotkey_init()
3730 & ~hotkey_source_mask); in hotkey_init()
3735 hotkey_user_mask = (hotkey_acpi_mask | hotkey_source_mask) in hotkey_init()
3739 hotkey_user_mask, hotkey_acpi_mask, hotkey_source_mask); in hotkey_init()
3908 if (!(hotkey_source_mask & (1 << scancode))) { in hotkey_notify_hotkey()
4346 mask = (hotkey_all_mask | hotkey_source_mask) in hotkey_write()