Searched refs:queued_bufs (Results 1 – 7 of 7) sorted by relevance
/drivers/media/usb/airspy/ |
D | airspy.c | 118 struct list_head queued_bufs; member 231 if (list_empty(&s->queued_bufs)) in airspy_get_next_fill_buf() 234 buf = list_entry(s->queued_bufs.next, in airspy_get_next_fill_buf() 456 while (!list_empty(&s->queued_bufs)) { in airspy_cleanup_queued_bufs() 459 buf = list_entry(s->queued_bufs.next, in airspy_cleanup_queued_bufs() 521 list_add_tail(&buf->list, &s->queued_bufs); in airspy_buf_queue() 573 list_for_each_entry_safe(buf, tmp, &s->queued_bufs, list) { in airspy_start_streaming() 993 INIT_LIST_HEAD(&s->queued_bufs); in airspy_probe()
|
/drivers/media/usb/pwc/ |
D | pwc-if.c | 165 if (list_empty(&pdev->queued_bufs)) in pwc_get_next_fill_buf() 168 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, list); in pwc_get_next_fill_buf() 516 while (!list_empty(&pdev->queued_bufs)) { in pwc_cleanup_queued_bufs() 519 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, in pwc_cleanup_queued_bufs() 661 list_add_tail(&buf->list, &pdev->queued_bufs); in buffer_queue() 1008 INIT_LIST_HEAD(&pdev->queued_bufs); in usb_pwc_probe()
|
D | pwc.h | 228 struct list_head queued_bufs; member
|
/drivers/media/usb/msi2500/ |
D | msi2500.c | 130 struct list_head queued_bufs; member 166 if (list_empty(&dev->queued_bufs)) in msi2500_get_next_fill_buf() 169 buf = list_entry(dev->queued_bufs.next, struct msi2500_frame_buf, list); in msi2500_get_next_fill_buf() 567 while (!list_empty(&dev->queued_bufs)) { in msi2500_cleanup_queued_bufs() 570 buf = list_entry(dev->queued_bufs.next, in msi2500_cleanup_queued_bufs() 650 list_add_tail(&buf->list, &dev->queued_bufs); in msi2500_buf_queue() 1207 INIT_LIST_HEAD(&dev->queued_bufs); in msi2500_probe()
|
/drivers/media/platform/xilinx/ |
D | xilinx-dma.h | 92 struct list_head queued_bufs; member
|
D | xilinx-dma.c | 384 list_add_tail(&buf->queue, &dma->queued_bufs); in xvip_dma_buffer_queue() 443 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_start_streaming() 470 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_stop_streaming() 670 INIT_LIST_HEAD(&dma->queued_bufs); in xvip_dma_init()
|
/drivers/media/dvb-frontends/ |
D | rtl2832_sdr.c | 131 struct list_head queued_bufs; member 176 if (list_empty(&dev->queued_bufs)) in rtl2832_sdr_get_next_fill_buf() 179 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_get_next_fill_buf() 423 while (!list_empty(&dev->queued_bufs)) { in rtl2832_sdr_cleanup_queued_bufs() 426 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_cleanup_queued_bufs() 496 list_add_tail(&buf->list, &dev->queued_bufs); in rtl2832_sdr_buf_queue() 1376 INIT_LIST_HEAD(&dev->queued_bufs); in rtl2832_sdr_probe()
|