Lines Matching refs:cxiformat
890 u32 cxiformat, cxoformat; in cx88_set_tvnorm() local
907 cxiformat = VideoFormatNTSCJapan; in cx88_set_tvnorm()
910 cxiformat = VideoFormatNTSC443; in cx88_set_tvnorm()
913 cxiformat = VideoFormatPALM; in cx88_set_tvnorm()
916 cxiformat = VideoFormatPALN; in cx88_set_tvnorm()
919 cxiformat = VideoFormatPALNC; in cx88_set_tvnorm()
922 cxiformat = VideoFormatPAL60; in cx88_set_tvnorm()
925 cxiformat = VideoFormatNTSC; in cx88_set_tvnorm()
931 cxiformat = VideoFormatSECAM; in cx88_set_tvnorm()
934 cxiformat = VideoFormatPAL; in cx88_set_tvnorm()
944 cxiformat, cx_read(MO_INPUT_FORMAT) & 0x0f); in cx88_set_tvnorm()
950 norm & V4L2_STD_SECAM ? cxiformat : cxiformat | 0x400); in cx88_set_tvnorm()
1013 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()