Lines Matching refs:hotkey_acpi_mask
2048 static u32 hotkey_acpi_mask; /* events enabled in firmware */ variable
2107 hotkey_acpi_mask = m; in hotkey_mask_get()
2110 hotkey_acpi_mask = hotkey_all_mask; in hotkey_mask_get()
2114 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); in hotkey_mask_get()
2123 ~(hotkey_acpi_mask | hotkey_source_mask) & in hotkey_mask_warn_incomplete_mask()
2164 if (!hotkey_mask_get() && !rc && (fwmask & ~hotkey_acpi_mask)) { in hotkey_mask_set()
2167 fwmask, hotkey_acpi_mask); in hotkey_mask_set()
2203 hotkey_user_mask = mask & (hotkey_acpi_mask | hotkey_source_mask); in hotkey_user_mask_set()
2232 rc = hotkey_mask_set((hotkey_acpi_mask | hotkey_driver_mask) & in tpacpi_hotkey_driver_mask_set()
2790 r_ev = hotkey_driver_mask & ~(hotkey_acpi_mask & hotkey_all_mask) in hotkey_source_mask_store()
3403 hotkey_orig_mask = hotkey_acpi_mask; in hotkey_init()
3406 hotkey_acpi_mask = hotkey_all_mask; in hotkey_init()
3532 hotkey_user_mask = (hotkey_acpi_mask | hotkey_source_mask) in hotkey_init()
3536 hotkey_user_mask, hotkey_acpi_mask, hotkey_source_mask); in hotkey_init()
3996 hotkey_mask_set(hotkey_acpi_mask) < 0) in hotkey_resume()