Home
last modified time | relevance | path

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

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/airspy/
H 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()
445 while (!list_empty(&s->queued_bufs)) { in airspy_cleanup_queued_bufs()
448 buf = list_entry(s->queued_bufs.next, in airspy_cleanup_queued_bufs()
510 list_add_tail(&buf->list, &s->queued_bufs); in airspy_buf_queue()
562 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/airspy/
H 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()
445 while (!list_empty(&s->queued_bufs)) { in airspy_cleanup_queued_bufs()
448 buf = list_entry(s->queued_bufs.next, in airspy_cleanup_queued_bufs()
510 list_add_tail(&buf->list, &s->queued_bufs); in airspy_buf_queue()
562 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/airspy/
H 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()
445 while (!list_empty(&s->queued_bufs)) { in airspy_cleanup_queued_bufs()
448 buf = list_entry(s->queued_bufs.next, in airspy_cleanup_queued_bufs()
510 list_add_tail(&buf->list, &s->queued_bufs); in airspy_buf_queue()
562 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/pwc/
H 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/pwc/
H 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/pwc/
H 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/msi2500/
H 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()
1187 INIT_LIST_HEAD(&dev->queued_bufs); in msi2500_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/msi2500/
H 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()
1187 INIT_LIST_HEAD(&dev->queued_bufs); in msi2500_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/msi2500/
H 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()
1187 INIT_LIST_HEAD(&dev->queued_bufs); in msi2500_probe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/xilinx/
H A Dxilinx-dma.h89 struct list_head queued_bufs; member
H A Dxilinx-dma.c381 list_add_tail(&buf->queue, &dma->queued_bufs); in xvip_dma_buffer_queue()
440 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_start_streaming()
467 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_stop_streaming()
660 INIT_LIST_HEAD(&dma->queued_bufs); in xvip_dma_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/xilinx/
H A Dxilinx-dma.h89 struct list_head queued_bufs; member
H A Dxilinx-dma.c381 list_add_tail(&buf->queue, &dma->queued_bufs); in xvip_dma_buffer_queue()
440 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_start_streaming()
467 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_stop_streaming()
660 INIT_LIST_HEAD(&dma->queued_bufs); in xvip_dma_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/xilinx/
H A Dxilinx-dma.h89 struct list_head queued_bufs; member
H A Dxilinx-dma.c381 list_add_tail(&buf->queue, &dma->queued_bufs); in xvip_dma_buffer_queue()
440 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_start_streaming()
467 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_stop_streaming()
660 INIT_LIST_HEAD(&dma->queued_bufs); in xvip_dma_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/zoran/
H A Dzoran_driver.c833 list_add_tail(&buf->queue, &zr->queued_bufs); in zr_vb2_queue()
876 if (list_empty(&zr->queued_bufs)) { in zr_set_buf()
882 buf = list_first_entry_or_null(&zr->queued_bufs, struct zr_buffer, queue); in zr_set_buf()
987 while (!list_empty(&zr->queued_bufs)) { in zr_vb2_stop_streaming()
988 buf = list_entry(zr->queued_bufs.next, struct zr_buffer, queue); in zr_vb2_stop_streaming()
1014 INIT_LIST_HEAD(&zr->queued_bufs); in zoran_queue_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/zoran/
H A Dzoran_driver.c833 list_add_tail(&buf->queue, &zr->queued_bufs); in zr_vb2_queue()
876 if (list_empty(&zr->queued_bufs)) { in zr_set_buf()
882 buf = list_first_entry_or_null(&zr->queued_bufs, struct zr_buffer, queue); in zr_set_buf()
987 while (!list_empty(&zr->queued_bufs)) { in zr_vb2_stop_streaming()
988 buf = list_entry(zr->queued_bufs.next, struct zr_buffer, queue); in zr_vb2_stop_streaming()
1014 INIT_LIST_HEAD(&zr->queued_bufs); in zoran_queue_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/zoran/
H A Dzoran_driver.c833 list_add_tail(&buf->queue, &zr->queued_bufs); in zr_vb2_queue()
876 if (list_empty(&zr->queued_bufs)) { in zr_set_buf()
882 buf = list_first_entry_or_null(&zr->queued_bufs, struct zr_buffer, queue); in zr_set_buf()
987 while (!list_empty(&zr->queued_bufs)) { in zr_vb2_stop_streaming()
988 buf = list_entry(zr->queued_bufs.next, struct zr_buffer, queue); in zr_vb2_stop_streaming()
1014 INIT_LIST_HEAD(&zr->queued_bufs); in zoran_queue_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/dvb-frontends/
H 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()
407 while (!list_empty(&dev->queued_bufs)) { in rtl2832_sdr_cleanup_queued_bufs()
410 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_cleanup_queued_bufs()
477 list_add_tail(&buf->list, &dev->queued_bufs); in rtl2832_sdr_buf_queue()
1358 INIT_LIST_HEAD(&dev->queued_bufs); in rtl2832_sdr_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/dvb-frontends/
H 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()
407 while (!list_empty(&dev->queued_bufs)) { in rtl2832_sdr_cleanup_queued_bufs()
410 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_cleanup_queued_bufs()
477 list_add_tail(&buf->list, &dev->queued_bufs); in rtl2832_sdr_buf_queue()
1358 INIT_LIST_HEAD(&dev->queued_bufs); in rtl2832_sdr_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/dvb-frontends/
H 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()
407 while (!list_empty(&dev->queued_bufs)) { in rtl2832_sdr_cleanup_queued_bufs()
410 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_cleanup_queued_bufs()
477 list_add_tail(&buf->list, &dev->queued_bufs); in rtl2832_sdr_buf_queue()
1358 INIT_LIST_HEAD(&dev->queued_bufs); in rtl2832_sdr_probe()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxsink.h97 GQueue queued_bufs; member
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxsink.h97 GQueue queued_bufs; member
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxsink.h97 GQueue queued_bufs; member
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxsink.h97 GQueue queued_bufs; member

1234