Lines Matching refs:cxiformat
865 u32 cxiformat, cxoformat; in cx88_set_tvnorm() local
882 cxiformat = VideoFormatNTSCJapan; in cx88_set_tvnorm()
885 cxiformat = VideoFormatNTSC443; in cx88_set_tvnorm()
888 cxiformat = VideoFormatPALM; in cx88_set_tvnorm()
891 cxiformat = VideoFormatPALN; in cx88_set_tvnorm()
894 cxiformat = VideoFormatPALNC; in cx88_set_tvnorm()
897 cxiformat = VideoFormatPAL60; in cx88_set_tvnorm()
900 cxiformat = VideoFormatNTSC; in cx88_set_tvnorm()
906 cxiformat = VideoFormatSECAM; in cx88_set_tvnorm()
909 cxiformat = VideoFormatPAL; in cx88_set_tvnorm()
919 cxiformat, cx_read(MO_INPUT_FORMAT) & 0x0f); in cx88_set_tvnorm()
923 norm & V4L2_STD_SECAM ? cxiformat : cxiformat | 0x400); in cx88_set_tvnorm()
980 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()