Lines Matching refs:cxiformat
885 u32 cxiformat, cxoformat; in cx88_set_tvnorm() local
902 cxiformat = VideoFormatNTSCJapan; in cx88_set_tvnorm()
905 cxiformat = VideoFormatNTSC443; in cx88_set_tvnorm()
908 cxiformat = VideoFormatPALM; in cx88_set_tvnorm()
911 cxiformat = VideoFormatPALN; in cx88_set_tvnorm()
914 cxiformat = VideoFormatPALNC; in cx88_set_tvnorm()
917 cxiformat = VideoFormatPAL60; in cx88_set_tvnorm()
920 cxiformat = VideoFormatNTSC; in cx88_set_tvnorm()
926 cxiformat = VideoFormatSECAM; in cx88_set_tvnorm()
929 cxiformat = VideoFormatPAL; in cx88_set_tvnorm()
939 cxiformat, cx_read(MO_INPUT_FORMAT) & 0x0f); in cx88_set_tvnorm()
945 norm & V4L2_STD_SECAM ? cxiformat : cxiformat | 0x400); in cx88_set_tvnorm()
1008 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()