Searched refs:queued_bufs (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/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()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/drivers/media/usb/pwc/ |
| D | pwc-if.c | 182 if (list_empty(&pdev->queued_bufs)) in pwc_get_next_fill_buf() 185 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, list); in pwc_get_next_fill_buf() 548 while (!list_empty(&pdev->queued_bufs)) { in pwc_cleanup_queued_bufs() 551 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, in pwc_cleanup_queued_bufs() 693 list_add_tail(&buf->list, &pdev->queued_bufs); in buffer_queue() 1040 INIT_LIST_HEAD(&pdev->queued_bufs); in usb_pwc_probe()
|
| D | pwc.h | 216 struct list_head queued_bufs; member
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/drivers/media/platform/ |
| D | rcar_drif.c | 219 struct list_head queued_bufs; member 310 list_for_each_entry_safe(fbuf, tmp, &sdr->queued_bufs, list) { in rcar_drif_release_queued_bufs() 451 list_add_tail(&fbuf->list, &sdr->queued_bufs); in rcar_drif_buf_queue() 463 fbuf = list_first_entry_or_null(&sdr->queued_bufs, struct in rcar_drif_get_fbuf() 1321 INIT_LIST_HEAD(&sdr->queued_bufs); in rcar_drif_sdr_probe()
|