Searched refs:buf_total (Results 1 – 1 of 1) sorted by relevance
105 size_t buf_total; member229 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()