Home
last modified time | relevance | path

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

/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c105 size_t buf_total; member
229 if (size + pcdev->buf_total > pcdev->video_limit) in sh_mobile_ceu_videobuf_setup()
230 *count = (pcdev->video_limit - pcdev->buf_total) / in sh_mobile_ceu_videobuf_setup()
425 pcdev->buf_total -= PAGE_ALIGN(vb2_plane_size(vb, 0)); in sh_mobile_ceu_videobuf_release()
427 pcdev->buf_total); in sh_mobile_ceu_videobuf_release()
439 pcdev->buf_total += PAGE_ALIGN(vb2_plane_size(vb, 0)); in sh_mobile_ceu_videobuf_init()
441 pcdev->buf_total); in sh_mobile_ceu_videobuf_init()
537 pcdev->buf_total = 0; in sh_mobile_ceu_clock_start()