Searched refs:queued_bufs (Results 1 – 5 of 5) sorted by relevance
94 struct list_head queued_bufs; member
115 struct list_head queued_bufs; member160 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()410 while (!list_empty(&dev->queued_bufs)) { in rtl2832_sdr_cleanup_queued_bufs()413 buf = list_entry(dev->queued_bufs.next, in rtl2832_sdr_cleanup_queued_bufs()481 list_add_tail(&buf->list, &dev->queued_bufs); in rtl2832_sdr_buf_queue()1356 INIT_LIST_HEAD(&dev->queued_bufs); in rtl2832_sdr_probe()
290 struct list_head queued_bufs; member
747 buf = list_first_entry_or_null(&zr->queued_bufs, struct zr_buffer, queue); in zoran_feed_stat_com()
216 struct list_head queued_bufs; member