Searched refs:tvnorm (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | tda9887.c | 47 int radio,tvnorm; member 168 } else if (t->tvnorm == VIDEO_MODE_PAL) { in tda9887_miro() 207 } else if (t->tvnorm == VIDEO_MODE_SECAM) { in tda9887_miro() 235 } else if (t->tvnorm == VIDEO_MODE_NTSC) { in tda9887_miro() 301 } else if (t->tvnorm == VIDEO_MODE_PAL) { in tda9887_configure() 320 } else if (t->tvnorm == VIDEO_MODE_NTSC) { in tda9887_configure() 324 } else if (t->tvnorm == VIDEO_MODE_SECAM) { in tda9887_configure() 328 } else if (t->tvnorm == 6 /* BTTV hack */) { in tda9887_configure() 334 printk("tda9885/6/7 unknown norm=%d\n",t->tvnorm); in tda9887_configure() 362 t->tvnorm=VIDEO_MODE_PAL; in tda9887_attach() [all …]
|
D | zoran.h | 220 struct tvnorm { struct 231 struct tvnorm *timing; argument
|
D | zr36067.c | 619 static struct tvnorm f50sqpixel = { 944, 768, 83, 880, 625, 576, 16 }; 620 static struct tvnorm f60sqpixel = { 780, 640, 51, 716, 525, 480, 12 }; 622 static struct tvnorm f50ccir601 = { 864, 720, 75, 804, 625, 576, 18 }; 623 static struct tvnorm f60ccir601 = { 858, 720, 57, 788, 525, 480, 16 }; 625 static struct tvnorm *dc10norms[] = { 631 static struct tvnorm *lml33norms[] = { 637 static struct tvnorm *buznorms[] = { 643 static struct tvnorm *unsupported[] = { 649 static struct tvnorm **cardnorms[] = { 743 struct tvnorm *tvn; in zr36057_set_vfe() [all …]
|
D | zr36120.c | 523 struct tvnorm struct 528 static struct tvnorm tvnorms[] = { argument 541 #define TVNORMS (sizeof(tvnorms)/sizeof(tvnorm))
|
D | bttv-driver.c | 464 struct tvnorm struct 477 static struct tvnorm tvnorms[] = { argument 1159 static inline void bt848_set_eogeo(struct bttv *btv, struct tvnorm *tvn, in bt848_set_eogeo() 1221 struct tvnorm *tvn; in bt848_set_geo()
|