Searched refs:hotkey_user_mask (Results 1 – 1 of 1) sorted by relevance
1919 static u32 hotkey_user_mask; /* events visible to userspace */ variable2098 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); in hotkey_mask_get()2277 if (!(hotkey_user_mask & (1 << scancode))) in tpacpi_input_send_key()2504 (hotkey_driver_mask | hotkey_user_mask); in hotkey_kthread()2532 (hotkey_driver_mask | hotkey_user_mask); in hotkey_kthread()2688 return sysfs_emit(buf, "0x%08x\n", hotkey_user_mask); in hotkey_mask_show()2804 rc = hotkey_mask_set((hotkey_user_mask | hotkey_driver_mask) & in hotkey_source_mask_store()3522 hotkey_user_mask = (hotkey_acpi_mask | hotkey_source_mask) in hotkey_init()3526 hotkey_user_mask, hotkey_acpi_mask, hotkey_source_mask); in hotkey_init()4007 seq_printf(m, "mask:\t\t0x%08x\n", hotkey_user_mask); in hotkey_read()[all …]