Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c1921 static u32 hotkey_acpi_mask; /* events enabled in firmware */ variable
2078 * hotkey_acpi_mask accordingly. Also resets any bits
2092 hotkey_acpi_mask = m; in hotkey_mask_get()
2095 hotkey_acpi_mask = hotkey_all_mask; in hotkey_mask_get()
2099 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); in hotkey_mask_get()
2108 ~(hotkey_acpi_mask | hotkey_source_mask) & in hotkey_mask_warn_incomplete_mask()
2118 * Also calls hotkey_mask_get to update hotkey_acpi_mask.
2144 * refresh hotkey_acpi_mask and update hotkey_user_mask in hotkey_mask_set()
2149 if (!hotkey_mask_get() && !rc && (fwmask & ~hotkey_acpi_mask)) { in hotkey_mask_set()
2151 fwmask, hotkey_acpi_mask); in hotkey_mask_set()
[all...]