Searched refs:ready_q (Results 1 – 1 of 1) sorted by relevance
49 struct list_head ready_q; member439 list_add_tail(&buf->list, &priv->ready_q); in capture_buf_queue()464 list_for_each_entry_safe(buf, tmp, &priv->ready_q, list) { in capture_start_streaming()490 while (!list_empty(&priv->ready_q)) { in capture_stop_streaming()491 frame = list_entry(priv->ready_q.next, in capture_stop_streaming()597 if (!list_empty(&priv->ready_q)) { in imx_media_capture_device_next_buf()598 buf = list_entry(priv->ready_q.next, struct imx_media_buffer, in imx_media_capture_device_next_buf()661 INIT_LIST_HEAD(&priv->ready_q); in imx_media_capture_device_register()