Lines Matching +full:comp +full:- +full:disable
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * camss-vfe.h
5 * Qualcomm MSM Camera Subsystem - VFE (Video Front End) Module
7 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
8 * Copyright (C) 2015-2018 Linaro Ltd.
15 #include <media/media-entity.h>
16 #include <media/v4l2-device.h>
17 #include <media/v4l2-subdev.h>
19 #include "camss-video.h"
20 #include "camss-vfe-gen1.h"
31 /* Frame drop value. VAL + UPDATES - 1 should not exceed 31 */
35 ((const struct vfe_line (*)[]) &(ptr_line)[-(ptr_line)->id])
51 VFE_LINE_NONE = -1,
125 void (*comp_done)(struct vfe_device *vfe, u8 comp);
179 * vfe_buf_add_pending - Add output buffer to list of pending
190 * vfe_isr_comp_done - Process composite image done interrupt
192 * @comp: Composite image id
194 void vfe_isr_comp_done(struct vfe_device *vfe, u8 comp);
202 * vfe_reset - Trigger reset on VFE module and wait to complete
210 * vfe_disable - Disable streaming on VFE line
218 * vfe_pm_domain_off - Disable power domains specific to this VFE.
224 * vfe_pm_domain_on - Enable power domains specific to this VFE.
246 * vfe_is_lite - Return if VFE is VFE lite.