Loading drivers/media/platform/msm/camera_v2/isp/Makefile +1 −1 Original line number Diff line number Diff line ccflags-y += -Idrivers/media/platform/msm/camera_v2 ccflags-y += -Idrivers/media/platform/msm/camera_v2/sensor/io obj-$(CONFIG_MSMB_CAMERA) += msm_isp.o msm_buf_mgr.o msm_isp_util.o msm_isp_axi_util.o msm_isp_stats_util.o obj-$(CONFIG_MSMB_CAMERA) += msm_isp40.o msm_isp32.o obj-$(CONFIG_MSMB_CAMERA) += msm_isp44.o msm_isp40.o msm_isp32.o drivers/media/platform/msm/camera_v2/isp/msm_isp44.c 0 → 100644 +1455 −0 File added.Preview size limit exceeded, changes collapsed. Show changes drivers/media/platform/msm/camera_v2/isp/msm_isp44.h 0 → 100644 +17 −0 Original line number Diff line number Diff line /* Copyright (c) 2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ #ifndef __MSM_ISP44_H__ #define __MSM_ISP44_H__ extern struct msm_vfe_hardware_info vfe44_hw_info; #endif /* __MSM_ISP44_H__ */ Loading
drivers/media/platform/msm/camera_v2/isp/Makefile +1 −1 Original line number Diff line number Diff line ccflags-y += -Idrivers/media/platform/msm/camera_v2 ccflags-y += -Idrivers/media/platform/msm/camera_v2/sensor/io obj-$(CONFIG_MSMB_CAMERA) += msm_isp.o msm_buf_mgr.o msm_isp_util.o msm_isp_axi_util.o msm_isp_stats_util.o obj-$(CONFIG_MSMB_CAMERA) += msm_isp40.o msm_isp32.o obj-$(CONFIG_MSMB_CAMERA) += msm_isp44.o msm_isp40.o msm_isp32.o
drivers/media/platform/msm/camera_v2/isp/msm_isp44.c 0 → 100644 +1455 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
drivers/media/platform/msm/camera_v2/isp/msm_isp44.h 0 → 100644 +17 −0 Original line number Diff line number Diff line /* Copyright (c) 2013, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ #ifndef __MSM_ISP44_H__ #define __MSM_ISP44_H__ extern struct msm_vfe_hardware_info vfe44_hw_info; #endif /* __MSM_ISP44_H__ */