Searched refs:sg_dma_desc_info (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-omnitek.h | 31 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 *des [all...] |
H A D | cobalt-omnitek.c | 96 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 *des [all...] |
H A D | cobalt-driver.h | 179 struct sg_dma_desc_info { struct 233 struct sg_dma_desc_info dma_desc_info[NR_BUFS];
|
H A D | cobalt-v4l2.c | 61 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()
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-omnitek.h | 31 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 *des [all...] |
H A D | cobalt-omnitek.c | 96 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 *des [all...] |
H A D | cobalt-driver.h | 179 struct sg_dma_desc_info { struct 233 struct sg_dma_desc_info dma_desc_info[NR_BUFS];
|
H A D | cobalt-v4l2.c | 61 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()
|
Completed in 10 milliseconds