Searched refs:cvstd_mode (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_ad_nvp6324.c | 71 static int cvstd_mode = CVSTD_1080P25; variable 1968 if (cvstd_mode == CVSTD_PAL) { in nvp6324_ad_check_cif_error() 1976 } else if (cvstd_mode == CVSTD_NTSC) { in nvp6324_ad_check_cif_error() 1984 } else if (cvstd_mode == CVSTD_1080P25) { in nvp6324_ad_check_cif_error() 1992 } else if (cvstd_mode == CVSTD_720P25) { in nvp6324_ad_check_cif_error() 2042 cvstd_mode = CVSTD_720P25; in nvp6324_check_cvstd() 2045 cvstd_mode = CVSTD_1080P25; in nvp6324_check_cvstd() 2048 cvstd_mode = CVSTD_NTSC; in nvp6324_check_cvstd() 2051 cvstd_mode = CVSTD_PAL; in nvp6324_check_cvstd() 2054 cvstd_mode = cvstd_old; in nvp6324_check_cvstd() [all …]
|
| H A D | vehicle_ad_max96714.c | 71 static int cvstd_mode = CVSTD_1080P30; variable 318 if (cvstd_mode == CVSTD_PAL) { in max96714_ad_check_cif_error() 326 } else if (cvstd_mode == CVSTD_NTSC) { in max96714_ad_check_cif_error() 334 } else if (cvstd_mode == CVSTD_1080P30) { in max96714_ad_check_cif_error() 374 cvstd_mode = CVSTD_1080P30; in max96714_check_cvstd() 378 cvstd_mode = cvstd_old; in max96714_check_cvstd() 449 VEHICLE_DG("%s:cvstd_old(%d), cvstd_mode(%d)\n", __func__, cvstd_old, cvstd_mode); in max96714_check_state_work() 450 if (cvstd_old != cvstd_mode || cvstd_old_state != cvstd_state) { in max96714_check_state_work() 452 __func__, cvstd_old, cvstd_mode); in max96714_check_state_work() 453 cvstd_old = cvstd_mode; in max96714_check_state_work() [all …]
|
| H A D | vehicle_ad_gc2145.c | 74 static int cvstd_mode = CVSTD_SVGAP30; variable 938 if (cvstd_mode == CVSTD_PAL) { in gc2145_ad_check_cif_error() 946 } else if (cvstd_mode == CVSTD_NTSC) { in gc2145_ad_check_cif_error() 954 } else if (cvstd_mode == CVSTD_SVGAP30) { in gc2145_ad_check_cif_error() 1045 SENSOR_DG("%s:cvstd_old(%d), cvstd_mode(%d)\n", __func__, cvstd_old, cvstd_mode); in gc2145_check_state_work() 1049 if (cvstd_old != cvstd_mode || cvstd_old_state != cvstd_state) { in gc2145_check_state_work() 1051 __func__, cvstd_old, cvstd_mode); in gc2145_check_state_work() 1052 cvstd_old = cvstd_mode; in gc2145_check_state_work() 1132 gc2145_reg_init(ad, cvstd_mode); in gc2145_ad_init() 1133 gc2145_reinit_parameter(ad, cvstd_mode); in gc2145_ad_init()
|
| H A D | vehicle_ad_tp2825.c | 70 static int cvstd_mode = CVSTD_720P50; variable 731 if (cvstd_mode == CVSTD_PAL) { in tp2825_ad_check_cif_error() 739 } else if (cvstd_mode == CVSTD_NTSC) { in tp2825_ad_check_cif_error() 804 cvstd_mode = CVSTD_720P30; in tp2825_check_cvstd() 807 cvstd_mode = CVSTD_720P25; in tp2825_check_cvstd() 812 cvstd_mode = CVSTD_720P50; in tp2825_check_cvstd() 835 cvstd_mode = cvstd_sd; in tp2825_check_cvstd() 837 tp2825_reinit_parameter(ad, cvstd_mode); in tp2825_check_cvstd() 845 tp2825_reg_init(ad, cvstd_mode); in tp2825_check_cvstd() 911 if (cvstd_old != cvstd_mode || cvstd_old_state != cvstd_state) { in tp2825_check_state_work() [all …]
|
| H A D | vehicle_ad_nvp6188.c | 71 static int cvstd_mode = CVSTD_1080P25; variable 952 if (cvstd_mode == CVSTD_PAL) { in nvp6188_ad_check_cif_error() 960 } else if (cvstd_mode == CVSTD_NTSC) { in nvp6188_ad_check_cif_error() 968 } else if (cvstd_mode == CVSTD_1080P25) { in nvp6188_ad_check_cif_error() 976 } else if (cvstd_mode == CVSTD_720P25) { in nvp6188_ad_check_cif_error() 1194 nvp6188_reinit_parameter(ad, cvstd_mode); in nvp6188_ad_init()
|