Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpiolib-cdev.c508 u64 edflags; member
811 u64 edflags; in process_hw_ts_thread() local
823 edflags = READ_ONCE(line->edflags); in process_hw_ts_thread()
825 switch (edflags & GPIO_V2_LINE_EDGE_FLAGS) { in process_hw_ts_thread()
831 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in process_hw_ts_thread()
948 switch (READ_ONCE(line->edflags) & GPIO_V2_LINE_EDGE_FLAGS) { in edge_irq_thread()
1023 u64 eflags, edflags = READ_ONCE(line->edflags); in debounce_work_func() local
1028 if (edflags & GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE) in debounce_work_func()
1044 eflags = edflags & GPIO_V2_LINE_EDGE_FLAGS; in debounce_work_func()
1049 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in debounce_work_func()
[all …]