Home
last modified time | relevance | path

Searched refs:hotkey_driver_mask (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/platform/x86/
Dthinkpad_acpi.c1912 static u32 hotkey_driver_mask; /* events needed by the driver */ variable
2103 const u32 wantedmask = hotkey_driver_mask & in hotkey_mask_warn_incomplete_mask()
2178 rc = hotkey_mask_set((mask | hotkey_driver_mask) & ~hotkey_source_mask); in hotkey_user_mask_set()
2197 hotkey_driver_mask = mask; in tpacpi_hotkey_driver_mask_set()
2204 hotkey_driver_mask = mask; in tpacpi_hotkey_driver_mask_set() local
2210 rc = hotkey_mask_set((hotkey_acpi_mask | hotkey_driver_mask) & in tpacpi_hotkey_driver_mask_set()
2477 (hotkey_driver_mask | hotkey_user_mask); in hotkey_kthread()
2505 (hotkey_driver_mask | hotkey_user_mask); in hotkey_kthread()
2537 const u32 poll_driver_mask = hotkey_driver_mask & hotkey_source_mask; in hotkey_poll_setup()
2609 !(hotkey_source_mask & hotkey_driver_mask)) in hotkey_inputdev_close()
[all …]