Home
last modified time | relevance | path

Searched refs:set_timestamp (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-v4l2.c437 .set_timestamp = __set_timestamp,
1083 bool set_timestamp = !read && in __vb2_perform_fileio() local
1202 if (set_timestamp) in __vb2_perform_fileio()
1267 bool set_timestamp = false; in vb2_thread() local
1274 set_timestamp = in vb2_thread()
1309 if (set_timestamp) in vb2_thread()
Dvideobuf2-core.c1389 call_bufop(q, set_timestamp, vb, pb); in vb2_core_qbuf()
/linux-4.4.14/include/media/
Dvideobuf2-core.h370 int (*set_timestamp)(struct vb2_buffer *vb, const void *pb); member