Searched refs:buf_refill (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/ |
H A D | tw686x.h | 108 void (*buf_refill)(struct tw686x_video_channel *vc, unsigned int pb); member
|
H A D | tw686x-video.c | 148 .buf_refill = tw686x_memcpy_buf_refill, 178 .buf_refill = tw686x_contig_buf_refill, 334 .buf_refill = tw686x_sg_buf_refill, 524 dev->dma_ops->buf_refill(vc, pb); in tw686x_start_streaming() 1142 dev->dma_ops->buf_refill(vc, pb); in tw686x_video_irq()
|
/kernel/linux/linux-6.6/drivers/media/pci/tw686x/ |
H A D | tw686x.h | 108 void (*buf_refill)(struct tw686x_video_channel *vc, unsigned int pb); member
|
H A D | tw686x-video.c | 148 .buf_refill = tw686x_memcpy_buf_refill, 178 .buf_refill = tw686x_contig_buf_refill, 333 .buf_refill = tw686x_sg_buf_refill, 523 dev->dma_ops->buf_refill(vc, pb); in tw686x_start_streaming() 1139 dev->dma_ops->buf_refill(vc, pb); in tw686x_video_irq()
|
Completed in 5 milliseconds