Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c1989 static u32 hotkey_source_mask; /* bit mask 0=ACPI,1=NVRAM */ variable
2002 #define hotkey_source_mask 0U macro
2207 hotkey_user_mask &= (hotkey_acpi_mask | hotkey_source_mask); in hotkey_mask_get()
2216 ~(hotkey_acpi_mask | hotkey_source_mask) & in hotkey_mask_warn_incomplete_mask()
2237 const u32 fwmask = mask & ~hotkey_source_mask; in hotkey_mask_set()
2290 rc = hotkey_mask_set((mask | hotkey_driver_mask) & ~hotkey_source_mask); in hotkey_user_mask_set()
2293 hotkey_user_mask = mask & (hotkey_acpi_mask | hotkey_source_mask); in hotkey_user_mask_set()
2318 hotkey_source_mask |= (mask & ~hotkey_all_mask); in tpacpi_hotkey_driver_mask_set()
2323 ~hotkey_source_mask); in tpacpi_hotkey_driver_mask_set()
2561 * We track all events in hotkey_source_mask al
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c1865 static u32 hotkey_source_mask; /* bit mask 0=ACPI,1=NVRAM */ variable
1878 #define hotkey_source_mask 0U macro
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()
2109 const u32 fwmask = mask & ~hotkey_source_mask; in hotkey_mask_set()
2164 rc = hotkey_mask_set((mask | hotkey_driver_mask) & ~hotkey_source_mask); in hotkey_user_mask_set()
2167 hotkey_user_mask = mask & (hotkey_acpi_mask | hotkey_source_mask); in hotkey_user_mask_set()
2192 hotkey_source_mask |= (mask & ~hotkey_all_mask); in tpacpi_hotkey_driver_mask_set()
2197 ~hotkey_source_mask); in tpacpi_hotkey_driver_mask_set()
2435 * We track all events in hotkey_source_mask al
[all...]

Completed in 30 milliseconds