Searched refs:cx231xx_video_mode (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-vbi.c | 305 struct cx231xx_video_mode *vmode = in cx231xx_irq_vbi_callback() 306 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_irq_vbi_callback() 613 struct cx231xx_video_mode *vmode = in get_next_vbi_buf() 614 container_of(dma_q, struct cx231xx_video_mode, vidq); in get_next_vbi_buf()
|
D | cx231xx.h | 526 struct cx231xx_video_mode { struct 675 struct cx231xx_video_mode video_mode; 676 struct cx231xx_video_mode vbi_mode; 677 struct cx231xx_video_mode sliced_cc_mode; 678 struct cx231xx_video_mode ts1_mode;
|
D | cx231xx-core.c | 799 struct cx231xx_video_mode *vmode = in cx231xx_isoc_irq_callback() 800 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_isoc_irq_callback() 845 struct cx231xx_video_mode *vmode = in cx231xx_bulk_irq_callback() 846 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_bulk_irq_callback()
|
D | cx231xx-video.c | 240 struct cx231xx_video_mode *vmode = in get_next_buf() 241 container_of(dma_q, struct cx231xx_video_mode, vidq); in get_next_buf()
|