Home
last modified time | relevance | path

Searched refs:video_type (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/drivers/staging/solo6x10/
Ddisp.c36 static unsigned video_type; variable
37 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()
Dtw28.c192 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()
Dsolo6x10.h226 u32 video_type; member
Dv4l2.c635 if (solo_dev->video_type == SOLO_VO_FMT_TYPE_NTSC) in solo_enum_input()
Dv4l2-enc.c536 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()
/linux-2.6.39/drivers/media/video/cx18/
Dcx18-cards.h63 u8 video_type; /* video input type */ member
Dcx18-cards.c600 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()
Dcx18-driver.c774 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()
/linux-2.6.39/drivers/media/video/ivtv/
Divtv-routing.c71 type = itv->card->video_inputs[inp].video_type; in ivtv_video_set_io()
Divtv-cards.h183 u8 video_type; /* video input type */ member
Divtv-cards.c1320 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()
Divtv-driver.c783 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()
/linux-2.6.39/drivers/staging/xgifb/
DXGI_main.h261 static int video_type = FB_TYPE_PACKED_PIXELS; variable
DXGI_main_26.c1490 fix->type = video_type; in XGIfb_get_fix()