Searched refs:hotkey_acpi_mask (Results 1 – 1 of 1) sorted by relevance
2047 static u32 hotkey_acpi_mask; /* events enabled in firmware */ variable2223 hotkey_acpi_mask = m; in hotkey_mask_get()2226 hotkey_acpi_mask = hotkey_all_mask; in hotkey_mask_get()2230 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); in hotkey_mask_get()2239 ~(hotkey_acpi_mask | hotkey_source_mask) & in hotkey_mask_warn_incomplete_mask()2280 if (!hotkey_mask_get() && !rc && (fwmask & ~hotkey_acpi_mask)) { in hotkey_mask_set()2282 fwmask, hotkey_acpi_mask); in hotkey_mask_set()2316 hotkey_user_mask = mask & (hotkey_acpi_mask | hotkey_source_mask); in hotkey_user_mask_set()2345 rc = hotkey_mask_set((hotkey_acpi_mask | hotkey_driver_mask) & in tpacpi_hotkey_driver_mask_set()2911 r_ev = hotkey_driver_mask & ~(hotkey_acpi_mask & hotkey_all_mask) in hotkey_source_mask_store()[all …]