Home
last modified time | relevance | path

Searched refs:cx18_buffer (Results 1 – 9 of 9) sorted by relevance

/drivers/media/video/cx18/
Dcx18-queue.h30 struct cx18_buffer *buf) in cx18_buf_sync_for_cpu()
37 struct cx18_buffer *buf) in cx18_buf_sync_for_device()
43 void cx18_buf_swap(struct cx18_buffer *buf);
46 struct cx18_queue *_cx18_enqueue(struct cx18_stream *s, struct cx18_buffer *buf,
50 struct cx18_queue *cx18_enqueue(struct cx18_stream *s, struct cx18_buffer *buf, in cx18_enqueue()
57 struct cx18_queue *cx18_push(struct cx18_stream *s, struct cx18_buffer *buf, in cx18_push()
64 struct cx18_buffer *cx18_dequeue(struct cx18_stream *s, struct cx18_queue *q);
65 struct cx18_buffer *cx18_queue_get_buf(struct cx18_stream *s, u32 id,
Dcx18-queue.c30 void cx18_buf_swap(struct cx18_buffer *buf) in cx18_buf_swap()
45 struct cx18_queue *_cx18_enqueue(struct cx18_stream *s, struct cx18_buffer *buf, in _cx18_enqueue()
74 struct cx18_buffer *cx18_dequeue(struct cx18_stream *s, struct cx18_queue *q) in cx18_dequeue()
76 struct cx18_buffer *buf = NULL; in cx18_dequeue()
80 buf = list_first_entry(&q->list, struct cx18_buffer, list); in cx18_dequeue()
90 struct cx18_buffer *cx18_queue_get_buf(struct cx18_stream *s, u32 id, in cx18_queue_get_buf()
94 struct cx18_buffer *buf; in cx18_queue_get_buf()
95 struct cx18_buffer *tmp; in cx18_queue_get_buf()
96 struct cx18_buffer *ret = NULL; in cx18_queue_get_buf()
146 struct cx18_buffer *buf; in cx18_queue_flush()
[all …]
Dcx18-vbi.h24 void cx18_process_vbi_data(struct cx18 *cx, struct cx18_buffer *buf,
Dcx18-fileops.c169 static struct cx18_buffer *cx18_get_buffer(struct cx18_stream *s, int non_block, int *err) in cx18_get_buffer()
173 struct cx18_buffer *buf; in cx18_get_buffer()
254 struct cx18_buffer *buf, char __user *ubuf, size_t ucount) in cx18_copy_buf_to_user()
341 struct cx18_buffer *buf; in cx18_read()
Dcx18-streams.h34 struct cx18_buffer *buf);
Dcx18-driver.h222 struct cx18_buffer { struct
368 struct cx18_buffer sliced_mpeg_buf;
Dcx18-streams.c392 struct cx18_buffer *buf) in cx18_stream_put_buf_fw()
416 struct cx18_buffer *buf; in cx18_stream_load_fw_queue()
436 struct cx18_buffer *buf; in cx18_start_v4l2_encode_stream()
Dcx18-vbi.c152 void cx18_process_vbi_data(struct cx18 *cx, struct cx18_buffer *buf, in cx18_process_vbi_data()
Dcx18-mailbox.c129 struct cx18_buffer *buf; in epu_dma_done()