Lines Matching defs:line
424 struct line { struct
429 struct linereq *req; argument
440 * line_seqno is accessed by either edge_irq_thread() or argument
444 u32 line_seqno; argument
464 * struct linereq - contains the state of a userspace line request argument
534 struct line *line = p; in edge_irq_thread() local
586 struct line *line = p; in edge_irq_handler() local
604 static bool debounced_value(struct line *line) in debounced_value()
623 struct line *line = p; in debounce_irq_handler() local
634 struct line *line = container_of(work, struct line, work.work); in debounce_work_func() local
683 static int debounce_setup(struct line *line, in debounce_setup()
749 static void edge_detector_stop(struct line *line) in edge_detector_stop()
762 static int edge_detector_setup(struct line *line, in edge_detector_setup()
812 static int edge_detector_update(struct line *line, in edge_detector_update()