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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c2037 static u32 hotkey_acpi_mask; /* events enabled in firmware */ variable
2084 * hotkey_acpi_mask accordingly. Also resets any bits
2098 hotkey_acpi_mask = m;
2101 hotkey_acpi_mask = hotkey_all_mask;
2105 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask);
2114 ~(hotkey_acpi_mask | hotkey_source_mask) &
2126 * Also calls hotkey_mask_get to update hotkey_acpi_mask.
2152 * refresh hotkey_acpi_mask and update hotkey_user_mask
2157 if (!hotkey_mask_get() && !rc && (fwmask & ~hotkey_acpi_mask)) {
2161 fwmask, hotkey_acpi_mask);
[all...]

Completed in 36 milliseconds