Searched refs:cx231xx_video_mode (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-vbi.c | 306 struct cx231xx_video_mode *vmode = in cx231xx_irq_vbi_callback() 307 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_irq_vbi_callback() 615 struct cx231xx_video_mode *vmode = in get_next_vbi_buf() 616 container_of(dma_q, struct cx231xx_video_mode, vidq); in get_next_vbi_buf()
|
D | cx231xx.h | 521 struct cx231xx_video_mode { struct 669 struct cx231xx_video_mode video_mode; 670 struct cx231xx_video_mode vbi_mode; 671 struct cx231xx_video_mode sliced_cc_mode; 672 struct cx231xx_video_mode ts1_mode;
|
D | cx231xx-core.c | 789 struct cx231xx_video_mode *vmode = in cx231xx_isoc_irq_callback() 790 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_isoc_irq_callback() 834 struct cx231xx_video_mode *vmode = in cx231xx_bulk_irq_callback() 835 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_bulk_irq_callback()
|
D | cx231xx-video.c | 242 struct cx231xx_video_mode *vmode = in get_next_buf() 243 container_of(dma_q, struct cx231xx_video_mode, vidq); in get_next_buf()
|