Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-cdev.c473 * @line_seqno: the seqno for the current edge event in the sequence of
508 * line_seqno is accessed by either edge_irq_thread() or
512 u32 line_seqno; member
560 * the line_seqno is then the same and is cheaper to calculate.
699 le.line_seqno = line->line_seqno; in process_hw_ts_thread()
700 le.seqno = (lr->num_lines == 1) ? le.line_seqno : line->req_seqno; in process_hw_ts_thread()
728 if (unlikely(ts->seq < line->line_seqno)) in process_hw_ts()
731 diff_seqno = ts->seq - line->line_seqno; in process_hw_ts()
732 line->line_seqno in process_hw_ts()
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-cdev.c421 * @line_seqno: the seqno for the current edge event in the sequence of
443 * line_seqno is accessed by either edge_irq_thread() or
447 u32 line_seqno; member
476 * the line_seqno is then the same and is cheaper to calculate.
577 line->line_seqno++; in edge_irq_thread()
578 le.line_seqno = line->line_seqno; in edge_irq_thread()
579 le.seqno = (lr->num_lines == 1) ? le.line_seqno : line->req_seqno; in edge_irq_thread()
671 line->line_seqno++; in debounce_work_func()
672 le.line_seqno in debounce_work_func()
[all...]
/kernel/linux/linux-5.10/tools/gpio/
H A Dgpio-event-mon.c112 (uint64_t)event.timestamp_ns, event.offset, event.line_seqno, in monitor_device()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dgpio.h280 * @line_seqno: the sequence number for this event in the sequence of
289 __u32 line_seqno; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dgpio.h282 * @line_seqno: the sequence number for this event in the sequence of
298 __u32 line_seqno; member
/kernel/linux/linux-6.6/tools/gpio/
H A Dgpio-event-mon.c112 (uint64_t)event.timestamp_ns, event.offset, event.line_seqno, in monitor_device()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dgpio.h111 __u32 line_seqno; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dgpio.h111 __u32 line_seqno; member

Completed in 9 milliseconds