Searched refs:cx231xx_video_mode (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/media/usb/cx231xx/ |
D | cx231xx-vbi.c | 293 struct cx231xx_video_mode *vmode = in cx231xx_irq_vbi_callback() 294 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_irq_vbi_callback() 601 struct cx231xx_video_mode *vmode = in get_next_vbi_buf() 602 container_of(dma_q, struct cx231xx_video_mode, vidq); in get_next_vbi_buf()
|
D | cx231xx.h | 513 struct cx231xx_video_mode { struct 662 struct cx231xx_video_mode video_mode; 663 struct cx231xx_video_mode vbi_mode; 664 struct cx231xx_video_mode sliced_cc_mode; 665 struct cx231xx_video_mode ts1_mode;
|
D | cx231xx-core.c | 787 struct cx231xx_video_mode *vmode = in cx231xx_isoc_irq_callback() 788 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_isoc_irq_callback() 833 struct cx231xx_video_mode *vmode = in cx231xx_bulk_irq_callback() 834 container_of(dma_q, struct cx231xx_video_mode, vidq); in cx231xx_bulk_irq_callback()
|
D | cx231xx-video.c | 227 struct cx231xx_video_mode *vmode = in get_next_buf() 228 container_of(dma_q, struct cx231xx_video_mode, vidq); in get_next_buf()
|