| /Linux-v5.4/Documentation/media/uapi/v4l/ | 
| D | vidioc-enumstd.rst | 68     * - :ref:`v4l2_std_id <v4l2-std-id>`117 .. flat-table:: typedef v4l2_std_id
 123       - ``v4l2_std_id``
 133     #define V4L2_STD_PAL_B          ((v4l2_std_id)0x00000001)
 134     #define V4L2_STD_PAL_B1         ((v4l2_std_id)0x00000002)
 135     #define V4L2_STD_PAL_G          ((v4l2_std_id)0x00000004)
 136     #define V4L2_STD_PAL_H          ((v4l2_std_id)0x00000008)
 137     #define V4L2_STD_PAL_I          ((v4l2_std_id)0x00000010)
 138     #define V4L2_STD_PAL_D          ((v4l2_std_id)0x00000020)
 139     #define V4L2_STD_PAL_D1         ((v4l2_std_id)0x00000040)
 [all …]
 
 | 
| D | vidioc-g-std.rst | 25 .. c:function:: int ioctl( int fd, VIDIOC_G_STD, v4l2_std_id *argp )28 .. c:function:: int ioctl( int fd, VIDIOC_S_STD, const v4l2_std_id *argp )
 31 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_G_STD, v4l2_std_id *argp )
 34 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_S_STD, const v4l2_std_id *argp )
 45     Pointer to :c:type:`v4l2_std_id`.
 53 :ref:`v4l2_std_id <v4l2-std-id>` type as argument. :ref:`VIDIOC_G_STD <VIDIOC_G_STD>`
 
 | 
| D | vidioc-querystd.rst | 25 .. c:function:: int ioctl( int fd, VIDIOC_QUERYSTD, v4l2_std_id *argp )28 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_QUERYSTD, v4l2_std_id *argp )
 39     Pointer to :c:type:`v4l2_std_id`.
 47 pointer to a :ref:`v4l2_std_id <v4l2-std-id>` type. The driver
 
 | 
| /Linux-v5.4/drivers/media/usb/pvrusb2/ | 
| D | pvrusb2-std.h | 16 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);
 
 | 
| D | pvrusb2-std.c | 14 	v4l2_std_id id;120 int pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr,  in pvr2_std_str_to_id()
 123 	v4l2_std_id id = 0;  in pvr2_std_str_to_id()
 124 	v4l2_std_id cmsk = 0;  in pvr2_std_str_to_id()
 125 	v4l2_std_id t;  in pvr2_std_str_to_id()
 173 				v4l2_std_id id)  in pvr2_std_id_to_str()
 267 static struct v4l2_standard *match_std(v4l2_std_id id)  in match_std()
 278 static int pvr2_std_fill(struct v4l2_standard *std,v4l2_std_id id)  in pvr2_std_fill()
 298 static v4l2_std_id std_mixes[] = {
 306 					   v4l2_std_id id)  in pvr2_std_create_enum()
 [all …]
 
 | 
| D | pvrusb2-hdw-internal.h | 302 	v4l2_std_id std_mask_eeprom; // Hardware supported selections303 	v4l2_std_id std_mask_avail;  // Which standards we may select from
 304 	v4l2_std_id std_mask_cur;    // Currently selected standard(s)
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | videodev2.h | 1209 typedef __u64 v4l2_std_id;  typedef1212 #define V4L2_STD_PAL_B          ((v4l2_std_id)0x00000001)
 1213 #define V4L2_STD_PAL_B1         ((v4l2_std_id)0x00000002)
 1214 #define V4L2_STD_PAL_G          ((v4l2_std_id)0x00000004)
 1215 #define V4L2_STD_PAL_H          ((v4l2_std_id)0x00000008)
 1216 #define V4L2_STD_PAL_I          ((v4l2_std_id)0x00000010)
 1217 #define V4L2_STD_PAL_D          ((v4l2_std_id)0x00000020)
 1218 #define V4L2_STD_PAL_D1         ((v4l2_std_id)0x00000040)
 1219 #define V4L2_STD_PAL_K          ((v4l2_std_id)0x00000080)
 1221 #define V4L2_STD_PAL_M          ((v4l2_std_id)0x00000100)
 [all …]
 
 | 
