Home
last modified time | relevance | path

Searched refs:src_buf_head (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcif-tools.c500 while (!list_empty(&tools_vdev->src_buf_head)) { in rkcif_tools_vb2_stop_streaming()
501 tools_buf = list_first_entry(&tools_vdev->src_buf_head, in rkcif_tools_vb2_stop_streaming()
616 if (!list_empty(&tools_vdev->src_buf_head)) { in rkcif_tools_buf_done()
617 list_for_each_entry(tools_buf, &tools_vdev->src_buf_head, list) { in rkcif_tools_buf_done()
627 list_add_tail(&tools_buf->list, &tools_vdev->src_buf_head); in rkcif_tools_buf_done()
812 INIT_LIST_HEAD(&tools_vdev->src_buf_head); in rkcif_init_tools_vdev()
H A Ddev.h740 struct list_head src_buf_head; member
H A Dcapture.c4485 if (!list_empty(&tools_vdev->src_buf_head)) { in rkcif_buf_queue()
4486 list_for_each_entry(tools_buf, &tools_vdev->src_buf_head, list) { in rkcif_buf_queue()