Loading drivers/media/platform/msm/camera_v2/fd/msm_fd_dev.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2014-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2019, 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 Loading Loading @@ -1473,6 +1473,7 @@ static struct platform_driver fd_driver = { .name = MSM_FD_DRV_NAME, .owner = THIS_MODULE, .of_match_table = msm_fd_dt_match, .suppress_bind_attrs = true, }, }; Loading drivers/media/platform/msm/camera_v2/jpeg_10/msm_jpeg_dev.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2019, 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 Loading Loading @@ -297,6 +297,7 @@ static struct platform_driver msm_jpeg_driver = { .name = "msm_jpeg", .owner = THIS_MODULE, .of_match_table = msm_jpeg_dt_match, .suppress_bind_attrs = true, }, }; Loading drivers/media/platform/msm/camera_v2/jpeg_dma/msm_jpeg_dma_dev.c +1 −0 Original line number Diff line number Diff line Loading @@ -1494,6 +1494,7 @@ static struct platform_driver jpegdma_driver = { .name = MSM_JPEGDMA_DRV_NAME, .owner = THIS_MODULE, .of_match_table = msm_jpegdma_dt_match, .suppress_bind_attrs = true, }, }; Loading drivers/media/platform/msm/camera_v2/pproc/cpp/msm_cpp.c +1 −0 Original line number Diff line number Diff line Loading @@ -4815,6 +4815,7 @@ static struct platform_driver cpp_driver = { .name = MSM_CPP_DRV_NAME, .owner = THIS_MODULE, .of_match_table = msm_cpp_dt_match, .suppress_bind_attrs = true, }, }; Loading Loading
drivers/media/platform/msm/camera_v2/fd/msm_fd_dev.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2014-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2019, 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 Loading Loading @@ -1473,6 +1473,7 @@ static struct platform_driver fd_driver = { .name = MSM_FD_DRV_NAME, .owner = THIS_MODULE, .of_match_table = msm_fd_dt_match, .suppress_bind_attrs = true, }, }; Loading
drivers/media/platform/msm/camera_v2/jpeg_10/msm_jpeg_dev.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2019, 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 Loading Loading @@ -297,6 +297,7 @@ static struct platform_driver msm_jpeg_driver = { .name = "msm_jpeg", .owner = THIS_MODULE, .of_match_table = msm_jpeg_dt_match, .suppress_bind_attrs = true, }, }; Loading
drivers/media/platform/msm/camera_v2/jpeg_dma/msm_jpeg_dma_dev.c +1 −0 Original line number Diff line number Diff line Loading @@ -1494,6 +1494,7 @@ static struct platform_driver jpegdma_driver = { .name = MSM_JPEGDMA_DRV_NAME, .owner = THIS_MODULE, .of_match_table = msm_jpegdma_dt_match, .suppress_bind_attrs = true, }, }; Loading
drivers/media/platform/msm/camera_v2/pproc/cpp/msm_cpp.c +1 −0 Original line number Diff line number Diff line Loading @@ -4815,6 +4815,7 @@ static struct platform_driver cpp_driver = { .name = MSM_CPP_DRV_NAME, .owner = THIS_MODULE, .of_match_table = msm_cpp_dt_match, .suppress_bind_attrs = true, }, }; Loading