Searched refs:v4l2_std_id (Results 1 - 25 of 156) sorted by relevance

1234567

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.h16 int pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr,
24 v4l2_std_id id);
30 v4l2_std_id id);
33 v4l2_std_id pvr2_std_get_usable(void);
H A Dpvrusb2-std.c14 v4l2_std_id id;
120 int pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr,
123 v4l2_std_id id = 0;
124 v4l2_std_id cmsk = 0;
125 v4l2_std_id t;
173 v4l2_std_id id)
267 static struct v4l2_standard *match_std(v4l2_std_id id)
278 static int pvr2_std_fill(struct v4l2_standard *std,v4l2_std_id id)
298 static v4l2_std_id std_mixes[] = {
306 v4l2_std_id i
[all...]
H A Dpvrusb2-devattr.h105 v4l2_std_id default_std_mask;
H A Dpvrusb2-hdw-internal.h302 v4l2_std_id std_mask_eeprom; // Hardware supported selections
303 v4l2_std_id std_mask_avail; // Which standards we may select from
304 v4l2_std_id std_mask_cur; // Currently selected standard(s)
/linux-master/drivers/media/pci/ivtv/
H A Divtv-ioctl.h18 void ivtv_s_std_enc(struct ivtv *itv, v4l2_std_id std);
19 void ivtv_s_std_dec(struct ivtv *itv, v4l2_std_id std);
/linux-master/drivers/media/pci/cx18/
H A Dcx18-ioctl.h15 int cx18_s_std(struct file *file, void *fh, v4l2_std_id std);
H A Dcx18-cards.h88 v4l2_std_id std; /* standard for which the tuner is suitable */
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.h15 extern const v4l2_std_id vivid_standard[];
46 int vidioc_querystd(struct file *file, void *priv, v4l2_std_id *id);
47 int vivid_vid_cap_s_std(struct file *file, void *priv, v4l2_std_id id);
H A Dvivid-vid-common.h31 int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *id);
H A Dvivid-vid-out.h40 int vivid_vid_out_s_std(struct file *file, void *priv, v4l2_std_id id);
/linux-master/drivers/media/usb/usbtv/
H A Dusbtv.h76 v4l2_std_id norm;
112 v4l2_std_id norm;
/linux-master/include/uapi/linux/
H A Dv4l2-subdev.h284 #define VIDIOC_SUBDEV_G_STD _IOR('V', 23, v4l2_std_id)
285 #define VIDIOC_SUBDEV_S_STD _IOW('V', 24, v4l2_std_id)
289 #define VIDIOC_SUBDEV_QUERYSTD _IOR('V', 63, v4l2_std_id)
H A Dvideodev2.h1342 typedef __u64 v4l2_std_id; typedef
1349 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001)
1350 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002)
1351 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004)
1352 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008)
1353 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010)
1354 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020)
1355 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040)
1356 #define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080)
1358 #define V4L2_STD_PAL_M ((v4l2_std_id)
[all...]
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.h51 v4l2_std_id stdid; /* Currently selected or default
H A Dvpif_capture.h37 v4l2_std_id stdid;
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c56 v4l2_std_id *std)
128 static int adv748x_afe_std(v4l2_std_id std)
184 static int adv748x_afe_g_std(struct v4l2_subdev *sd, v4l2_std_id *norm)
193 static int adv748x_afe_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
212 static int adv748x_afe_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)
248 static int adv748x_afe_g_tvnorms(struct v4l2_subdev *sd, v4l2_std_id *norm)
/linux-master/include/media/
H A Dv4l2-fwnode.h132 v4l2_std_id sdtv_stds;
H A Dv4l2-subdev.h429 * @s_std_output: set v4l2_std_id for video OUTPUT devices. This is ignored by
437 * @g_tvnorms: get &v4l2_std_id with all standards supported by the video
440 * @g_tvnorms_output: get v4l2_std_id with all standards supported by the video
483 int (*g_std)(struct v4l2_subdev *sd, v4l2_std_id *norm);
484 int (*s_std)(struct v4l2_subdev *sd, v4l2_std_id norm);
485 int (*s_std_output)(struct v4l2_subdev *sd, v4l2_std_id std);
486 int (*g_std_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
487 int (*querystd)(struct v4l2_subdev *sd, v4l2_std_id *std);
488 int (*g_tvnorms)(struct v4l2_subdev *sd, v4l2_std_id *std);
489 int (*g_tvnorms_output)(struct v4l2_subdev *sd, v4l2_std_id *st
[all...]
/linux-master/drivers/media/i2c/
H A Dvpx3220.c37 v4l2_std_id norm;
282 static int vpx3220_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd)
285 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL;
325 static int vpx3220_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)
337 static int vpx3220_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
H A Dbt819.c45 v4l2_std_id norm;
200 static int bt819_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd)
205 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL;
225 static int bt819_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)
235 static int bt819_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
H A Dml86v7667.c88 v4l2_std_id std;
159 static int ml86v7667_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)
234 static int ml86v7667_g_std(struct v4l2_subdev *sd, v4l2_std_id *std)
243 static int ml86v7667_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
H A Dsaa7110.c46 v4l2_std_id norm;
177 static v4l2_std_id determine_norm(struct v4l2_subdev *sd)
252 static int saa7110_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)
258 static int saa7110_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
H A Dmsp3400-driver.h86 v4l2_std_id v4l2_std, detected_std;
/linux-master/drivers/media/tuners/
H A Dxc2028.c78 v4l2_std_id id;
86 v4l2_std_id id;
87 v4l2_std_id std_req;
242 static v4l2_std_id parse_audio_std_option(void)
346 v4l2_std_id id;
432 v4l2_std_id *id)
477 v4l2_std_id match_mask;
543 v4l2_std_id *id)
654 v4l2_std_id *id, __u16 int_freq, int scode)
718 v4l2_std_id st
[all...]
/linux-master/drivers/media/pci/cx88/
H A Dcx88-core.c619 static inline unsigned int norm_swidth(v4l2_std_id norm)
630 static inline unsigned int norm_hdelay(v4l2_std_id norm)
641 static inline unsigned int norm_vdelay(v4l2_std_id norm)
646 static inline unsigned int norm_fsc8(v4l2_std_id norm)
667 static inline unsigned int norm_htotal(v4l2_std_id norm)
677 static inline unsigned int norm_vbipack(v4l2_std_id norm)
831 v4l2_std_id norm = core->tvnorm;
882 int cx88_set_tvnorm(struct cx88_core *core, v4l2_std_id norm)

Completed in 343 milliseconds

1234567