Home
last modified time | relevance | path

Searched refs:camif_buffer (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-core.h324 struct camif_buffer { struct
343 struct camif_buffer *buf) in camif_active_queue_add() argument
349 static inline struct camif_buffer *camif_active_queue_pop( in camif_active_queue_pop()
352 struct camif_buffer *buf = list_first_entry(&vp->active_buf_q, in camif_active_queue_pop()
353 struct camif_buffer, list); in camif_active_queue_pop()
359 static inline struct camif_buffer *camif_active_queue_peek( in camif_active_queue_peek()
362 struct camif_buffer *tmp, *buf; in camif_active_queue_peek()
379 struct camif_buffer *buf) in camif_pending_queue_add()
384 static inline struct camif_buffer *camif_pending_queue_pop( in camif_pending_queue_pop()
387 struct camif_buffer *buf = list_first_entry(&vp->pending_buf_q, in camif_pending_queue_pop()
[all …]
Dcamif-capture.c153 struct camif_buffer *buf; in camif_reinitialize()
330 struct camif_buffer *vbuf; in s3c_camif_irq_handler()
496 struct camif_buffer *buf = container_of(vb, struct camif_buffer, vb); in buffer_queue()
1149 q->buf_struct_size = sizeof(struct camif_buffer); in s3c_camif_register_video_node()