Searched refs:cx18_buffer (Results 1 – 9 of 9) sorted by relevance
/drivers/media/video/cx18/ |
D | cx18-queue.h | 30 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,
|
D | cx18-queue.c | 30 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 …]
|
D | cx18-vbi.h | 24 void cx18_process_vbi_data(struct cx18 *cx, struct cx18_buffer *buf,
|
D | cx18-fileops.c | 169 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()
|
D | cx18-streams.h | 34 struct cx18_buffer *buf);
|
D | cx18-driver.h | 222 struct cx18_buffer { struct 368 struct cx18_buffer sliced_mpeg_buf;
|
D | cx18-streams.c | 392 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()
|
D | cx18-vbi.c | 152 void cx18_process_vbi_data(struct cx18 *cx, struct cx18_buffer *buf, in cx18_process_vbi_data()
|
D | cx18-mailbox.c | 129 struct cx18_buffer *buf; in epu_dma_done()
|