Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/soc_camera/
Dmx3_camera.c110 size_t buf_total; member
237 sizes[0] * *count + mx3_cam->buf_total > MAX_VIDEO_MEM * 1024 * 1024) in mx3_videobuf_setup()
238 *count = (MAX_VIDEO_MEM * 1024 * 1024 - mx3_cam->buf_total) / in mx3_videobuf_setup()
391 mx3_cam->buf_total -= vb2_plane_size(vb, 0); in mx3_videobuf_release()
407 mx3_cam->buf_total += vb2_plane_size(vb, 0); in mx3_videobuf_init()
535 mx3_cam->buf_total = 0; in mx3_camera_clock_start()
Dsh_mobile_ceu_camera.c111 size_t buf_total; member
262 if (size + pcdev->buf_total > pcdev->video_limit) in sh_mobile_ceu_videobuf_setup()
263 *count = (pcdev->video_limit - pcdev->buf_total) / in sh_mobile_ceu_videobuf_setup()
460 pcdev->buf_total -= PAGE_ALIGN(vb2_plane_size(vb, 0)); in sh_mobile_ceu_videobuf_release()
462 pcdev->buf_total); in sh_mobile_ceu_videobuf_release()
475 pcdev->buf_total += PAGE_ALIGN(vb2_plane_size(vb, 0)); in sh_mobile_ceu_videobuf_init()
477 pcdev->buf_total); in sh_mobile_ceu_videobuf_init()
627 pcdev->buf_total = 0; in sh_mobile_ceu_clock_start()