Home
last modified time | relevance | path

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

/drivers/media/pci/cobalt/
Dcobalt-omnitek.h43 void omni_sg_dma_start(struct cobalt_stream *s, struct sg_dma_desc_info *desc);
49 struct sg_dma_desc_info *desc);
51 void descriptor_list_chain(struct sg_dma_desc_info *this,
52 struct sg_dma_desc_info *next);
53 void descriptor_list_loopback(struct sg_dma_desc_info *desc);
54 void descriptor_list_end_of_chain(struct sg_dma_desc_info *desc);
56 void *descriptor_list_allocate(struct sg_dma_desc_info *desc, size_t bytes);
57 void descriptor_list_free(struct sg_dma_desc_info *desc);
59 void descriptor_list_interrupt_enable(struct sg_dma_desc_info *desc);
60 void descriptor_list_interrupt_disable(struct sg_dma_desc_info *desc);
Dcobalt-omnitek.c108 void omni_sg_dma_start(struct cobalt_stream *s, struct sg_dma_desc_info *desc) in omni_sg_dma_start()
164 struct sg_dma_desc_info *desc) in descriptor_list_create()
283 void descriptor_list_chain(struct sg_dma_desc_info *this, in descriptor_list_chain()
284 struct sg_dma_desc_info *next) in descriptor_list_chain()
298 void *descriptor_list_allocate(struct sg_dma_desc_info *desc, size_t bytes) in descriptor_list_allocate()
306 void descriptor_list_free(struct sg_dma_desc_info *desc) in descriptor_list_free()
314 void descriptor_list_interrupt_enable(struct sg_dma_desc_info *desc) in descriptor_list_interrupt_enable()
321 void descriptor_list_interrupt_disable(struct sg_dma_desc_info *desc) in descriptor_list_interrupt_disable()
328 void descriptor_list_loopback(struct sg_dma_desc_info *desc) in descriptor_list_loopback()
336 void descriptor_list_end_of_chain(struct sg_dma_desc_info *desc) in descriptor_list_end_of_chain()
Dcobalt-driver.h190 struct sg_dma_desc_info { struct
244 struct sg_dma_desc_info dma_desc_info[NR_BUFS];
Dcobalt-v4l2.c78 struct sg_dma_desc_info *desc = &s->dma_desc_info[vb->index]; in cobalt_buf_init()
108 struct sg_dma_desc_info *desc = &s->dma_desc_info[vb->index]; in cobalt_buf_cleanup()
125 struct sg_dma_desc_info *desc[NR_BUFS]; in chain_all_buffers()
145 struct sg_dma_desc_info *desc = &s->dma_desc_info[vb->index]; in cobalt_buf_queue()
363 struct sg_dma_desc_info *desc; in cobalt_dma_stop_streaming()