Searched refs:edflags (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-cdev.c | 467 * @edflags: the edge flags, GPIO_V2_LINE_FLAG_EDGE_RISING and/or 493 * edflags is set by linereq_create(), linereq_free(), and 499 u64 edflags; member 665 u64 edflags; in process_hw_ts_thread() local 677 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 in debounce_work_func() local 1033 edge_detector_setup(struct line *line, struct gpio_v2_line_config *lc, unsigned int line_idx, u64 edflags) edge_detector_setup() argument 1087 edge_detector_update(struct line *line, struct gpio_v2_line_config *lc, unsigned int line_idx, u64 edflags) edge_detector_update() argument 1388 u64 flags, edflags; linereq_set_config_unlocked() local 1638 u64 flags, edflags; linereq_create() local [all...] |
Completed in 3 milliseconds