Loading drivers/media/platform/msm/camera_v2/sensor/cci/msm_cci.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, 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 @@ -32,7 +32,7 @@ #define CYCLES_PER_MICRO_SEC_DEFAULT 4915 #define CCI_MAX_DELAY 1000000 #define CCI_TIMEOUT msecs_to_jiffies(100) #define CCI_TIMEOUT msecs_to_jiffies(500) /* TODO move this somewhere else */ #define MSM_CCI_DRV_NAME "msm_cci" Loading Loading
drivers/media/platform/msm/camera_v2/sensor/cci/msm_cci.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, 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 @@ -32,7 +32,7 @@ #define CYCLES_PER_MICRO_SEC_DEFAULT 4915 #define CCI_MAX_DELAY 1000000 #define CCI_TIMEOUT msecs_to_jiffies(100) #define CCI_TIMEOUT msecs_to_jiffies(500) /* TODO move this somewhere else */ #define MSM_CCI_DRV_NAME "msm_cci" Loading