Searched refs:queued_bufs (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/media/usb/airspy/ |
D | airspy.c | 117 struct list_head queued_bufs; member 230 if (list_empty(&s->queued_bufs)) in airspy_get_next_fill_buf() 233 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() 520 list_add_tail(&buf->list, &s->queued_bufs); in airspy_buf_queue() 572 list_for_each_entry_safe(buf, tmp, &s->queued_bufs, list) { in airspy_start_streaming() 994 INIT_LIST_HEAD(&s->queued_bufs); in airspy_probe()
|
/linux-4.1.27/drivers/media/usb/hackrf/ |
D | hackrf.c | 105 struct list_head queued_bufs; member 215 if (list_empty(&dev->queued_bufs)) in hackrf_get_next_fill_buf() 218 buf = list_entry(dev->queued_bufs.next, struct hackrf_frame_buf, list); in hackrf_get_next_fill_buf() 434 while (!list_empty(&dev->queued_bufs)) { in hackrf_cleanup_queued_bufs() 437 buf = list_entry(dev->queued_bufs.next, in hackrf_cleanup_queued_bufs() 492 list_add_tail(&buf->list, &dev->queued_bufs); in hackrf_buf_queue() 540 list_for_each_entry_safe(buf, tmp, &dev->queued_bufs, list) { in hackrf_start_streaming() 1028 INIT_LIST_HEAD(&dev->queued_bufs); in hackrf_probe()
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-dma.h | 94 struct list_head queued_bufs; member
|
D | xilinx-dma.c | 377 list_add_tail(&buf->queue, &dma->queued_bufs); in xvip_dma_buffer_queue() 436 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_start_streaming() 463 list_for_each_entry_safe(buf, nbuf, &dma->queued_bufs, queue) { in xvip_dma_stop_streaming() 663 INIT_LIST_HEAD(&dma->queued_bufs); in xvip_dma_init()
|
/linux-4.1.27/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() 518 while (!list_empty(&pdev->queued_bufs)) { in pwc_cleanup_queued_bufs() 521 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, in pwc_cleanup_queued_bufs() 655 list_add_tail(&buf->list, &pdev->queued_bufs); in buffer_queue() 1001 INIT_LIST_HEAD(&pdev->queued_bufs); in usb_pwc_probe()
|
D | pwc.h | 226 struct list_head queued_bufs; member
|
/linux-4.1.27/drivers/media/usb/msi2500/ |
D | msi2500.c | 131 struct list_head queued_bufs; member 167 if (list_empty(&s->queued_bufs)) in msi2500_get_next_fill_buf() 170 buf = list_entry(s->queued_bufs.next, struct msi2500_frame_buf, list); in msi2500_get_next_fill_buf() 566 while (!list_empty(&s->queued_bufs)) { in msi2500_cleanup_queued_bufs() 569 buf = list_entry(s->queued_bufs.next, struct msi2500_frame_buf, in msi2500_cleanup_queued_bufs() 646 list_add_tail(&buf->list, &s->queued_bufs); in msi2500_buf_queue() 1187 INIT_LIST_HEAD(&s->queued_bufs); in msi2500_probe()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | rtl2832_sdr.c | 122 struct list_head queued_bufs; member 208 if (list_empty(&dev->queued_bufs)) in rtl2832_sdr_get_next_fill_buf() 211 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_get_next_fill_buf() 456 while (!list_empty(&dev->queued_bufs)) { in rtl2832_sdr_cleanup_queued_bufs() 459 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_cleanup_queued_bufs() 528 list_add_tail(&buf->list, &dev->queued_bufs); in rtl2832_sdr_buf_queue() 1345 INIT_LIST_HEAD(&dev->queued_bufs); in rtl2832_sdr_probe()
|