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

/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c1902 static u32 hotkey_acpi_mask; /* events enabled in firmware */ variable
2062 * hotkey_acpi_mask accordingly. Also resets any bits
2076 hotkey_acpi_mask = m;
2079 hotkey_acpi_mask = hotkey_all_mask;
2083 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask);
2092 ~(hotkey_acpi_mask | hotkey_source_mask) &
2102 * Also calls hotkey_mask_get to update hotkey_acpi_mask.
2128 * refresh hotkey_acpi_mask and update hotkey_user_mask
2133 if (!hotkey_mask_get() && !rc && (fwmask & ~hotkey_acpi_mask)) {
2135 fwmask, hotkey_acpi_mask);
[all...]

Completed in 130 milliseconds