Searched refs:queued_bufs (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/drivers/media/usb/airspy/ | 
| D | airspy.c | 119 	struct list_head queued_bufs;  member 232 	if (list_empty(&s->queued_bufs))  in airspy_get_next_fill_buf() 235 	buf = list_entry(s->queued_bufs.next,  in airspy_get_next_fill_buf() 458 	while (!list_empty(&s->queued_bufs)) {  in airspy_cleanup_queued_bufs() 461 		buf = list_entry(s->queued_bufs.next,  in airspy_cleanup_queued_bufs() 523 	list_add_tail(&buf->list, &s->queued_bufs);  in airspy_buf_queue() 575 		list_for_each_entry_safe(buf, tmp, &s->queued_bufs, list) {  in airspy_start_streaming() 995 	INIT_LIST_HEAD(&s->queued_bufs);  in airspy_probe()
  | 
| /linux-4.4.14/drivers/media/platform/xilinx/ | 
| D | xilinx-dma.h | 94 	struct list_head queued_bufs;  member
  | 
| D | xilinx-dma.c | 380 	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() 666 	INIT_LIST_HEAD(&dma->queued_bufs);  in xvip_dma_init()
  | 
| /linux-4.4.14/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() 663 	list_add_tail(&buf->list, &pdev->queued_bufs);  in buffer_queue() 1010 	INIT_LIST_HEAD(&pdev->queued_bufs);  in usb_pwc_probe()
  | 
| D | pwc.h | 228 	struct list_head queued_bufs;  member
  | 
| /linux-4.4.14/drivers/media/usb/msi2500/ | 
| D | msi2500.c | 130 	struct list_head queued_bufs;  member 166 	if (list_empty(&dev->queued_bufs))  in msi2500_get_next_fill_buf() 169 	buf = list_entry(dev->queued_bufs.next, struct msi2500_frame_buf, list);  in msi2500_get_next_fill_buf() 568 	while (!list_empty(&dev->queued_bufs)) {  in msi2500_cleanup_queued_bufs() 571 		buf = list_entry(dev->queued_bufs.next,  in msi2500_cleanup_queued_bufs() 652 	list_add_tail(&buf->list, &dev->queued_bufs);  in msi2500_buf_queue() 1211 	INIT_LIST_HEAD(&dev->queued_bufs);  in msi2500_probe()
  | 
| /linux-4.4.14/drivers/media/dvb-frontends/ | 
| D | rtl2832_sdr.c | 129 	struct list_head queued_bufs;  member 215 	if (list_empty(&dev->queued_bufs))  in rtl2832_sdr_get_next_fill_buf() 218 	buf = list_entry(dev->queued_bufs.next,  in rtl2832_sdr_get_next_fill_buf() 463 	while (!list_empty(&dev->queued_bufs)) {  in rtl2832_sdr_cleanup_queued_bufs() 466 		buf = list_entry(dev->queued_bufs.next,  in rtl2832_sdr_cleanup_queued_bufs() 536 	list_add_tail(&buf->list, &dev->queued_bufs);  in rtl2832_sdr_buf_queue() 1414 	INIT_LIST_HEAD(&dev->queued_bufs);  in rtl2832_sdr_probe()
  |