Lines Matching refs:hotkey_all_mask
1917 static u32 hotkey_all_mask; /* all events supported in fw */ variable
2096 hotkey_acpi_mask = hotkey_all_mask; in hotkey_mask_get()
2110 (hotkey_all_mask | TPACPI_HKEY_NVRAM_KNOWN_MASK); in hotkey_mask_warn_incomplete_mask()
2211 hotkey_source_mask |= (mask & ~hotkey_all_mask); in tpacpi_hotkey_driver_mask_set()
2749 hotkey_all_mask | hotkey_source_mask); in hotkey_all_mask_show()
2752 static DEVICE_ATTR_RO(hotkey_all_mask);
2771 (hotkey_all_mask | hotkey_source_mask) in hotkey_recommended_mask_show()
2811 r_ev = hotkey_driver_mask & ~(hotkey_acpi_mask & hotkey_all_mask) in hotkey_source_mask_store()
3356 if (!acpi_evalf(hkey_handle, &hotkey_all_mask, in hotkey_init()
3361 hotkey_all_mask = 0x080cU; in hotkey_init()
3373 if (!acpi_evalf(hkey_handle, &hotkey_all_mask, in hotkey_init()
3378 hotkey_all_mask = 0x080cU; in hotkey_init()
3410 if (!tp_features.hotkey_mask && !hotkey_all_mask && in hotkey_init()
3412 hotkey_all_mask = 0x080cU; /* FN+F12, FN+F4, FN+F3 */ in hotkey_init()
3426 hotkey_orig_mask = hotkey_all_mask; in hotkey_init()
3427 hotkey_acpi_mask = hotkey_all_mask; in hotkey_init()
3500 & ~hotkey_all_mask in hotkey_init()
3516 res = hotkey_mask_set(((hotkey_all_mask & ~hotkey_reserved_mask) in hotkey_init()
4004 if (hotkey_all_mask) { in hotkey_read()
4045 mask = (hotkey_all_mask | hotkey_source_mask) in hotkey_write()