Searched refs:video_type (Results 1 – 14 of 14) sorted by relevance
36 static unsigned video_type; variable37 module_param(video_type, uint, 0644);38 MODULE_PARM_DESC(video_type, "video_type (0 = NTSC/Default, 1 = PAL)");79 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) { in solo_vin_config()113 solo_dev->video_type | in solo_disp_config()217 if (video_type == 0) { in solo_disp_init()218 solo_dev->video_type = SOLO_VO_FMT_TYPE_NTSC; in solo_disp_init()222 solo_dev->video_type = SOLO_VO_FMT_TYPE_PAL; in solo_disp_init()
192 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_PAL) in tw2865_setup()289 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_PAL) { in tw2864_setup()391 (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) ? in tw2815_setup()513 if (solo_dev->video_type != SOLO_VO_FMT_TYPE_NTSC) { in saa7128_setup()
226 u32 video_type; member
635 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) in solo_enum_input()
536 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) in mpeg4_write_vol()1087 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) in solo_enc_enum_input()
63 u8 video_type; /* video input type */ member
600 strlcpy(input->name, input_strs[card_input->video_type - 1], in cx18_get_input()602 input->type = (card_input->video_type == CX18_CARD_INPUT_VID_TUNER ? in cx18_get_input()
774 if (cx->card->video_inputs[i].video_type == 0) in cx18_init_struct2()784 if (cx->card->video_inputs[i].video_type == in cx18_init_struct2()
71 type = itv->card->video_inputs[inp].video_type; in ivtv_video_set_io()
183 u8 video_type; /* video input type */ member
1320 strlcpy(input->name, input_strs[card_input->video_type - 1], in ivtv_get_input()1322 input->type = (card_input->video_type == IVTV_CARD_INPUT_VID_TUNER ? in ivtv_get_input()
783 if (itv->card->video_inputs[i].video_type == 0) in ivtv_init_struct2()799 if (itv->card->video_inputs[i].video_type == in ivtv_init_struct2()
261 static int video_type = FB_TYPE_PACKED_PIXELS; variable
1490 fix->type = video_type; in XGIfb_get_fix()