Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c2018 static u32 hotkey_orig_mask; /* events the BIOS had enabled */ variable
2815 return snprintf(buf, PAGE_SIZE, "0x%08x\n", hotkey_orig_mask); in hotkey_bios_mask_show()
3153 hotkey_mask_set(hotkey_orig_mask)) | in hotkey_exit()
3591 /* Init hotkey_acpi_mask and hotkey_orig_mask */ in hotkey_init()
3594 * the first hotkey_mask_get to return hotkey_orig_mask */ in hotkey_init()
3599 hotkey_orig_mask = hotkey_acpi_mask; in hotkey_init()
3601 hotkey_orig_mask = hotkey_all_mask; in hotkey_init()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c1894 static u32 hotkey_orig_mask; /* events the BIOS had enabled */ variable
2692 return sysfs_emit(buf, "0x%08x\n", hotkey_orig_mask); in hotkey_bios_mask_show()
3055 hotkey_mask_set(hotkey_orig_mask)) | in hotkey_exit()
3469 /* Init hotkey_acpi_mask and hotkey_orig_mask */ in hotkey_init()
3472 * the first hotkey_mask_get to return hotkey_orig_mask */ in hotkey_init()
3479 hotkey_orig_mask = hotkey_acpi_mask; in hotkey_init()
3481 hotkey_orig_mask = hotkey_all_mask; in hotkey_init()

Completed in 26 milliseconds