Searched refs:copy_timestamp (Results 1 – 2 of 2) sorted by relevance
462 * @copy_timestamp: copy the timestamp from a userspace structure to470 void (*copy_timestamp)(struct vb2_buffer *vb, const void *pb);592 * @copy_timestamp: set if vb2-core should set timestamps659 unsigned int copy_timestamp:1;480 void (*copy_timestamp)(struct vb2_buffer *vb, const void *pb); global() member 669 unsigned int copy_timestamp:1; global() member
1894 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf()1934 call_void_bufop(q, copy_timestamp, vb, pb); in vb2_core_qbuf()3004 bool copy_timestamp = !read && q->copy_timestamp; in __vb2_perform_fileio() local3119 if (copy_timestamp) in __vb2_perform_fileio()3183 bool copy_timestamp = false; in vb2_thread() local3190 copy_timestamp = q->copy_timestamp; in vb2_thread()3222 if (copy_timestamp) in vb2_thread()