Lines Matching refs:hotkey_all_mask
2044 static u32 hotkey_all_mask; /* all events supported in fw */ variable
2110 hotkey_acpi_mask = hotkey_all_mask; in hotkey_mask_get()
2124 (hotkey_all_mask | TPACPI_HKEY_NVRAM_KNOWN_MASK); in hotkey_mask_warn_incomplete_mask()
2228 hotkey_source_mask |= (mask & ~hotkey_all_mask); in tpacpi_hotkey_driver_mask_set()
2739 hotkey_all_mask | hotkey_source_mask); in hotkey_all_mask_show()
2742 static DEVICE_ATTR_RO(hotkey_all_mask);
2750 (hotkey_all_mask | hotkey_source_mask) in hotkey_recommended_mask_show()
2790 r_ev = hotkey_driver_mask & ~(hotkey_acpi_mask & hotkey_all_mask) in hotkey_source_mask_store()
3373 if (!acpi_evalf(hkey_handle, &hotkey_all_mask, in hotkey_init()
3379 hotkey_all_mask = 0x080cU; in hotkey_init()
3391 if (!tp_features.hotkey_mask && !hotkey_all_mask && in hotkey_init()
3393 hotkey_all_mask = 0x080cU; /* FN+F12, FN+F4, FN+F3 */ in hotkey_init()
3405 hotkey_orig_mask = hotkey_all_mask; in hotkey_init()
3406 hotkey_acpi_mask = hotkey_all_mask; in hotkey_init()
3510 & ~hotkey_all_mask in hotkey_init()
3525 res = hotkey_mask_set(((hotkey_all_mask & ~hotkey_reserved_mask) in hotkey_init()
4035 if (hotkey_all_mask) { in hotkey_read()
4080 mask = (hotkey_all_mask | hotkey_source_mask) in hotkey_write()