Home
last modified time | relevance | path

Searched refs:queued_bufs (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/media/usb/airspy/
A Dairspy.c107 struct list_head queued_bufs; member
220 if (list_empty(&s->queued_bufs)) in airspy_get_next_fill_buf()
223 buf = list_entry(s->queued_bufs.next, in airspy_get_next_fill_buf()
448 while (!list_empty(&s->queued_bufs)) { in airspy_cleanup_queued_bufs()
451 buf = list_entry(s->queued_bufs.next, in airspy_cleanup_queued_bufs()
513 list_add_tail(&buf->list, &s->queued_bufs); in airspy_buf_queue()
565 list_for_each_entry_safe(buf, tmp, &s->queued_bufs, list) { in airspy_start_streaming()
977 INIT_LIST_HEAD(&s->queued_bufs); in airspy_probe()
/linux/drivers/media/usb/pwc/
A Dpwc-if.c193 if (list_empty(&pdev->queued_bufs)) in pwc_get_next_fill_buf()
196 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, list); in pwc_get_next_fill_buf()
560 while (!list_empty(&pdev->queued_bufs)) { in pwc_cleanup_queued_bufs()
563 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, in pwc_cleanup_queued_bufs()
705 list_add_tail(&buf->list, &pdev->queued_bufs); in buffer_queue()
1044 INIT_LIST_HEAD(&pdev->queued_bufs); in usb_pwc_probe()
A Dpwc.h216 struct list_head queued_bufs; member
/linux/drivers/media/usb/msi2500/
A Dmsi2500.c114 struct list_head queued_bufs; member
150 if (list_empty(&dev->queued_bufs)) in msi2500_get_next_fill_buf()
153 buf = list_entry(dev->queued_bufs.next, struct msi2500_frame_buf, list); in msi2500_get_next_fill_buf()
551 while (!list_empty(&dev->queued_bufs)) { in msi2500_cleanup_queued_bufs()
554 buf = list_entry(dev->queued_bufs.next, in msi2500_cleanup_queued_bufs()
631 list_add_tail(&buf->list, &dev->queued_bufs); in msi2500_buf_queue()
1184 INIT_LIST_HEAD(&dev->queued_bufs); in msi2500_probe()
/linux/drivers/media/platform/xilinx/
A Dxilinx-dma.h89 struct list_head queued_bufs; member
A Dxilinx-dma.c380 list_add_tail(&buf->queue, &dma->queued_bufs); in xvip_dma_buffer_queue()
439 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_start_streaming()
466 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_stop_streaming()
657 INIT_LIST_HEAD(&dma->queued_bufs); in xvip_dma_init()
/linux/drivers/staging/media/zoran/
A Dzoran_driver.c835 list_add_tail(&buf->queue, &zr->queued_bufs); in zr_vb2_queue()
878 if (list_empty(&zr->queued_bufs)) { in zr_set_buf()
884 buf = list_first_entry_or_null(&zr->queued_bufs, struct zr_buffer, queue); in zr_set_buf()
989 while (!list_empty(&zr->queued_bufs)) { in zr_vb2_stop_streaming()
990 buf = list_entry(zr->queued_bufs.next, struct zr_buffer, queue); in zr_vb2_stop_streaming()
1016 INIT_LIST_HEAD(&zr->queued_bufs); in zoran_queue_init()
A Dzoran.h295 struct list_head queued_bufs; member
A Dzoran_device.c746 buf = list_first_entry_or_null(&zr->queued_bufs, struct zr_buffer, queue); in zoran_feed_stat_com()
/linux/drivers/media/dvb-frontends/
A Drtl2832_sdr.c115 struct list_head queued_bufs; member
160 if (list_empty(&dev->queued_bufs)) in rtl2832_sdr_get_next_fill_buf()
163 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_get_next_fill_buf()
410 while (!list_empty(&dev->queued_bufs)) { in rtl2832_sdr_cleanup_queued_bufs()
413 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_cleanup_queued_bufs()
480 list_add_tail(&buf->list, &dev->queued_bufs); in rtl2832_sdr_buf_queue()
1357 INIT_LIST_HEAD(&dev->queued_bufs); in rtl2832_sdr_probe()
/linux/drivers/media/platform/
A Drcar_drif.c218 struct list_head queued_bufs; member
313 list_for_each_entry_safe(fbuf, tmp, &sdr->queued_bufs, list) { in rcar_drif_release_queued_bufs()
454 list_add_tail(&fbuf->list, &sdr->queued_bufs); in rcar_drif_buf_queue()
466 fbuf = list_first_entry_or_null(&sdr->queued_bufs, struct in rcar_drif_get_fbuf()
1313 INIT_LIST_HEAD(&sdr->queued_bufs); in rcar_drif_sdr_probe()

Completed in 34 milliseconds