Lines Matching refs:hotkey_all_mask
2036 static u32 hotkey_all_mask; /* all events supported in fw */ variable
2220 hotkey_acpi_mask = hotkey_all_mask; in hotkey_mask_get()
2234 (hotkey_all_mask | TPACPI_HKEY_NVRAM_KNOWN_MASK); in hotkey_mask_warn_incomplete_mask()
2335 hotkey_source_mask |= (mask & ~hotkey_all_mask); in tpacpi_hotkey_driver_mask_set()
2843 hotkey_all_mask | hotkey_source_mask); in hotkey_all_mask_show()
2846 static DEVICE_ATTR_RO(hotkey_all_mask);
2865 (hotkey_all_mask | hotkey_source_mask) in hotkey_recommended_mask_show()
2905 r_ev = hotkey_driver_mask & ~(hotkey_acpi_mask & hotkey_all_mask) in hotkey_source_mask_store()
3547 if (!acpi_evalf(hkey_handle, &hotkey_all_mask, in hotkey_init()
3552 hotkey_all_mask = 0x080cU; in hotkey_init()
3564 if (!acpi_evalf(hkey_handle, &hotkey_all_mask, in hotkey_init()
3569 hotkey_all_mask = 0x080cU; in hotkey_init()
3607 if (!tp_features.hotkey_mask && !hotkey_all_mask && in hotkey_init()
3609 hotkey_all_mask = 0x080cU; /* FN+F12, FN+F4, FN+F3 */ in hotkey_init()
3621 hotkey_orig_mask = hotkey_all_mask; in hotkey_init()
3622 hotkey_acpi_mask = hotkey_all_mask; in hotkey_init()
3713 & ~hotkey_all_mask in hotkey_init()
3728 res = hotkey_mask_set(((hotkey_all_mask & ~hotkey_reserved_mask) in hotkey_init()
4305 if (hotkey_all_mask) { in hotkey_read()
4346 mask = (hotkey_all_mask | hotkey_source_mask) in hotkey_write()