Searched refs:queued_bufs (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/airspy/ |
D | airspy.c | 107 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()
|
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
D | xilinx-dma.h | 89 struct list_head queued_bufs; member
|
D | xilinx-dma.c | 381 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()
|
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
D | pwc-if.c | 193 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() 1052 INIT_LIST_HEAD(&pdev->queued_bufs); in usb_pwc_probe()
|
D | pwc.h | 216 struct list_head queued_bufs; member
|
/kernel/linux/linux-5.10/drivers/media/usb/msi2500/ |
D | msi2500.c | 114 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()
|
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
D | zoran_driver.c | 835 list_add_tail(&buf->queue, &zr->queued_bufs); in zr_vb2_queue() 882 if (list_empty(&zr->queued_bufs)) { in zr_set_buf() 888 buf = list_first_entry_or_null(&zr->queued_bufs, struct zr_buffer, queue); in zr_set_buf() 994 while (!list_empty(&zr->queued_bufs)) { in zr_vb2_stop_streaming() 995 buf = list_entry(zr->queued_bufs.next, struct zr_buffer, queue); in zr_vb2_stop_streaming() 1021 INIT_LIST_HEAD(&zr->queued_bufs); in zoran_queue_init()
|
D | zoran.h | 296 struct list_head queued_bufs; member
|
D | zoran_device.c | 811 buf = list_first_entry_or_null(&zr->queued_bufs, struct zr_buffer, queue); in zoran_feed_stat_com()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | rtl2832_sdr.c | 115 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()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
D | rcar_drif.c | 218 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()
|