Searched refs:edflags (Results 1 – 1 of 1) sorted by relevance
499 u64 edflags; member665 u64 edflags; in process_hw_ts_thread() local677 edflags = READ_ONCE(line->edflags); in process_hw_ts_thread()679 switch (edflags & GPIO_V2_LINE_EDGE_FLAGS) { in process_hw_ts_thread()685 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in process_hw_ts_thread()802 switch (READ_ONCE(line->edflags) & GPIO_V2_LINE_EDGE_FLAGS) { in edge_irq_thread()877 u64 eflags, edflags = READ_ONCE(line->edflags); in debounce_work_func() local882 if (edflags & GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE) in debounce_work_func()898 eflags = edflags & GPIO_V2_LINE_EDGE_FLAGS; in debounce_work_func()903 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in debounce_work_func()[all …]