Home
last modified time | relevance | path

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

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