Home
last modified time | relevance | path

Searched refs:v4l2_timeval_to_ns (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-codec.rst1987 :c:func:`v4l2_timeval_to_ns()` function to convert the struct
2146 :c:func:`v4l2_timeval_to_ns()` function to convert the struct
2152 struct :c:type:`v4l2_buffer`. Use the :c:func:`v4l2_timeval_to_ns()`
2400 struct :c:type:`v4l2_buffer`. Use the :c:func:`v4l2_timeval_to_ns()`
2407 struct :c:type:`v4l2_buffer`. Use the :c:func:`v4l2_timeval_to_ns()`
2414 struct :c:type:`v4l2_buffer`. Use the :c:func:`v4l2_timeval_to_ns()`
2837 :c:func:`v4l2_timeval_to_ns()` function to convert the struct
/Linux-v5.4/drivers/media/v4l2-core/
Dvideobuf-core.c581 buf->ts = v4l2_timeval_to_ns(&b->timestamp); in videobuf_qbuf()
/Linux-v5.4/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c146 vb->timestamp = v4l2_timeval_to_ns(&b->timestamp); in __copy_timestamp()
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h1020 static inline __u64 v4l2_timeval_to_ns(const struct timeval *tv) in v4l2_timeval_to_ns() function