Searched refs:tw686x_video_channel (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/media/pci/tw686x/ |
D | tw686x-video.c | 49 static void tw686x_buf_done(struct tw686x_video_channel *vc, in tw686x_buf_done() 77 static void tw686x_memcpy_dma_free(struct tw686x_video_channel *vc, in tw686x_memcpy_dma_free() 101 static int tw686x_memcpy_dma_alloc(struct tw686x_video_channel *vc, in tw686x_memcpy_dma_alloc() 128 static void tw686x_memcpy_buf_refill(struct tw686x_video_channel *vc, in tw686x_memcpy_buf_refill() 154 static void tw686x_contig_buf_refill(struct tw686x_video_channel *vc, in tw686x_contig_buf_refill() 224 static void tw686x_sg_buf_refill(struct tw686x_video_channel *vc, in tw686x_sg_buf_refill() 254 static void tw686x_sg_dma_free(struct tw686x_video_channel *vc, in tw686x_sg_dma_free() 269 static int tw686x_sg_dma_alloc(struct tw686x_video_channel *vc, in tw686x_sg_dma_alloc() 321 struct tw686x_video_channel *vc = &dev->video_channels[ch]; in tw686x_sg_setup() 402 static void tw686x_set_framerate(struct tw686x_video_channel *vc, in tw686x_set_framerate() [all …]
|
D | tw686x.h | 78 struct tw686x_video_channel { struct 106 int (*alloc)(struct tw686x_video_channel *vc, unsigned int pb); argument 107 void (*free)(struct tw686x_video_channel *vc, unsigned int pb); 108 void (*buf_refill)(struct tw686x_video_channel *vc, unsigned int pb); 132 struct tw686x_video_channel *video_channels;
|