Home
last modified time | relevance | path

Searched refs:V4L2_STD_NTSC_M (Results 1 – 25 of 46) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-devattr.c226 .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 Dpvrusb2-std.c33 (V4L2_STD_NTSC_M| \
62 #define TSTD_M (V4L2_STD_PAL_M|V4L2_STD_NTSC_M)
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-driver.c433 cx->std |= V4L2_STD_NTSC_M; in cx18_process_eeprom()
439 cx->std |= V4L2_STD_NTSC_M; in cx18_process_eeprom()
507 return V4L2_STD_NTSC_M; in cx18_parse_std()
1027 cx->std = V4L2_STD_NTSC_M; in cx18_probe()
1043 cx->std = V4L2_STD_NTSC_M; in cx18_probe()
1096 cx->std = V4L2_STD_NTSC_M; in cx18_probe()
1219 else if (cx->std & V4L2_STD_NTSC_M) in cx18_init_on_first_open()
1229 std = (cx->tuner_std == V4L2_STD_ALL) ? V4L2_STD_NTSC_M : cx->tuner_std; in cx18_init_on_first_open()
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-driver.c538 itv->std |= V4L2_STD_NTSC_M; in ivtv_process_eeprom()
544 itv->std |= V4L2_STD_NTSC_M; in ivtv_process_eeprom()
621 return V4L2_STD_NTSC_M; in ivtv_parse_std()
1110 itv->std = V4L2_STD_NTSC_M; in ivtv_probe()
1129 itv->std = V4L2_STD_NTSC_M; in ivtv_probe()
1343 else if (itv->std & V4L2_STD_NTSC_M) { in ivtv_init_on_first_open()
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_v4l.c89 .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,
H A Dbudget-av.c1397 V4L2_STD_PAL_BG | V4L2_STD_NTSC_M, 0, V4L2_IN_CAP_STD },
1399 V4L2_STD_PAL_BG | V4L2_STD_NTSC_M, 0, V4L2_IN_CAP_STD },
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dau8522_decoder.c586 if ((std & (V4L2_STD_PAL_M | V4L2_STD_NTSC_M)) == 0) in au8522_s_std()
749 state->std = V4L2_STD_NTSC_M; in au8522_probe()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-tuner.rst272 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 Dvidioc-enumstd.rst143 #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000)
191 #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |
/OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c518 *i = V4L2_STD_NTSC_M; in solo_g_std()
623 .tvnorms = V4L2_STD_NTSC_M | V4L2_STD_PAL,
H A Dsolo6x10-v4l2-enc.c946 *i = V4L2_STD_NTSC_M; in solo_enc_g_std()
1181 .tvnorms = V4L2_STD_NTSC_M | V4L2_STD_PAL,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h1167 #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000) /* BTSC */ macro
1203 #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |\
1255 #define V4L2_STD_MTS (V4L2_STD_NTSC_M |\
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h1167 #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000) /* BTSC */ macro
1203 #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |\
1255 #define V4L2_STD_MTS (V4L2_STD_NTSC_M |\
/OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/
H A Dtm6000.h294 V4L2_STD_PAL_M|V4L2_STD_PAL_60|V4L2_STD_NTSC_M| \
/OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/
H A Dcx25821.h69 V4L2_STD_NTSC_M | V4L2_STD_NTSC_M_JP | V4L2_STD_NTSC_M_KR | \
/OK3568_Linux_fs/kernel/drivers/media/pci/tw5864/
H A Dtw5864-video.c1175 input->v4l2_std = V4L2_STD_NTSC_M; in tw5864_video_input_init()
1463 case STD_NTSC: return V4L2_STD_NTSC_M; in tw5864_get_v4l2_std()
1477 if (v4l2_std & V4L2_STD_NTSC_M) in tw5864_from_v4l2_std()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1285 #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000) /* BTSC */ macro
1321 #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |\
1373 #define V4L2_STD_MTS (V4L2_STD_NTSC_M |\
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1280 #define V4L2_STD_NTSC_M ((v4l2_std_id)0x00001000) /* BTSC */ macro
1316 #define V4L2_STD_NTSC (V4L2_STD_NTSC_M |\
1368 #define V4L2_STD_MTS (V4L2_STD_NTSC_M |\
/OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c509 afe->curr_norm = V4L2_STD_NTSC_M; in adv748x_afe_init()
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dtda9887.c221 .std = V4L2_STD_NTSC_M | V4L2_STD_NTSC_M_KR,
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c29 .id = V4L2_STD_NTSC_M,
1068 port->std = V4L2_STD_NTSC_M; in saa7164_encoder_register()
H A Dsaa7164.h106 (V4L2_STD_NTSC_M | V4L2_STD_NTSC_M_JP)
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23885.h125 V4L2_STD_NTSC_M | V4L2_STD_NTSC_M_JP | V4L2_STD_NTSC_443 | \
/OK3568_Linux_fs/kernel/drivers/media/usb/go7007/
H A Dgo7007-driver.c722 go->std = V4L2_STD_NTSC_M; in go7007_update_board()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1565 (dev->std_cap[dev->input] & V4L2_STD_NTSC_M) ? 4 : 3; in vivid_video_g_tuner()
1575 if (dev->std_cap[dev->input] & V4L2_STD_NTSC_M) in vivid_video_g_tuner()
1591 V4L2_STD_NTSC_M,

12