Home
last modified time | relevance | path

Searched refs:norms (Results 1 – 6 of 6) sorted by relevance

/drivers/media/video/saa7134/
Dsaa7134-tvaudio.c775 u32 value, norms; in tvaudio_thread_ddep() local
790 norms = (audio_ddep << 2) | 0x01; in tvaudio_thread_ddep()
795 norms = (0x11 << 2) | 0x01; in tvaudio_thread_ddep()
798 norms = (0x0f << 2) | 0x01; in tvaudio_thread_ddep()
802 norms = 0; in tvaudio_thread_ddep()
804 norms |= 0x04; in tvaudio_thread_ddep()
806 norms |= 0x20; in tvaudio_thread_ddep()
808 norms |= 0x08; in tvaudio_thread_ddep()
810 norms |= 0x40; in tvaudio_thread_ddep()
812 norms |= 0x10; in tvaudio_thread_ddep()
[all …]
/drivers/media/video/zoran/
Dzoran_card.c442 .norms = 3,
470 .norms = 3,
497 .norms = 3,
526 .norms = 3,
555 .norms = 3,
582 .norms = 2,
609 .norms = 2,
636 .norms = 3,
673 .norms = 2,
Dzoran.h359 int norms; member
Dzoran_driver.c1803 (norm < 0 || norm >= zr->card.norms || in zoran_set_norm()
3581 if (std->index < 0 || std->index >= (zr->card.norms + 1)) in zoran_do_ioctl()
3589 if (std->index == zr->card.norms) { in zoran_do_ioctl()
4013 zr->card.norms == 3)) { in zoran_do_ioctl()
/drivers/media/video/
Dadv7170.c65 static char *norms[] = { "PAL", "NTSC" }; variable
244 v4l_dbg(1, debug, client, "switched to %s\n", norms[iarg]); in adv7170_command()
Dadv7175.c62 static char *norms[] = { "PAL", "NTSC", "SECAM->PAL (may not work!)" }; variable
253 v4l_dbg(1, debug, client, "switched to %s\n", norms[iarg]); in adv7175_command()