Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c2024 static u32 hotkey_acpi_mask; /* events enabled in firmware */ variable
2186 * hotkey_acpi_mask accordingly. Also resets any bits
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()
2226 * Also calls hotkey_mask_get to update hotkey_acpi_mask.
2252 * refresh hotkey_acpi_mask and update hotkey_user_mask in hotkey_mask_set()
2257 if (!hotkey_mask_get() && !rc && (fwmask & ~hotkey_acpi_mask)) { in hotkey_mask_set()
2259 fwmask, hotkey_acpi_mask); in hotkey_mask_set()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c1900 static u32 hotkey_acpi_mask; /* events enabled in firmware */ variable
2060 * hotkey_acpi_mask accordingly. Also resets any bits
2074 hotkey_acpi_mask = m; in hotkey_mask_get()
2077 hotkey_acpi_mask = hotkey_all_mask; in hotkey_mask_get()
2081 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); in hotkey_mask_get()
2090 ~(hotkey_acpi_mask | hotkey_source_mask) & in hotkey_mask_warn_incomplete_mask()
2100 * Also calls hotkey_mask_get to update hotkey_acpi_mask.
2126 * refresh hotkey_acpi_mask and update hotkey_user_mask in hotkey_mask_set()
2131 if (!hotkey_mask_get() && !rc && (fwmask & ~hotkey_acpi_mask)) { in hotkey_mask_set()
2133 fwmask, hotkey_acpi_mask); in hotkey_mask_set()
[all...]

Completed in 15 milliseconds