/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-devattr.c | 226 .default_std_mask = V4L2_STD_NTSC_M, 286 .default_std_mask = V4L2_STD_NTSC_M, 490 .default_std_mask = V4L2_STD_NTSC_M, 513 .default_std_mask = V4L2_STD_NTSC_M, 650 .default_std_mask = V4L2_STD_NTSC_M, 674 .default_std_mask = V4L2_STD_NTSC_M,
|
H A D | pvrusb2-std.c | 33 (V4L2_STD_NTSC_M| \ 62 #define TSTD_M (V4L2_STD_PAL_M|V4L2_STD_NTSC_M)
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_v4l.c | 89 .std = V4L2_STD_PAL_BG|V4L2_STD_NTSC_M, 98 .std = V4L2_STD_PAL_BG|V4L2_STD_NTSC_M, 107 .std = V4L2_STD_PAL_BG|V4L2_STD_NTSC_M, 116 .std = V4L2_STD_PAL_BG|V4L2_STD_NTSC_M, 482 o->std = V4L2_STD_NTSC_M | V4L2_STD_PAL_BG; in vidioc_enum_output() 877 .name = "NTSC", .id = V4L2_STD_NTSC_M, 891 .name = "NTSC", .id = V4L2_STD_NTSC_M, 905 .name = "NTSC", .id = V4L2_STD_NTSC_M,
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-driver.c | 432 cx->std |= V4L2_STD_NTSC_M; in cx18_process_eeprom() 438 cx->std |= V4L2_STD_NTSC_M; in cx18_process_eeprom() 506 return V4L2_STD_NTSC_M; in cx18_parse_std() 1026 cx->std = V4L2_STD_NTSC_M; in cx18_probe() 1042 cx->std = V4L2_STD_NTSC_M; in cx18_probe() 1095 cx->std = V4L2_STD_NTSC_M; in cx18_probe() 1218 else if (cx->std & V4L2_STD_NTSC_M) in cx18_init_on_first_open() 1228 std = (cx->tuner_std == V4L2_STD_ALL) ? V4L2_STD_NTSC_M : cx->tuner_std; in cx18_init_on_first_open()
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.c | 535 itv->std |= V4L2_STD_NTSC_M; in ivtv_process_eeprom() 541 itv->std |= V4L2_STD_NTSC_M; in ivtv_process_eeprom() 618 return V4L2_STD_NTSC_M; in ivtv_parse_std() 1112 itv->std = V4L2_STD_NTSC_M; in ivtv_probe() 1131 itv->std = V4L2_STD_NTSC_M; in ivtv_probe() 1345 else if (itv->std & V4L2_STD_NTSC_M) { in ivtv_init_on_first_open()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | au8522_decoder.c | 586 if ((std & (V4L2_STD_PAL_M | V4L2_STD_NTSC_M)) == 0) in au8522_s_std() 748 state->std = V4L2_STD_NTSC_M; in au8522_probe()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-tuner.rst | 272 supports the ``V4L2_STD_NTSC_M`` video standard. 318 standard is ``V4L2_STD_NTSC_M``. 331 when the current video standard is ``V4L2_STD_NTSC_M``.
|
H A D | vidioc-enumstd.rst | 143 #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000) 191 #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2.c | 514 *i = V4L2_STD_NTSC_M; in solo_g_std() 619 .tvnorms = V4L2_STD_NTSC_M | V4L2_STD_PAL,
|
H A D | solo6x10-v4l2-enc.c | 943 *i = V4L2_STD_NTSC_M; in solo_enc_g_std() 1178 .tvnorms = V4L2_STD_NTSC_M | V4L2_STD_PAL,
|
/openbmc/linux/drivers/media/pci/cx25821/ |
H A D | cx25821.h | 68 V4L2_STD_NTSC_M | V4L2_STD_NTSC_M_JP | V4L2_STD_NTSC_M_KR | \
|
H A D | cx25821-video.c | 673 dev->tvnorm = V4L2_STD_NTSC_M; in cx25821_video_register()
|
/openbmc/linux/drivers/media/pci/tw5864/ |
H A D | tw5864-video.c | 1174 input->v4l2_std = V4L2_STD_NTSC_M; in tw5864_video_input_init() 1462 case STD_NTSC: return V4L2_STD_NTSC_M; in tw5864_get_v4l2_std() 1476 if (v4l2_std & V4L2_STD_NTSC_M) in tw5864_from_v4l2_std()
|
/openbmc/linux/drivers/media/i2c/adv748x/ |
H A D | adv748x-afe.c | 510 afe->curr_norm = V4L2_STD_NTSC_M; in adv748x_afe_init()
|
/openbmc/linux/include/uapi/linux/ |
H A D | videodev2.h | 1362 #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000) /* BTSC */ macro 1398 #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |\ 1450 #define V4L2_STD_MTS (V4L2_STD_NTSC_M |\
|
/openbmc/linux/drivers/media/tuners/ |
H A D | tda9887.c | 221 .std = V4L2_STD_NTSC_M | V4L2_STD_NTSC_M_KR,
|
/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-encoder.c | 29 .id = V4L2_STD_NTSC_M, 1067 port->std = V4L2_STD_NTSC_M; in saa7164_encoder_register()
|
H A D | saa7164.h | 106 (V4L2_STD_NTSC_M | V4L2_STD_NTSC_M_JP)
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cx23885.h | 125 V4L2_STD_NTSC_M | V4L2_STD_NTSC_M_JP | V4L2_STD_NTSC_443 | \
|
/openbmc/linux/drivers/media/pci/ttpci/ |
H A D | budget-av.c | 1398 V4L2_STD_PAL_BG | V4L2_STD_NTSC_M, 0, V4L2_IN_CAP_STD }, 1400 V4L2_STD_PAL_BG | V4L2_STD_NTSC_M, 0, V4L2_IN_CAP_STD },
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-cap.c | 1322 (dev->std_cap[dev->input] & V4L2_STD_NTSC_M) ? 4 : 3; in vivid_video_g_tuner() 1332 if (dev->std_cap[dev->input] & V4L2_STD_NTSC_M) in vivid_video_g_tuner() 1348 V4L2_STD_NTSC_M,
|
/openbmc/linux/drivers/media/usb/go7007/ |
H A D | go7007-driver.c | 724 go->std = V4L2_STD_NTSC_M; in go7007_update_board()
|
/openbmc/linux/drivers/media/usb/stk1160/ |
H A D | stk1160-v4l.c | 825 dev->norm = V4L2_STD_NTSC_M; in stk1160_video_register()
|
/openbmc/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx.h | 114 V4L2_STD_NTSC_M | V4L2_STD_NTSC_M_JP | V4L2_STD_NTSC_443 | \
|
/openbmc/linux/drivers/media/usb/au0828/ |
H A D | au0828-video.c | 1801 .tvnorms = V4L2_STD_NTSC_M | V4L2_STD_PAL_M, 1968 dev->std = V4L2_STD_NTSC_M; in au0828_analog_register()
|