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

/linux-4.4.14/drivers/platform/x86/
H A Dthinkpad_acpi.c2047 static u32 hotkey_user_mask; /* events visible to userspace */ variable
2094 * from hotkey_user_mask that are unavailable to be
2114 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); hotkey_mask_get()
2135 * NOTE: does not set bits in hotkey_user_mask, but may reset them.
2159 * refresh hotkey_acpi_mask and update hotkey_user_mask hotkey_mask_set()
2177 * Sets hotkey_user_mask and tries to set the firmware mask
2199 * this syncs everything but won't enable bits in hotkey_user_mask */ hotkey_user_mask_set()
2202 /* Enable the available bits in hotkey_user_mask */ hotkey_user_mask_set()
2203 hotkey_user_mask = mask & (hotkey_acpi_mask | hotkey_source_mask); hotkey_user_mask_set()
2297 if (hotkey_user_mask & (1 << scancode)) tpacpi_input_send_key_masked()
2473 * hotkey_user_mask or hotkey_driver_mask, though.
2499 (hotkey_driver_mask | hotkey_user_mask); hotkey_kthread()
2527 (hotkey_driver_mask | hotkey_user_mask); hotkey_kthread()
2560 const u32 poll_user_mask = hotkey_user_mask & hotkey_source_mask; hotkey_poll_setup()
2680 return snprintf(buf, PAGE_SIZE, "0x%08x\n", hotkey_user_mask); hotkey_mask_show()
2785 rc = hotkey_mask_set((hotkey_user_mask | hotkey_driver_mask) & hotkey_source_mask_store()
3532 hotkey_user_mask = (hotkey_acpi_mask | hotkey_source_mask) hotkey_init()
3536 hotkey_user_mask, hotkey_acpi_mask, hotkey_source_mask); hotkey_init()
4036 seq_printf(m, "mask:\t\t0x%08x\n", hotkey_user_mask); hotkey_read()
4070 mask = hotkey_user_mask; hotkey_write()

Completed in 98 milliseconds