Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/touchscreen/
Degalax_ts.c47 #define EVENT_VALID_MASK (0x1 << EVENT_VALID_OFFSET) macro
92 valid = state & EVENT_VALID_MASK; in egalax_ts_interrupt()
/Linux-v6.6/arch/powerpc/perf/
Disa207-common.h56 #define EVENT_VALID_MASK \ macro
Disa207-common.c56 u64 valid_mask = EVENT_VALID_MASK; in is_event_valid()