Home
last modified time | relevance | path

Searched refs:sg_dma_desc_info (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.h31 void omni_sg_dma_start(struct cobalt_stream *s, struct sg_dma_desc_info *desc);
37 struct sg_dma_desc_info *desc);
39 void descriptor_list_chain(struct sg_dma_desc_info *this,
40 struct sg_dma_desc_info *next);
41 void descriptor_list_loopback(struct sg_dma_desc_info *desc);
42 void descriptor_list_end_of_chain(struct sg_dma_desc_info *desc);
44 void *descriptor_list_allocate(struct sg_dma_desc_info *desc, size_t bytes);
45 void descriptor_list_free(struct sg_dma_desc_info *desc);
47 void descriptor_list_interrupt_enable(struct sg_dma_desc_info *desc);
48 void descriptor_list_interrupt_disable(struct sg_dma_desc_info *desc);
H A Dcobalt-omnitek.c96 void omni_sg_dma_start(struct cobalt_stream *s, struct sg_dma_desc_info *desc) in omni_sg_dma_start()
152 struct sg_dma_desc_info *desc) in descriptor_list_create()
271 void descriptor_list_chain(struct sg_dma_desc_info *this, in descriptor_list_chain()
272 struct sg_dma_desc_info *next) in descriptor_list_chain()
286 void *descriptor_list_allocate(struct sg_dma_desc_info *desc, size_t bytes) in descriptor_list_allocate()
294 void descriptor_list_free(struct sg_dma_desc_info *desc) in descriptor_list_free()
302 void descriptor_list_interrupt_enable(struct sg_dma_desc_info *desc) in descriptor_list_interrupt_enable()
309 void descriptor_list_interrupt_disable(struct sg_dma_desc_info *desc) in descriptor_list_interrupt_disable()
316 void descriptor_list_loopback(struct sg_dma_desc_info *desc) in descriptor_list_loopback()
324 void descriptor_list_end_of_chain(struct sg_dma_desc_info *desc) in descriptor_list_end_of_chain()
H A Dcobalt-driver.h179 struct sg_dma_desc_info { struct
233 struct sg_dma_desc_info dma_desc_info[NR_BUFS];
H A Dcobalt-v4l2.c61 struct sg_dma_desc_info *desc = &s->dma_desc_info[vb->index]; in cobalt_buf_init()
91 struct sg_dma_desc_info *desc = &s->dma_desc_info[vb->index]; in cobalt_buf_cleanup()
108 struct sg_dma_desc_info *desc[NR_BUFS]; in chain_all_buffers()
128 struct sg_dma_desc_info *desc = &s->dma_desc_info[vb->index]; in cobalt_buf_queue()
349 struct sg_dma_desc_info *desc; in cobalt_dma_stop_streaming()