Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dthinkpad_acpi.c2024 static u32 hotkey_acpi_mask; /* events enabled in firmware */ variable
2200 hotkey_acpi_mask = m; in hotkey_mask_get()
2203 hotkey_acpi_mask = hotkey_all_mask; in hotkey_mask_get()
2207 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); in hotkey_mask_get()
2216 ~(hotkey_acpi_mask | hotkey_source_mask) & in hotkey_mask_warn_incomplete_mask()
2257 if (!hotkey_mask_get() && !rc && (fwmask & ~hotkey_acpi_mask)) { in hotkey_mask_set()
2259 fwmask, hotkey_acpi_mask); in hotkey_mask_set()
2293 hotkey_user_mask = mask & (hotkey_acpi_mask | hotkey_source_mask); in hotkey_user_mask_set()
2322 rc = hotkey_mask_set((hotkey_acpi_mask | hotkey_driver_mask) & in tpacpi_hotkey_driver_mask_set()
2888 r_ev = hotkey_driver_mask & ~(hotkey_acpi_mask & hotkey_all_mask) in hotkey_source_mask_store()
[all …]