| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-event.c | 223 int v4l2_event_subscribe(struct v4l2_fh *fh, in v4l2_event_subscribe() function 275 EXPORT_SYMBOL_GPL(v4l2_event_subscribe); 363 return v4l2_event_subscribe(fh, sub, 0, &v4l2_event_src_ch_ops); in v4l2_src_change_event_subscribe()
|
| H A D | v4l2-ctrls-api.c | 1333 return v4l2_event_subscribe(fh, sub, 0, &v4l2_ctrl_sub_ev_ops); in v4l2_ctrl_subscribe_event()
|
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-event.rst | 23 of :c:func:`v4l2_event_subscribe`. This ringbuffer is used to store any events 95 :c:func:`v4l2_event_subscribe <v4l2_event_subscribe>` 104 :c:func:`v4l2_event_subscribe` to subscribe the event.
|
| /linux/include/media/ |
| H A D | v4l2-event.h | 154 int v4l2_event_subscribe(struct v4l2_fh *fh,
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_v4l2.c | 582 ret = v4l2_event_subscribe(fh, sub, 2, NULL); in uvc_v4l2_subscribe_event()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispstat.c | 1010 return v4l2_event_subscribe(fh, sub, STAT_NEVENTS, NULL); in omap3isp_stat_subscribe_event()
|
| H A D | ispccdc.c | 1873 return v4l2_event_subscribe(fh, sub, OMAP3ISP_CCDC_NEVENTS, NULL); in ccdc_subscribe_event()
|
| /linux/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 1690 return v4l2_event_subscribe(fh, sub, 2, NULL); in cfe_subscribe_event() 1696 return v4l2_event_subscribe(fh, sub, 4, NULL); in cfe_subscribe_event()
|
| /linux/drivers/staging/media/meson/vdec/ |
| H A D | vdec.c | 759 return v4l2_event_subscribe(fh, sub, 0, NULL); in vdec_subscribe_event()
|
| /linux/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-v4l2-enc.c | 1122 return v4l2_event_subscribe(fh, sub, 30, NULL); in solo_subscribe_event()
|
| /linux/drivers/media/platform/amphion/ |
| H A D | venc.c | 473 return v4l2_event_subscribe(fh, sub, 0, NULL); in venc_subscribe_event()
|
| H A D | vdec.c | 742 return v4l2_event_subscribe(fh, sub, 0, NULL); in vdec_subscribe_event()
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda-common.c | 1462 return v4l2_event_subscribe(fh, sub, 0, NULL); in coda_subscribe_event() 1465 return v4l2_event_subscribe(fh, sub, 0, NULL); in coda_subscribe_event()
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | venc.c | 520 return v4l2_event_subscribe(fh, sub, 2, NULL); in venc_subscribe_event()
|
| H A D | vdec.c | 534 return v4l2_event_subscribe(fh, sub, 2, NULL); in vdec_subscribe_event()
|
| /linux/drivers/media/platform/st/sti/delta/ |
| H A D | delta-v4l2.c | 888 return v4l2_event_subscribe(fh, sub, 2, NULL); in delta_subscribe_event()
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-ioctl.c | 1499 return v4l2_event_subscribe(fh, sub, 0, NULL); in ivtv_subscribe_event()
|
| /linux/drivers/media/platform/imagination/ |
| H A D | e5010-jpeg-enc.c | 565 return v4l2_event_subscribe(fh, sub, 0, NULL); in e5010_subscribe_event()
|
| /linux/drivers/media/test-drivers/vicodec/ |
| H A D | vicodec-core.c | 1309 return v4l2_event_subscribe(fh, sub, 0, NULL); in vicodec_subscribe_event()
|
| /linux/drivers/media/platform/allegro-dvt/ |
| H A D | allegro-core.c | 3610 return v4l2_event_subscribe(fh, sub, 0, NULL); in allegro_subscribe_event()
|