Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dthinkpad_acpi.c10155 #define PALMSENSOR_PRESENT_BIT 0 /* Determine if psensor present */ macro
10202 *present = output & BIT(PALMSENSOR_PRESENT_BIT) ? true : false; in palmsensor_get()