Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/soc_camera/
Dmx3_camera.c110 size_t buf_total; member
236 sizes[0] * *count + mx3_cam->buf_total > MAX_VIDEO_MEM * 1024 * 1024) in mx3_videobuf_setup()
237 *count = (MAX_VIDEO_MEM * 1024 * 1024 - mx3_cam->buf_total) / in mx3_videobuf_setup()
388 mx3_cam->buf_total -= vb2_plane_size(vb, 0); in mx3_videobuf_release()
403 mx3_cam->buf_total += vb2_plane_size(vb, 0); in mx3_videobuf_init()
531 mx3_cam->buf_total = 0; in mx3_camera_clock_start()
Dsh_mobile_ceu_camera.c111 size_t buf_total; member
260 if (size + pcdev->buf_total > pcdev->video_limit) in sh_mobile_ceu_videobuf_setup()
261 *count = (pcdev->video_limit - pcdev->buf_total) / in sh_mobile_ceu_videobuf_setup()
452 pcdev->buf_total -= PAGE_ALIGN(vb2_plane_size(vb, 0)); in sh_mobile_ceu_videobuf_release()
454 pcdev->buf_total); in sh_mobile_ceu_videobuf_release()
465 pcdev->buf_total += PAGE_ALIGN(vb2_plane_size(vb, 0)); in sh_mobile_ceu_videobuf_init()
467 pcdev->buf_total); in sh_mobile_ceu_videobuf_init()
616 pcdev->buf_total = 0; in sh_mobile_ceu_clock_start()