Lines Matching refs:reso
1910 u32 reso = 0; in nvp6188_auto_detect_fmt() local
1927 reso = NVP_RESO_960H_NSTC; in nvp6188_auto_detect_fmt()
1931 reso = NVP_RESO_960H_PAL; in nvp6188_auto_detect_fmt()
1935 reso = NVP_RESO_720P_NSTC; in nvp6188_auto_detect_fmt()
1939 reso = NVP_RESO_720P_PAL; in nvp6188_auto_detect_fmt()
1943 reso = NVP_RESO_1080P_NSTC; in nvp6188_auto_detect_fmt()
1947 reso = NVP_RESO_1080P_PAL; in nvp6188_auto_detect_fmt()
1951 reso = NVP_RESO_960P_NSTC; in nvp6188_auto_detect_fmt()
1955 reso = NVP_RESO_960P_PAL; in nvp6188_auto_detect_fmt()
1959 reso = NVP_RESO_1300P_NSTC; in nvp6188_auto_detect_fmt()
1963 reso = NVP_RESO_1300P_PAL; in nvp6188_auto_detect_fmt()
1967 reso = NVP_RESO_UNKOWN; in nvp6188_auto_detect_fmt()
1971 if (reso != nvp6188->cur_mode.channel_reso[ch]) { in nvp6188_auto_detect_fmt()
1973 reso == NVP_RESO_UNKOWN && in nvp6188_auto_detect_fmt()
1987 ch, nvp6188->cur_mode.channel_reso[ch], reso); in nvp6188_auto_detect_fmt()
1988 nvp6188_manual_mode(nvp6188, ch, reso); in nvp6188_auto_detect_fmt()
1989 nvp6188->cur_mode.channel_reso[ch] = reso; in nvp6188_auto_detect_fmt()