Lines Matching refs:cxiformat
867 u32 cxiformat, cxoformat; in cx88_set_tvnorm() local
884 cxiformat = VideoFormatNTSCJapan; in cx88_set_tvnorm()
887 cxiformat = VideoFormatNTSC443; in cx88_set_tvnorm()
890 cxiformat = VideoFormatPALM; in cx88_set_tvnorm()
893 cxiformat = VideoFormatPALN; in cx88_set_tvnorm()
896 cxiformat = VideoFormatPALNC; in cx88_set_tvnorm()
899 cxiformat = VideoFormatPAL60; in cx88_set_tvnorm()
902 cxiformat = VideoFormatNTSC; in cx88_set_tvnorm()
908 cxiformat = VideoFormatSECAM; in cx88_set_tvnorm()
911 cxiformat = VideoFormatPAL; in cx88_set_tvnorm()
921 cxiformat, cx_read(MO_INPUT_FORMAT) & 0x0f); in cx88_set_tvnorm()
925 norm & V4L2_STD_SECAM ? cxiformat : cxiformat | 0x400); in cx88_set_tvnorm()
982 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()