Home
last modified time | relevance | path

Searched refs:hotkey_acpi_mask (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c1900 static u32 hotkey_acpi_mask; /* events enabled in firmware */ variable
2074 hotkey_acpi_mask = m; in hotkey_mask_get()
2077 hotkey_acpi_mask = hotkey_all_mask; in hotkey_mask_get()
2081 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); in hotkey_mask_get()
2090 ~(hotkey_acpi_mask | hotkey_source_mask) & in hotkey_mask_warn_incomplete_mask()
2133 fwmask, hotkey_acpi_mask); in hotkey_mask_set()
3480 hotkey_orig_mask = hotkey_acpi_mask; in hotkey_init()
3483 hotkey_acpi_mask = hotkey_all_mask; in hotkey_init()
3584 hotkey_user_mask = (hotkey_acpi_mask | hotkey_source_mask) in hotkey_init()
3588 hotkey_user_mask, hotkey_acpi_mask, hotkey_source_mask); in hotkey_init()
[all …]