| D | v4l2-subdev.h | 173 #define VIDIOC_SUBDEV_G_STD			_IOR('V', 23, v4l2_std_id)174 #define VIDIOC_SUBDEV_S_STD			_IOW('V', 24, v4l2_std_id)
 178 #define VIDIOC_SUBDEV_QUERYSTD			_IOR('V', 63, v4l2_std_id)
 
 | 
| /Linux-v5.4/drivers/media/pci/ivtv/ | 
| D | ivtv-ioctl.h | 18 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-v5.4/include/media/ | 
| D | v4l2-subdev.h | 418 	int (*g_std)(struct v4l2_subdev *sd, v4l2_std_id *norm);419 	int (*s_std)(struct v4l2_subdev *sd, v4l2_std_id norm);
 420 	int (*s_std_output)(struct v4l2_subdev *sd, v4l2_std_id std);
 421 	int (*g_std_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
 422 	int (*querystd)(struct v4l2_subdev *sd, v4l2_std_id *std);
 423 	int (*g_tvnorms)(struct v4l2_subdev *sd, v4l2_std_id *std);
 424 	int (*g_tvnorms_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
 
 | 
| D | v4l2-ioctl.h | 443 	int (*vidioc_g_std)(struct file *file, void *fh, v4l2_std_id *norm);444 	int (*vidioc_s_std)(struct file *file, void *fh, v4l2_std_id norm);
 445 	int (*vidioc_querystd)(struct file *file, void *fh, v4l2_std_id *a);
 619 const char *v4l2_norm_to_name(v4l2_std_id id);
 655 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id);
 
 | 
| /Linux-v5.4/drivers/media/i2c/adv748x/ | 
| D | adv748x-afe.c | 56 			      v4l2_std_id *std)  in adv748x_afe_status()128 static int adv748x_afe_std(v4l2_std_id std)  in adv748x_afe_std()
 184 static int adv748x_afe_g_std(struct v4l2_subdev *sd, v4l2_std_id *norm)  in adv748x_afe_g_std()
 193 static int adv748x_afe_s_std(struct v4l2_subdev *sd, v4l2_std_id std)  in adv748x_afe_s_std()
 212 static int adv748x_afe_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)  in adv748x_afe_querystd()
 248 static int adv748x_afe_g_tvnorms(struct v4l2_subdev *sd, v4l2_std_id *norm)  in adv748x_afe_g_tvnorms()
 
 | 
| /Linux-v5.4/drivers/media/platform/vivid/ | 
| D | vivid-vid-cap.h | 15 extern const v4l2_std_id vivid_standard[];49 int vidioc_querystd(struct file *file, void *priv, v4l2_std_id *id);
 50 int vivid_vid_cap_s_std(struct file *file, void *priv, v4l2_std_id id);
 
 | 
| /Linux-v5.4/drivers/media/usb/usbtv/ | 
| D | usbtv.h | 75 	v4l2_std_id norm;111 	v4l2_std_id norm;
 
 | 
| /Linux-v5.4/drivers/media/i2c/ | 
| D | bt819.c | 45 	v4l2_std_id norm;200 static int bt819_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd)  in bt819_status()
 205 	v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL;  in bt819_status()
 225 static int bt819_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)  in bt819_querystd()
 235 static int bt819_s_std(struct v4l2_subdev *sd, v4l2_std_id std)  in bt819_s_std()
 
 | 
| D | vpx3220.c | 37 	v4l2_std_id norm;282 static int vpx3220_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd)  in vpx3220_status()
 285 	v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL;  in vpx3220_status()
 325 static int vpx3220_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)  in vpx3220_querystd()
 337 static int vpx3220_s_std(struct v4l2_subdev *sd, v4l2_std_id std)  in vpx3220_s_std()
 
 | 
