Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c101 size_t buf_total; member
225 if (size + pcdev->buf_total > pcdev->video_limit) in sh_mobile_ceu_videobuf_setup()
226 *count = (pcdev->video_limit - pcdev->buf_total) / in sh_mobile_ceu_videobuf_setup()
421 pcdev->buf_total -= PAGE_ALIGN(vb2_plane_size(vb, 0)); in sh_mobile_ceu_videobuf_release()
423 pcdev->buf_total); in sh_mobile_ceu_videobuf_release()
435 pcdev->buf_total += PAGE_ALIGN(vb2_plane_size(vb, 0)); in sh_mobile_ceu_videobuf_init()
437 pcdev->buf_total); in sh_mobile_ceu_videobuf_init()
538 pcdev->buf_total = 0; in sh_mobile_ceu_clock_start()