Searched refs:std (Results 126 - 150 of 160) sorted by relevance

1234567

/drivers/media/usb/go7007/
H A Dgo7007-driver.c751 go->std = V4L2_STD_NTSC_M;
/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c431 i->std = dev->vdev.tvnorms;
/drivers/media/pci/cx25821/
H A Dcx25821-video.c788 i->std = CX25821_NORMS;
836 o->std = CX25821_NORMS;
/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c513 #define DRXJ_ISATVSTD(std) ((std == DRX_STANDARD_PAL_SECAM_BG) || \
514 (std == DRX_STANDARD_PAL_SECAM_DK) || \
515 (std == DRX_STANDARD_PAL_SECAM_I) || \
516 (std == DRX_STANDARD_PAL_SECAM_L) || \
517 (std == DRX_STANDARD_PAL_SECAM_LP) || \
518 (std == DRX_STANDARD_NTSC) || \
519 (std == DRX_STANDARD_FM))
521 #define DRXJ_ISQAMSTD(std) ((std
[all...]
/drivers/media/pci/zoran/
H A Dzoran_driver.c2404 static int zoran_g_std(struct file *file, void *__fh, v4l2_std_id *std) argument
2410 *std = zr->norm;
2415 static int zoran_s_std(struct file *file, void *__fh, v4l2_std_id std) argument
2422 res = zoran_set_norm(zr, std);
2444 inp->std = V4L2_STD_ALL;
/drivers/gpu/drm/
H A Ddrm_edid.c1581 * standard_timing_level - get std. timing level(CVT/GTF/DMT)
2206 struct std_timing *std; local
2209 std = &data->data.timings[i];
2210 newmode = drm_mode_std(connector, edid, std);
2220 * add_standard_modes - get std. modes from EDID and add them
/drivers/media/pci/saa7134/
H A Dsaa7134-video.c1413 i->std = SAA7134_NORMS;
1500 /* Don't change the std from the mpeg device
1586 int saa7134_querystd(struct file *file, void *priv, v4l2_std_id *std) argument
1589 *std &= saa7134_read_std(dev);
/drivers/media/platform/vivid/
H A Dvivid-vid-cap.c1225 inp->std = V4L2_STD_ALL;
1233 inp->std = V4L2_STD_ALL;
H A Dvivid-vid-out.c1005 out->std = V4L2_STD_ALL;
/drivers/media/tuners/
H A Dmt2063.c2083 if (params->std & ~V4L2_STD_MN) {
2087 } else if (params->std & V4L2_STD_PAL_G) {
/drivers/media/parport/
H A Dbw-qcam.c733 vin->std = 0;
H A Dc-qcam.c535 vin->std = 0;
H A Dw9966.c587 vin->std = 0;
/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1739 btv->std = id;
1752 *id = btv->std;
1801 i->std = BTTV_NORMS;
4183 btv->std = V4L2_STD_PAL;
/drivers/media/pci/cx18/
H A Dcx18-fileops.c763 cx18_call_all(cx, video, s_std, cx->std);
/drivers/media/pci/ivtv/
H A Divtv-fileops.c897 ivtv_call_all(itv, video, s_std, itv->std);
/drivers/media/pci/tw68/
H A Dtw68-video.c715 i->std = video_devdata(file)->tvnorms;
/drivers/media/platform/
H A Darv.c420 vin->std = V4L2_STD_ALL;
/drivers/media/usb/usbtv/
H A Dusbtv-video.c505 i->std = dev->vdev.tvnorms;
/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c588 v4l2_std_id std; member in struct:v4l2_input32
/drivers/staging/media/dt3155v4l/
H A Ddt3155v4l.c631 * FIXME: input->std = 0 according to v4l2 API
635 input->std = DT3155_CURRENT_NORM;
/drivers/media/platform/s5p-tv/
H A Dmixer_video.c637 v4l2_subdev_call(sd, video, g_tvnorms_output, &a->std);
/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.c876 video->video_dev.tvnorms |= inps->std;
885 * vpfe_querystd() - query std which is being input on external subdev
891 * get the std that is being active.
916 * vpfe_s_std() - set std on external subdev
921 * set std pointed by std_id on external subdev by calling it using
/drivers/media/i2c/
H A Dtvaudio.c1811 static int tvaudio_s_std(struct v4l2_subdev *sd, v4l2_std_id std) argument
/drivers/media/platform/davinci/
H A Dvpfe_capture.c1961 vfd->tvnorms |= inps->std;

Completed in 593 milliseconds

1234567