Lines Matching defs:line
427 struct line { struct
432 struct linereq *req; argument
443 * line_seqno is accessed by either edge_irq_thread() or argument
447 u32 line_seqno; argument
467 * struct linereq - contains the state of a userspace line request argument
537 struct line *line = p; in edge_irq_thread() local
589 struct line *line = p; in edge_irq_handler() local
607 static bool debounced_value(struct line *line) in debounced_value()
626 struct line *line = p; in debounce_irq_handler() local
637 struct line *line = container_of(work, struct line, work.work); in debounce_work_func() local
686 static int debounce_setup(struct line *line, in debounce_setup()
752 static void edge_detector_stop(struct line *line) in edge_detector_stop()
767 static int edge_detector_setup(struct line *line, in edge_detector_setup()
817 static int edge_detector_update(struct line *line, in edge_detector_update()