Searched refs:v4l2_event (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/include/media/
H A Dv4l2-event.h34 struct v4l2_event event;
49 void (*replace)(struct v4l2_event *old, const struct v4l2_event *new);
50 void (*merge)(const struct v4l2_event *old, struct v4l2_event *new);
88 * @event: pointer to struct v4l2_event
91 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,
98 * @ev: pointer to &struct v4l2_event
106 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev);
112 * @ev: pointer to &struct v4l2_event
[all...]
H A Dv4l2-ctrls.h1264 * @old: pointer to struct &v4l2_event with the reported
1266 * @new: pointer to struct &v4l2_event with the modified
1269 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new);
1275 * @old: pointer to struct &v4l2_event with the reported
1277 * @new: pointer to struct &v4l2_event with the merged
1280 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new);
H A Dv4l2-subdev.h30 #define V4L2_DEVICE_NOTIFY_EVENT _IOW('v', 2, struct v4l2_event)
34 struct v4l2_event;
1913 const struct v4l2_event *ev);
/linux-master/drivers/usb/gadget/function/
H A Df_uvc.c208 struct v4l2_event v4l2_event; local
209 struct uvc_event *uvc_event = (void *)&v4l2_event.u.data;
214 memset(&v4l2_event, 0, sizeof(v4l2_event));
215 v4l2_event.type = UVC_EVENT_DATA;
219 v4l2_event_queue(&uvc->vdev, &v4l2_event);
227 struct v4l2_event v4l2_event; local
228 struct uvc_event *uvc_event = (void *)&v4l2_event
296 struct v4l2_event v4l2_event; local
379 struct v4l2_event v4l2_event; local
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-event.c27 static int __v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event)
59 int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event,
103 const struct v4l2_event *ev, u64 ts)
153 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev)
173 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev)
339 static void v4l2_event_src_replace(struct v4l2_event *old,
340 const struct v4l2_event *new)
348 static void v4l2_event_src_merge(const struct v4l2_event *old,
349 struct v4l2_event *new)
H A Dv4l2-ctrls-api.c1252 void v4l2_ctrl_replace(struct v4l2_event *old, const struct v4l2_event *new)
1261 void v4l2_ctrl_merge(const struct v4l2_event *old, struct v4l2_event *new)
H A Dv4l2-compat-ioctl32.c763 static int put_v4l2_event32(struct v4l2_event *p64,
794 static int put_v4l2_event32_time32(struct v4l2_event *p64,
H A Dv4l2-ctrls-core.c19 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl,
44 struct v4l2_event ev;
55 struct v4l2_event ev;
/linux-master/drivers/staging/media/tegra-video/
H A Dvideo.c33 const struct v4l2_event *ev = arg;
/linux-master/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c300 const struct v4l2_event ev = { .type = V4L2_EVENT_EOS };
445 static const struct v4l2_event ev = {
/linux-master/drivers/staging/media/imx/
H A Dimx-media-fim.c133 static const struct v4l2_event ev = {
/linux-master/drivers/media/platform/amphion/
H A Dvpu_v4l2.c79 static const struct v4l2_event ev = {
92 static const struct v4l2_event ev = {
/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec.c1363 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS };
1429 const struct v4l2_event ev = { .type = V4L2_EVENT_EOS };
1465 static const struct v4l2_event ev = {
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c187 static const struct v4l2_event ev_src_ch = {
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-driver.c394 struct v4l2_event ev = {
/linux-master/drivers/media/pci/ivtv/
H A Divtv-irq.c857 static const struct v4l2_event evtop = {
861 static const struct v4l2_event evbottom = {
H A Divtv-streams.c916 static const struct v4l2_event ev = {
/linux-master/drivers/media/usb/uvc/
H A Duvc_ctrl.c1462 struct v4l2_event *ev,
1497 struct v4l2_event ev;
1696 struct v4l2_event ev;
/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c139 static const struct v4l2_event vicodec_eos_event = {
664 static const struct v4l2_event rs_event = {
1437 static const struct v4l2_event rs_event = {
/linux-master/include/uapi/linux/
H A Dvideodev2.h2525 struct v4l2_event { struct
2705 #define VIDIOC_DQEVENT _IOR('V', 89, struct v4l2_event)
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c801 struct v4l2_event ev = {
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispstat.c460 struct v4l2_event event;
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c892 struct v4l2_event event;
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_v4l2.c708 static const struct v4l2_event hantro_eos_event = {
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vin.c662 static const struct v4l2_event ev = {

Completed in 242 milliseconds

123