1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * camss-vfe-vbif.h 4 * 5 * Qualcomm MSM Camera Subsystem - VFE VBIF Module 6 * 7 * Copyright (c) 2025, The Linux Foundation. All rights reserved. 8 * 9 */ 10 #ifndef QC_MSM_CAMSS_VFE_VBIF_H 11 #define QC_MSM_CAMSS_VFE_VBIF_H 12 13 #include "camss-vfe.h" 14 15 void vfe_vbif_write_reg(struct vfe_device *vfe, u32 reg, u32 val); 16 17 int vfe_vbif_apply_settings(struct vfe_device *vfe); 18 19 #endif /* QC_MSM_CAMSS_VFE_VBIF_H */ 20