Home
last modified time | relevance | path

Searched refs:V4L2_EVENT_CTRL (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-subscribe-event.rst96 that are triggered by a status change such as ``V4L2_EVENT_CTRL``.
103 a V4L2_EVENT_CTRL to be sent back to that same filehandle.
Dvidioc-dqevent.rst75 - Event data for event ``V4L2_EVENT_CTRL``.
148 * - ``V4L2_EVENT_CTRL``
Dcontrol.rst58 ``V4L2_EVENT_CTRL``), panel applications might want to make use of that
/Linux-v5.4/drivers/staging/media/imx/
Dimx-media-capture.c412 case V4L2_EVENT_CTRL: in capture_subscribe_event()
/Linux-v5.4/drivers/staging/media/meson/vdec/
Dvdec.c737 case V4L2_EVENT_CTRL: in vdec_subscribe_event()
/Linux-v5.4/drivers/media/i2c/
Dadv7180.c830 case V4L2_EVENT_CTRL: in adv7180_subscribe_event()
Dtc358743.c1500 case V4L2_EVENT_CTRL: in tc358743_subscribe_event()
Dtda1997x.c2010 case V4L2_EVENT_CTRL: in tda1997x_subscribe_event()
Dadv7604.c2640 case V4L2_EVENT_CTRL: in adv76xx_subscribe_event()
Dadv7842.c3241 case V4L2_EVENT_CTRL: in adv7842_subscribe_event()
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions477 replace define V4L2_EVENT_CTRL event-type
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h2262 #define V4L2_EVENT_CTRL 3 macro
/Linux-v5.4/drivers/media/usb/uvc/
Duvc_v4l2.c1269 case V4L2_EVENT_CTRL: in uvc_ioctl_subscribe_event()
Duvc_ctrl.c1211 ev->type = V4L2_EVENT_CTRL; in uvc_ctrl_fill_event()
/Linux-v5.4/drivers/media/platform/qcom/venus/
Dvdec.c476 case V4L2_EVENT_CTRL: in vdec_subscribe_event()
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ctrls.c1466 ev->type = V4L2_EVENT_CTRL; in fill_event()
4391 if (sub->type == V4L2_EVENT_CTRL) in v4l2_ctrl_subscribe_event()
Dv4l2-ioctl.c832 case V4L2_EVENT_CTRL: in v4l_print_event()