| D | tvp5150.c | 64 	v4l2_std_id norm;	/* Current set standard */65 	v4l2_std_id detected_norm;
 660 	v4l2_std_id std = decoder->norm;  in tvp5150_set_vbi()
 703 	v4l2_std_id std = decoder->norm;  in tvp5150_get_vbi()
 736 static int tvp5150_set_std(struct v4l2_subdev *sd, v4l2_std_id std)  in tvp5150_set_std()
 764 static int tvp5150_g_std(struct v4l2_subdev *sd, v4l2_std_id *std)  in tvp5150_g_std()
 773 static int tvp5150_s_std(struct v4l2_subdev *sd, v4l2_std_id std)  in tvp5150_s_std()
 791 static v4l2_std_id tvp5150_read_std(struct v4l2_subdev *sd)  in tvp5150_read_std()
 827 static int tvp5150_querystd(struct v4l2_subdev *sd, v4l2_std_id *std_id)  in tvp5150_querystd()
 913 	v4l2_std_id std;  in tvp5150_enable()
 [all …]
 
 | 
| D | saa7110.c | 46 	v4l2_std_id norm;177 static v4l2_std_id determine_norm(struct v4l2_subdev *sd)  in determine_norm()
 252 static int saa7110_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)  in saa7110_querystd()
 258 static int saa7110_s_std(struct v4l2_subdev *sd, v4l2_std_id std)  in saa7110_s_std()
 
 | 
| D | ml86v7667.c | 88 	v4l2_std_id			std;159 static int ml86v7667_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)  in ml86v7667_querystd()
 232 static int ml86v7667_g_std(struct v4l2_subdev *sd, v4l2_std_id *std)  in ml86v7667_g_std()
 241 static int ml86v7667_s_std(struct v4l2_subdev *sd, v4l2_std_id std)  in ml86v7667_s_std()
 
 | 
| D | ks0127.c | 188 	v4l2_std_id	norm;534 static int ks0127_s_std(struct v4l2_subdev *sd, v4l2_std_id std)  in ks0127_s_std()
 595 static int ks0127_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd)  in ks0127_status()
 599 	v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL;  in ks0127_status()
 624 static int ks0127_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)  in ks0127_querystd()
 
 | 
| D | tw9903.c | 30 	v4l2_std_id norm;114 static int tw9903_s_std(struct v4l2_subdev *sd, v4l2_std_id norm)  in tw9903_s_std()
 
 | 
| D | tw9906.c | 21 	v4l2_std_id norm;85 static int tw9906_s_std(struct v4l2_subdev *sd, v4l2_std_id norm)  in tw9906_s_std()
 
 | 
| /Linux-v5.4/include/media/davinci/ | 
| D | vpbe.h | 119 	int (*s_std)(struct vpbe_device *vpbe_dev, v4l2_std_id std_id);122 	int (*g_std)(struct vpbe_device *vpbe_dev, v4l2_std_id *std_id);
 
 | 
| /Linux-v5.4/drivers/media/tuners/ | 
| D | tuner-xc2028.c | 78 	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)  in parse_audio_std_option()
 346 		v4l2_std_id id;  in load_all_firmwares()
 432 			 v4l2_std_id *id)  in seek_firmware()
 477 		v4l2_std_id match_mask;  in seek_firmware()
 543 			 v4l2_std_id *id)  in load_firmware()
 654 			 v4l2_std_id *id, __u16 int_freq, int scode)  in load_scode()
 718 			  v4l2_std_id std, __u16 int_freq)  in check_firmware()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/pci/cx88/ | 
| D | cx88-core.c | 617 static inline unsigned int norm_swidth(v4l2_std_id norm)  in norm_swidth()622 static inline unsigned int norm_hdelay(v4l2_std_id norm)  in norm_hdelay()
 627 static inline unsigned int norm_vdelay(v4l2_std_id norm)  in norm_vdelay()
 632 static inline unsigned int norm_fsc8(v4l2_std_id norm)  in norm_fsc8()
 653 static inline unsigned int norm_htotal(v4l2_std_id norm)  in norm_htotal()
 663 static inline unsigned int norm_vbipack(v4l2_std_id norm)  in norm_vbipack()
 817 	v4l2_std_id norm = core->tvnorm;  in set_tvaudio()
 868 int cx88_set_tvnorm(struct cx88_core *core, v4l2_std_id norm)  in cx88_set_tvnorm()
 
 |