Searched refs:ev32 (Results 1 – 2 of 2) sorted by relevance
3231 struct v4l2_event_time32 ev32; in video_put_user() local3233 memset(&ev32, 0, sizeof(ev32)); in video_put_user()3235 ev32.type = ev->type; in video_put_user()3236 ev32.pending = ev->pending; in video_put_user()3237 ev32.sequence = ev->sequence; in video_put_user()3238 ev32.timestamp.tv_sec = ev->timestamp.tv_sec; in video_put_user()3239 ev32.timestamp.tv_nsec = ev->timestamp.tv_nsec; in video_put_user()3240 ev32.id = ev->id; in video_put_user()3242 memcpy(&ev32.u, &ev->u, sizeof(ev->u)); in video_put_user()3243 memcpy(&ev32.reserved, &ev->reserved, sizeof(ev->reserved)); in video_put_user()[all …]
1757 struct compat_video_event *ev32 = arg; in ivtv_decoder_ioctls() local1784 ev32->u.vsync_field = vsync_field; in ivtv_decoder_ioctls()