Searched refs:tw686x_video_channel (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/media/pci/tw686x/ |
| D | tw686x-video.c | 53 static void tw686x_buf_done(struct tw686x_video_channel *vc, in tw686x_buf_done() 81 static void tw686x_memcpy_dma_free(struct tw686x_video_channel *vc, in tw686x_memcpy_dma_free() 105 static int tw686x_memcpy_dma_alloc(struct tw686x_video_channel *vc, in tw686x_memcpy_dma_alloc() 132 static void tw686x_memcpy_buf_refill(struct tw686x_video_channel *vc, in tw686x_memcpy_buf_refill() 158 static void tw686x_contig_buf_refill(struct tw686x_video_channel *vc, in tw686x_contig_buf_refill() 228 static void tw686x_sg_buf_refill(struct tw686x_video_channel *vc, in tw686x_sg_buf_refill() 258 static void tw686x_sg_dma_free(struct tw686x_video_channel *vc, in tw686x_sg_dma_free() 273 static int tw686x_sg_dma_alloc(struct tw686x_video_channel *vc, in tw686x_sg_dma_alloc() 325 struct tw686x_video_channel *vc = &dev->video_channels[ch]; in tw686x_sg_setup() 406 static void tw686x_set_framerate(struct tw686x_video_channel *vc, in tw686x_set_framerate() [all …]
|
| D | tw686x.h | 81 struct tw686x_video_channel { struct 109 int (*alloc)(struct tw686x_video_channel *vc, unsigned int pb); argument 110 void (*free)(struct tw686x_video_channel *vc, unsigned int pb); 111 void (*buf_refill)(struct tw686x_video_channel *vc, unsigned int pb); 135 struct tw686x_video_channel *video_channels;
|