Home
last modified time | relevance | path

Searched refs:v4l2_event_subscription (Results 1 – 25 of 70) sorted by relevance

123

/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-event.h146 const struct v4l2_event_subscription *sub,
156 const struct v4l2_event_subscription *sub);
178 struct v4l2_event_subscription *sub);
187 const struct v4l2_event_subscription *sub);
198 struct v4l2_event_subscription *sub);
H A Dv4l2-subdev.h35 struct v4l2_event_subscription;
209 struct v4l2_event_subscription *sub);
211 struct v4l2_event_subscription *sub);
H A Dv4l2-ctrls.h1239 const struct v4l2_event_subscription *sub);
1446 struct v4l2_event_subscription *sub);
H A Dv4l2-ioctl.h581 const struct v4l2_event_subscription *sub);
583 const struct v4l2_event_subscription *sub);
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-subscribe-event.rst21 ``int ioctl(int fd, VIDIOC_SUBSCRIBE_EVENT, struct v4l2_event_subscription *argp)``
25 ``int ioctl(int fd, VIDIOC_UNSUBSCRIBE_EVENT, struct v4l2_event_subscription *argp)``
34 Pointer to struct :c:type:`v4l2_event_subscription`.
44 .. c:type:: v4l2_event_subscription
46 .. flat-table:: struct v4l2_event_subscription
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-event.c207 const struct v4l2_event_subscription *sub, unsigned elems, in v4l2_event_subscribe()
262 struct v4l2_event_subscription sub; in v4l2_event_unsubscribe_all()
284 const struct v4l2_event_subscription *sub) in v4l2_event_unsubscribe()
316 struct v4l2_event_subscription *sub) in v4l2_event_subdev_unsubscribe()
343 const struct v4l2_event_subscription *sub) in v4l2_src_change_event_subscribe()
352 struct v4l2_fh *fh, struct v4l2_event_subscription *sub) in v4l2_src_change_event_subdev_subscribe()
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Dispstat.h137 struct v4l2_event_subscription *sub);
140 struct v4l2_event_subscription *sub);
H A Dispstat.c1004 struct v4l2_event_subscription *sub) in omap3isp_stat_subscribe_event()
1016 struct v4l2_event_subscription *sub) in omap3isp_stat_unsubscribe_event()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.h36 int vidioc_subscribe_event(struct v4l2_fh *fh, const struct v4l2_event_subscription *sub);
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Duvc_v4l2.c245 const struct v4l2_event_subscription *sub) in uvc_v4l2_subscribe_event()
281 const struct v4l2_event_subscription *sub) in uvc_v4l2_unsubscribe_event()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams.c65 const struct v4l2_event_subscription *sub) in rkispp_params_subs_evt()
83 const struct v4l2_event_subscription *sub) in rkispp_params_unsubs_evt()
H A Dispp.c408 struct v4l2_event_subscription *sub) in rkispp_subscribe_event()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params.c70 const struct v4l2_event_subscription *sub) in rkisp_params_subs_evt()
88 const struct v4l2_event_subscription *sub) in rkisp_params_unsubs_evt()
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dv4l2-event.rst96 (:c:type:`fh <v4l2_fh>`, :c:type:`sub <v4l2_event_subscription>` ,
133 (:c:type:`fh <v4l2_fh>`, :c:type:`sub <v4l2_event_subscription>`)
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/video4linux/
H A Dv4l2-framework.txt936 struct v4l2_event_subscription *sub, unsigned elems,
954 struct v4l2_event_subscription *sub)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq_3A_server/
H A Drkaiq_3A_server.cpp205 struct v4l2_event_subscription sub; in subscrible_stream_event()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h2275 struct v4l2_event_subscription { struct
2424 #define VIDIOC_SUBSCRIBE_EVENT _IOW('V', 90, struct v4l2_event_subscription)
2425 #define VIDIOC_UNSUBSCRIBE_EVENT _IOW('V', 91, struct v4l2_event_subscription)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h2275 struct v4l2_event_subscription { struct
2424 #define VIDIOC_SUBSCRIBE_EVENT _IOW('V', 90, struct v4l2_event_subscription)
2425 #define VIDIOC_UNSUBSCRIBE_EVENT _IOW('V', 91, struct v4l2_event_subscription)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h2415 struct v4l2_event_subscription { struct
2564 #define VIDIOC_SUBSCRIBE_EVENT _IOW('V', 90, struct v4l2_event_subscription)
2565 #define VIDIOC_UNSUBSCRIBE_EVENT _IOW('V', 91, struct v4l2_event_subscription)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h2399 struct v4l2_event_subscription { struct
2546 #define VIDIOC_SUBSCRIBE_EVENT _IOW('V', 90, struct v4l2_event_subscription)
2547 #define VIDIOC_UNSUBSCRIBE_EVENT _IOW('V', 91, struct v4l2_event_subscription)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_device.cpp1303 struct v4l2_event_subscription sub; in prepare()
1322 struct v4l2_event_subscription sub; in prepare()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c179 struct v4l2_event_subscription *sub) in isp_subdev_subscribe_event()
203 struct v4l2_event_subscription *sub) in isp_subdev_unsubscribe_event()
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-csi.c1743 struct v4l2_event_subscription *sub) in csi_subscribe_event()
1754 struct v4l2_event_subscription *sub) in csi_unsubscribe_event()
H A Dimx-media-capture.c411 const struct v4l2_event_subscription *sub) in capture_subscribe_event()
/OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/
H A Drcar-v4l2.c623 const struct v4l2_event_subscription *sub) in rvin_subscribe_event()

123