Home
last modified time | relevance | path

Searched refs:v4l2_ioctl_ops (Results 1 – 25 of 161) sorted by relevance

1234567

/Linux-v5.4/include/media/drv-intf/
Dsaa7146_vv.h165 struct v4l2_ioctl_ops vid_ops;
166 struct v4l2_ioctl_ops vbi_ops;
168 const struct v4l2_ioctl_ops *core_ops;
204 extern const struct v4l2_ioctl_ops saa7146_video_ioctl_ops;
205 extern const struct v4l2_ioctl_ops saa7146_vbi_ioctl_ops;
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ioctl.c936 const struct v4l2_ioctl_ops *ops = vfd->ioctl_ops; in check_fmt()
1047 static int v4l_querycap(const struct v4l2_ioctl_ops *ops, in v4l_querycap()
1078 static int v4l_s_input(const struct v4l2_ioctl_ops *ops, in v4l_s_input()
1090 static int v4l_s_output(const struct v4l2_ioctl_ops *ops, in v4l_s_output()
1096 static int v4l_g_priority(const struct v4l2_ioctl_ops *ops, in v4l_g_priority()
1107 static int v4l_s_priority(const struct v4l2_ioctl_ops *ops, in v4l_s_priority()
1121 static int v4l_enuminput(const struct v4l2_ioctl_ops *ops, in v4l_enuminput()
1139 static int v4l_enumoutput(const struct v4l2_ioctl_ops *ops, in v4l_enumoutput()
1401 static int v4l_enum_fmt(const struct v4l2_ioctl_ops *ops, in v4l_enum_fmt()
1469 static int v4l_g_fmt(const struct v4l2_ioctl_ops *ops, in v4l_g_fmt()
[all …]
/Linux-v5.4/drivers/usb/gadget/function/
Duvc_v4l2.h16 extern const struct v4l2_ioctl_ops uvc_v4l2_ioctl_ops;
/Linux-v5.4/drivers/staging/media/hantro/
Dhantro_v4l2.h21 extern const struct v4l2_ioctl_ops hantro_ioctl_ops;
/Linux-v5.4/drivers/staging/media/sunxi/cedrus/
Dcedrus_video.h25 extern const struct v4l2_ioctl_ops cedrus_ioctl_ops;
/Linux-v5.4/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt560 - ioctl_ops: 如果你使用v4l2_ioctl_ops 来简化 ioctl 的维护
562 v4l2_ioctl_ops 结构体.
583 如果你使用 v4l2_ioctl_ops,则应该在 v4l2_file_operations 结构体中
588 某些情况下你要告诉核心:你在 v4l2_ioctl_ops 指定的某个函数应被忽略。
594 要关闭 v4l2_ioctl_ops 中某个特性往往需要这个机制。
956 v4l2_ioctl_ops 结构体中的 vidioc_unsubscribe_event 回调函数。
/Linux-v5.4/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.h14 const struct v4l2_ioctl_ops *get_enc_v4l2_ioctl_ops(void);
Ds5p_mfc_dec.h14 const struct v4l2_ioctl_ops *get_dec_v4l2_ioctl_ops(void);
/Linux-v5.4/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_enc.h39 extern const struct v4l2_ioctl_ops mtk_venc_ioctl_ops;
Dmtk_vcodec_dec.h61 extern const struct v4l2_ioctl_ops mtk_vdec_ioctl_ops;
/Linux-v5.4/scripts/
Dconst_structs.checkpatch61 v4l2_ioctl_ops
/Linux-v5.4/Documentation/media/kapi/
Dv4l2-dev.rst54 - :c:type:`video_device`->ioctl_ops: if you use the :c:type:`v4l2_ioctl_ops`
57 :c:type:`v4l2_ioctl_ops` struct. The :c:type:`video_device`->vfl_type and
61 provide just one :c:type:`v4l2_ioctl_ops` struct for both vbi and
101 If you use :c:type:`v4l2_ioctl_ops`, then you should set
106 your :c:type:`v4l2_ioctl_ops` should be ignored. You can mark such ioctls by
113 being used) you want to turns off certain features in :c:type:`v4l2_ioctl_ops`
Dv4l2-event.rst101 :c:type:`ioctl_ops <v4l2_ioctl_ops>`-> ``vidioc_subscribe_event``,
136 :c:type:`ioctl_ops <v4l2_ioctl_ops>`-> ``vidioc_unsubscribe_event``.
/Linux-v5.4/include/media/
Dv4l2-dev.h299 const struct v4l2_ioctl_ops *ioctl_ops;
/Linux-v5.4/drivers/media/usb/uvc/
Duvc_metadata.c130 static const struct v4l2_ioctl_ops uvc_meta_ioctl_ops = {
Duvcvideo.h784 extern const struct v4l2_ioctl_ops uvc_ioctl_ops;
812 const struct v4l2_ioctl_ops *ioctl_ops);
/Linux-v5.4/drivers/media/radio/
Dradio-timb.c68 static const struct v4l2_ioctl_ops timbradio_ioctl_ops = {
Dradio-raremono.c288 static const struct v4l2_ioctl_ops usb_raremono_ioctl_ops = {
Dradio-sf16fmi.c218 static const struct v4l2_ioctl_ops fmi_ioctl_ops = {
Ddsbr100.c322 static const struct v4l2_ioctl_ops usb_dsbr100_ioctl_ops = {
Dradio-keene.c272 static const struct v4l2_ioctl_ops usb_keene_ioctl_ops = {
Dradio-ma901.c310 static const struct v4l2_ioctl_ops usb_ma901radio_ioctl_ops = {
/Linux-v5.4/drivers/media/radio/si4713/
Dradio-platform-si4713.c113 static struct v4l2_ioctl_ops radio_si4713_ioctl_ops = {
/Linux-v5.4/drivers/media/usb/pwc/
Dpwc.h377 extern const struct v4l2_ioctl_ops pwc_ioctl_ops;
/Linux-v5.4/drivers/media/pci/saa7134/
Dsaa7134-empress.c167 static const struct v4l2_ioctl_ops ts_ioctl_ops = {

1234567