Lines Matching refs:hotkey_all_mask
1896 static u32 hotkey_all_mask; /* all events supported in fw */ variable
2078 hotkey_acpi_mask = hotkey_all_mask; in hotkey_mask_get()
2092 (hotkey_all_mask | TPACPI_HKEY_NVRAM_KNOWN_MASK); in hotkey_mask_warn_incomplete_mask()
2193 hotkey_source_mask |= (mask & ~hotkey_all_mask); in tpacpi_hotkey_driver_mask_set()
2704 hotkey_all_mask | hotkey_source_mask); in hotkey_all_mask_show()
2707 static DEVICE_ATTR_RO(hotkey_all_mask);
2726 (hotkey_all_mask | hotkey_source_mask) in hotkey_recommended_mask_show()
2766 r_ev = hotkey_driver_mask & ~(hotkey_acpi_mask & hotkey_all_mask) in hotkey_source_mask_store()
3413 if (!acpi_evalf(hkey_handle, &hotkey_all_mask, in hotkey_init()
3418 hotkey_all_mask = 0x080cU; in hotkey_init()
3430 if (!acpi_evalf(hkey_handle, &hotkey_all_mask, in hotkey_init()
3435 hotkey_all_mask = 0x080cU; in hotkey_init()
3467 if (!tp_features.hotkey_mask && !hotkey_all_mask && in hotkey_init()
3469 hotkey_all_mask = 0x080cU; /* FN+F12, FN+F4, FN+F3 */ in hotkey_init()
3483 hotkey_orig_mask = hotkey_all_mask; in hotkey_init()
3484 hotkey_acpi_mask = hotkey_all_mask; in hotkey_init()
3561 & ~hotkey_all_mask in hotkey_init()
3577 res = hotkey_mask_set(((hotkey_all_mask & ~hotkey_reserved_mask) in hotkey_init()
4167 if (hotkey_all_mask) { in hotkey_read()
4208 mask = (hotkey_all_mask | hotkey_source_mask) in hotkey_write()