Searched refs:cx231xx_video_mode (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/ |
D | cx231xx-vbi.c | 260 struct cx231xx_video_mode *vmode = in cx231xx_irq_vbi_callback() 261 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_irq_vbi_callback() 567 struct cx231xx_video_mode *vmode = in get_next_vbi_buf() 568 container_of(dma_q, struct cx231xx_video_mode, vidq); in get_next_vbi_buf()
|
D | cx231xx.h | 496 struct cx231xx_video_mode { struct 649 struct cx231xx_video_mode video_mode; 650 struct cx231xx_video_mode vbi_mode; 651 struct cx231xx_video_mode sliced_cc_mode; 652 struct cx231xx_video_mode ts1_mode;
|
D | cx231xx-core.c | 783 struct cx231xx_video_mode *vmode = in cx231xx_isoc_irq_callback() 784 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_isoc_irq_callback() 829 struct cx231xx_video_mode *vmode = in cx231xx_bulk_irq_callback() 830 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_bulk_irq_callback()
|
D | cx231xx-video.c | 228 struct cx231xx_video_mode *vmode = in get_next_buf() 229 container_of(dma_q, struct cx231xx_video_mode, vidq); in get_next_buf()
|