Lines Matching refs:hotkey_all_mask
1895 static u32 hotkey_all_mask; /* all events supported in fw */ variable
2077 hotkey_acpi_mask = hotkey_all_mask; in hotkey_mask_get()
2091 (hotkey_all_mask | TPACPI_HKEY_NVRAM_KNOWN_MASK); in hotkey_mask_warn_incomplete_mask()
2192 hotkey_source_mask |= (mask & ~hotkey_all_mask); in tpacpi_hotkey_driver_mask_set()
2703 hotkey_all_mask | hotkey_source_mask); in hotkey_all_mask_show()
2706 static DEVICE_ATTR_RO(hotkey_all_mask);
2725 (hotkey_all_mask | hotkey_source_mask) in hotkey_recommended_mask_show()
2765 r_ev = hotkey_driver_mask & ~(hotkey_acpi_mask & hotkey_all_mask) in hotkey_source_mask_store()
3411 if (!acpi_evalf(hkey_handle, &hotkey_all_mask, in hotkey_init()
3416 hotkey_all_mask = 0x080cU; in hotkey_init()
3428 if (!acpi_evalf(hkey_handle, &hotkey_all_mask, in hotkey_init()
3433 hotkey_all_mask = 0x080cU; in hotkey_init()
3465 if (!tp_features.hotkey_mask && !hotkey_all_mask && in hotkey_init()
3467 hotkey_all_mask = 0x080cU; /* FN+F12, FN+F4, FN+F3 */ in hotkey_init()
3481 hotkey_orig_mask = hotkey_all_mask; in hotkey_init()
3482 hotkey_acpi_mask = hotkey_all_mask; in hotkey_init()
3559 & ~hotkey_all_mask in hotkey_init()
3575 res = hotkey_mask_set(((hotkey_all_mask & ~hotkey_reserved_mask) in hotkey_init()
4161 if (hotkey_all_mask) { in hotkey_read()
4202 mask = (hotkey_all_mask | hotkey_source_mask) in hotkey_write()