Searched refs:pmode (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dstradis.c1566 struct video_play_mode pmode; local
1567 if (copy_from_user((void *) &pmode, arg,
1570 switch (pmode.mode) {
1572 if (pmode.p1 != VIDEO_MODE_NTSC &&
1573 pmode.p1 != VIDEO_MODE_PAL)
1575 set_out_format(saa, pmode.p1);
1580 (pmode.p1 ? 0x8000 : 0x8080),
1584 pmode.p2);
1592 saa->playmode = pmode.mode;
1601 if (saa->playmode == pmode
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusbvideo.h334 void usbvideo_TestPattern(struct uvd *uvd, int fullframe, int pmode);
H A Dusbvideo.c583 * pmode 0: fill the frame with solid blue color (like on VCR or TV)
589 void usbvideo_TestPattern(struct uvd *uvd, int fullframe, int pmode) argument
630 if (pmode == 1) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dtraps.c35 extern void c_backtrace (unsigned long fp, int pmode);

Completed in 103 milliseconds