/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-enumstd.rst | 61 * - :ref:`v4l2_std_id <v4l2-std-id>` 110 .. flat-table:: typedef v4l2_std_id 116 - ``v4l2_std_id`` 126 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) 127 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002) 128 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004) 129 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008) 130 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010) 131 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020) 132 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040) [all …]
|
D | vidioc-g-std.rst | 18 .. c:function:: int ioctl( int fd, VIDIOC_G_STD, v4l2_std_id *argp ) 21 .. c:function:: int ioctl( int fd, VIDIOC_S_STD, const v4l2_std_id *argp ) 24 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_G_STD, v4l2_std_id *argp ) 27 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_S_STD, const v4l2_std_id *argp ) 38 Pointer to :c:type:`v4l2_std_id`. 46 :ref:`v4l2_std_id <v4l2-std-id>` type as argument. :ref:`VIDIOC_G_STD <VIDIOC_G_STD>`
|
D | vidioc-querystd.rst | 18 .. c:function:: int ioctl( int fd, VIDIOC_QUERYSTD, v4l2_std_id *argp ) 21 .. c:function:: int ioctl( int fd, VIDIOC_SUBDEV_QUERYSTD, v4l2_std_id *argp ) 32 Pointer to :c:type:`v4l2_std_id`. 40 pointer to a :ref:`v4l2_std_id <v4l2-std-id>` type. The driver
|
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-std.h | 26 int pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr, 34 v4l2_std_id id); 40 v4l2_std_id id); 43 v4l2_std_id pvr2_std_get_usable(void);
|
D | pvrusb2-std.c | 24 v4l2_std_id id; 130 int pvr2_std_str_to_id(v4l2_std_id *idPtr,const char *bufPtr, in pvr2_std_str_to_id() 133 v4l2_std_id id = 0; in pvr2_std_str_to_id() 134 v4l2_std_id cmsk = 0; in pvr2_std_str_to_id() 135 v4l2_std_id t; in pvr2_std_str_to_id() 183 v4l2_std_id id) in pvr2_std_id_to_str() 277 static struct v4l2_standard *match_std(v4l2_std_id id) in match_std() 288 static int pvr2_std_fill(struct v4l2_standard *std,v4l2_std_id id) in pvr2_std_fill() 308 static v4l2_std_id std_mixes[] = { 316 v4l2_std_id id) in pvr2_std_create_enum() [all …]
|
D | pvrusb2-hdw-internal.h | 312 v4l2_std_id std_mask_eeprom; // Hardware supported selections 313 v4l2_std_id std_mask_avail; // Which standards we may select from 314 v4l2_std_id std_mask_cur; // Currently selected standard(s)
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 1127 typedef __u64 v4l2_std_id; typedef 1130 #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) 1131 #define V4L2_STD_PAL_B1 ((v4l2_std_id)0x00000002) 1132 #define V4L2_STD_PAL_G ((v4l2_std_id)0x00000004) 1133 #define V4L2_STD_PAL_H ((v4l2_std_id)0x00000008) 1134 #define V4L2_STD_PAL_I ((v4l2_std_id)0x00000010) 1135 #define V4L2_STD_PAL_D ((v4l2_std_id)0x00000020) 1136 #define V4L2_STD_PAL_D1 ((v4l2_std_id)0x00000040) 1137 #define V4L2_STD_PAL_K ((v4l2_std_id)0x00000080) 1139 #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-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.h | 30 void ivtv_s_std_enc(struct ivtv *itv, v4l2_std_id std); 31 void ivtv_s_std_dec(struct ivtv *itv, v4l2_std_id std);
|
/Linux-v4.19/include/media/ |
D | v4l2-subdev.h | 427 int (*g_std)(struct v4l2_subdev *sd, v4l2_std_id *norm); 428 int (*s_std)(struct v4l2_subdev *sd, v4l2_std_id norm); 429 int (*s_std_output)(struct v4l2_subdev *sd, v4l2_std_id std); 430 int (*g_std_output)(struct v4l2_subdev *sd, v4l2_std_id *std); 431 int (*querystd)(struct v4l2_subdev *sd, v4l2_std_id *std); 432 int (*g_tvnorms)(struct v4l2_subdev *sd, v4l2_std_id *std); 433 int (*g_tvnorms_output)(struct v4l2_subdev *sd, v4l2_std_id *std);
|
D | v4l2-ioctl.h | 440 int (*vidioc_g_std)(struct file *file, void *fh, v4l2_std_id *norm); 441 int (*vidioc_s_std)(struct file *file, void *fh, v4l2_std_id norm); 442 int (*vidioc_querystd)(struct file *file, void *fh, v4l2_std_id *a); 618 const char *v4l2_norm_to_name(v4l2_std_id id); 654 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id);
|
/Linux-v4.19/drivers/media/i2c/adv748x/ |
D | adv748x-afe.c | 60 v4l2_std_id *std) in adv748x_afe_status() 132 static int adv748x_afe_std(v4l2_std_id std) in adv748x_afe_std() 188 static int adv748x_afe_g_std(struct v4l2_subdev *sd, v4l2_std_id *norm) in adv748x_afe_g_std() 197 static int adv748x_afe_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in adv748x_afe_s_std() 216 static int adv748x_afe_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in adv748x_afe_querystd() 252 static int adv748x_afe_g_tvnorms(struct v4l2_subdev *sd, v4l2_std_id *norm) in adv748x_afe_g_tvnorms()
|
/Linux-v4.19/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-v4.19/drivers/media/usb/usbtv/ |
D | usbtv.h | 75 v4l2_std_id norm; 111 v4l2_std_id norm;
|
D | usbtv-video.c | 63 static int usbtv_configure_for_norm(struct usbtv *usbtv, v4l2_std_id norm) in usbtv_configure_for_norm() 124 static uint16_t usbtv_norm_to_16f_reg(v4l2_std_id norm) in usbtv_norm_to_16f_reg() 143 static int usbtv_select_norm(struct usbtv *usbtv, v4l2_std_id norm) in usbtv_select_norm() 241 static const v4l2_std_id ntsc_mask = in usbtv_select_norm() 243 static const v4l2_std_id pal_mask = in usbtv_select_norm() 661 static int usbtv_g_std(struct file *file, void *priv, v4l2_std_id *norm) in usbtv_g_std() 668 static int usbtv_s_std(struct file *file, void *priv, v4l2_std_id norm) in usbtv_s_std()
|
/Linux-v4.19/drivers/media/i2c/ |
D | vpx3220.c | 46 v4l2_std_id norm; 291 static int vpx3220_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd) in vpx3220_status() 294 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in vpx3220_status() 334 static int vpx3220_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in vpx3220_querystd() 346 static int vpx3220_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in vpx3220_s_std()
|
D | bt819.c | 54 v4l2_std_id norm; 209 static int bt819_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd) in bt819_status() 214 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in bt819_status() 234 static int bt819_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in bt819_querystd() 244 static int bt819_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in bt819_s_std()
|
D | ml86v7667.c | 92 v4l2_std_id std; 163 static int ml86v7667_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in ml86v7667_querystd() 236 static int ml86v7667_g_std(struct v4l2_subdev *sd, v4l2_std_id *std) in ml86v7667_g_std() 245 static int ml86v7667_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in ml86v7667_s_std()
|
D | saa7110.c | 55 v4l2_std_id norm; 186 static v4l2_std_id determine_norm(struct v4l2_subdev *sd) in determine_norm() 261 static int saa7110_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in saa7110_querystd() 267 static int saa7110_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in saa7110_s_std()
|
D | ks0127.c | 197 v4l2_std_id norm; 543 static int ks0127_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in ks0127_s_std() 604 static int ks0127_status(struct v4l2_subdev *sd, u32 *pstatus, v4l2_std_id *pstd) in ks0127_status() 608 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in ks0127_status() 633 static int ks0127_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in ks0127_querystd()
|
D | tw9903.c | 38 v4l2_std_id norm; 122 static int tw9903_s_std(struct v4l2_subdev *sd, v4l2_std_id norm) in tw9903_s_std()
|
D | tw9906.c | 29 v4l2_std_id norm; 93 static int tw9906_s_std(struct v4l2_subdev *sd, v4l2_std_id norm) in tw9906_s_std()
|
/Linux-v4.19/include/media/davinci/ |
D | vpbe.h | 131 int (*s_std)(struct vpbe_device *vpbe_dev, v4l2_std_id std_id); 134 int (*g_std)(struct vpbe_device *vpbe_dev, v4l2_std_id *std_id);
|
/Linux-v4.19/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() 433 v4l2_std_id *id) in seek_firmware() 478 v4l2_std_id match_mask; in seek_firmware() 544 v4l2_std_id *id) in load_firmware() 655 v4l2_std_id *id, __u16 int_freq, int scode) in load_scode() 719 v4l2_std_id std, __u16 int_freq) in check_firmware() [all …]
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-core.c | 626 static inline unsigned int norm_swidth(v4l2_std_id norm) in norm_swidth() 631 static inline unsigned int norm_hdelay(v4l2_std_id norm) in norm_hdelay() 636 static inline unsigned int norm_vdelay(v4l2_std_id norm) in norm_vdelay() 641 static inline unsigned int norm_fsc8(v4l2_std_id norm) in norm_fsc8() 662 static inline unsigned int norm_htotal(v4l2_std_id norm) in norm_htotal() 672 static inline unsigned int norm_vbipack(v4l2_std_id norm) in norm_vbipack() 826 v4l2_std_id norm = core->tvnorm; in set_tvaudio() 877 int cx88_set_tvnorm(struct cx88_core *core, v4l2_std_id norm) in cx88_set_tvnorm()
|