Searched refs:get_next_buf (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-video.c | 97 static inline void get_next_buf(struct tm6000_dmaqueue *dma_q, in get_next_buf() function 147 get_next_buf(dma_q, &vbuf); in copy_streams() 216 get_next_buf(dma_q, &vbuf); in copy_streams() 310 get_next_buf(dma_q, &buf); in copy_multiplexed() 328 get_next_buf(dma_q, &buf); in copy_multiplexed()
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | au0828-video.c | 404 static inline void get_next_buf(struct au0828_dmaqueue *dma_q, in get_next_buf() function 581 get_next_buf(dma_q, &buf); in au0828_isoc_copy() 923 get_next_buf(dma_q, &buf); in au0828_vid_buffer_timeout()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-video.c | 239 static inline void get_next_buf(struct cx231xx_dmaqueue *dma_q, in get_next_buf() function 641 get_next_buf(dma_q, &buf); in cx231xx_reset_video_buffer()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 591 static inline struct em28xx_buffer *get_next_buf(struct em28xx *dev, in get_next_buf() function 624 buf = get_next_buf(dev, dma_q); in finish_field_prepare_next()
|