Home
last modified time | relevance | path

Searched refs:hotkey_adaptive_all_mask (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c2020 static u32 hotkey_adaptive_all_mask; /* all adaptive events supported in fw */ variable
2837 hotkey_adaptive_all_mask | hotkey_source_mask); in hotkey_adaptive_all_mask_show()
2840 static DEVICE_ATTR_RO(hotkey_adaptive_all_mask);
3558 if (acpi_evalf(hkey_handle, &hotkey_adaptive_all_mask, in hotkey_init()
3560 if (hotkey_adaptive_all_mask != 0) { in hotkey_init()
3570 hotkey_adaptive_all_mask = 0x0U; in hotkey_init()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c1896 static u32 hotkey_adaptive_all_mask; /* all adaptive events supported in fw */ variable
2714 hotkey_adaptive_all_mask | hotkey_source_mask); in hotkey_adaptive_all_mask_show()
2717 static DEVICE_ATTR_RO(hotkey_adaptive_all_mask);
3442 if (acpi_evalf(hkey_handle, &hotkey_adaptive_all_mask, in hotkey_init()
3444 if (hotkey_adaptive_all_mask != 0) in hotkey_init()
3448 hotkey_adaptive_all_mask = 0x0U; in hotkey_init()

Completed in 26 milliseconds