Home
last modified time | relevance | path

Searched refs:ev32 (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-ioctl.c3216 struct v4l2_event_time32 ev32; in video_put_user() local
3218 memset(&ev32, 0, sizeof(ev32)); in video_put_user()
3220 ev32.type = ev->type; in video_put_user()
3221 ev32.pending = ev->pending; in video_put_user()
3222 ev32.sequence = ev->sequence; in video_put_user()
3223 ev32.timestamp.tv_sec = ev->timestamp.tv_sec; in video_put_user()
3224 ev32.timestamp.tv_nsec = ev->timestamp.tv_nsec; in video_put_user()
3225 ev32.id = ev->id; in video_put_user()
3227 memcpy(&ev32.u, &ev->u, sizeof(ev->u)); in video_put_user()
3228 memcpy(&ev32.reserved, &ev->reserved, sizeof(ev->reserved)); in video_put_user()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
Divtv-ioctl.c1757 struct compat_video_event *ev32 = arg; in ivtv_decoder_ioctls() local
1784 ev32->u.vsync_field = vsync_field; in ivtv_decoder_ioctls()