Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcif-tools.c604 if (!list_empty(&tools_vdev->buf_done_head)) { in rkcif_tools_buf_done()
605 buf = list_first_entry(&tools_vdev->buf_done_head, in rkcif_tools_buf_done()
638 while (!list_empty(&tools_vdev->buf_done_head)) { in rkcif_tools_buf_done()
639 buf = list_first_entry(&tools_vdev->buf_done_head, in rkcif_tools_buf_done()
658 if (!list_empty(&tools_vdev->buf_done_head)) { in rkcif_tools_buf_done()
693 if (!list_empty(&tools_vdev->buf_done_head)) { in rkcif_tools_buf_done()
711 if (!list_empty(&tools_vdev->buf_done_head)) { in rkcif_tools_buf_done_rdbk()
712 buf = list_first_entry(&tools_vdev->buf_done_head, in rkcif_tools_buf_done_rdbk()
728 while (!list_empty(&tools_vdev->buf_done_head)) { in rkcif_tools_buf_done_rdbk()
729 buf = list_first_entry(&tools_vdev->buf_done_head, in rkcif_tools_buf_done_rdbk()
[all …]
H A Ddev.h739 struct list_head buf_done_head; member
H A Dcapture.c1701 list_add_tail(&active_buf->list, &stream->tools_vdev->buf_done_head); in rkcif_rdbk_with_tools()
8435 &dev->stream[i].tools_vdev->buf_done_head); in rkcif_rdbk_frame_end()
8493 &dev->stream[i].tools_vdev->buf_done_head); in rkcif_rdbk_frame_end()
8542 list_add_tail(&active_buf->queue, &stream->tools_vdev->buf_done_head); in rkcif_buf_done_with_tools()