Home
last modified time | relevance | path

Searched refs:ch_vfc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_ad_nvp6188.c536 unsigned char ch_vfc = 0xff; in nv6188_read_vfc() local
539 nvp6188_read_reg(ad, 0xf0, &ch_vfc); in nv6188_read_vfc()
540 return ch_vfc; in nv6188_read_vfc()
544 u8 *ch_vfc) in nvp6188_read_all_vfc() argument
557 ch_vfc[ch] = nv6188_read_vfc(ad, ch); in nvp6188_read_all_vfc()
559 if (ch_vfc[0] != 0xff || ch_vfc[1] != 0xff || in nvp6188_read_all_vfc()
560 ch_vfc[2] != 0xff || ch_vfc[3] != 0xff) { in nvp6188_read_all_vfc()
575 ch_vfc[0], ch_vfc[1], ch_vfc[2], ch_vfc[3]); in nvp6188_read_all_vfc()
584 unsigned char ch_vfc[4] = { 0xff, 0xff, 0xff, 0xff }; in nvp6188_auto_detect_fmt() local
587 if (nvp6188_read_all_vfc(ad, ch_vfc)) in nvp6188_auto_detect_fmt()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dnvp6188.c950 unsigned char ch_vfc = 0xff; in nv6188_read_vfc() local
954 nvp6188_read_reg(client, 0xf0, &ch_vfc); in nv6188_read_vfc()
956 return ch_vfc; in nv6188_read_vfc()
1911 unsigned char ch_vfc = 0xff, val_13x70 = 0xf0; in nvp6188_auto_detect_fmt() local
1916 ch_vfc = nv6188_read_vfc(nvp6188, ch); in nvp6188_auto_detect_fmt()
1917 if (ch_vfc == 0xFF) { in nvp6188_auto_detect_fmt()
1920 ch_vfc = NVP_RESO_1300P_NSTC_VALUE; in nvp6188_auto_detect_fmt()
1922 ch_vfc = NVP_RESO_1300P_PAL_VALUE; in nvp6188_auto_detect_fmt()
1924 switch (ch_vfc) { in nvp6188_auto_detect_fmt()
1976 ch, nvp6188->cur_mode.channel_reso[ch], ch_vfc); in nvp6188_auto_detect_fmt()