Searched refs:line_seqno (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c426 * @line_seqno: the seqno for the current edge event in the sequence of
463 * line_seqno is accessed by either edge_irq_thread() or
467 u32 line_seqno; member in struct:line
535 * the line_seqno is then the same and is cheaper to calculate.
791 le.line_seqno = line->line_seqno;
792 le.seqno = (lr->num_lines == 1) ? le.line_seqno : line->req_seqno;
820 if (unlikely(ts->seq < line->line_seqno))
823 diff_seqno = ts->seq - line->line_seqno;
824 line->line_seqno
[all...]
/linux-master/tools/gpio/
H A Dgpio-event-mon.c112 (uint64_t)event.timestamp_ns, event.offset, event.line_seqno,
/linux-master/include/uapi/linux/
H A Dgpio.h281 * @line_seqno: the sequence number for this event in the sequence of
301 __u32 line_seqno; member in struct:gpio_v2_line_event

Completed in 93 milliseconds