Searched refs:ev32 (Results 1 – 1 of 1) sorted by relevance
3282 struct v4l2_event_time32 ev32; in video_put_user() local3284 memset(&ev32, 0, sizeof(ev32)); in video_put_user()3286 ev32.type = ev->type; in video_put_user()3287 ev32.pending = ev->pending; in video_put_user()3288 ev32.sequence = ev->sequence; in video_put_user()3289 ev32.timestamp.tv_sec = ev->timestamp.tv_sec; in video_put_user()3290 ev32.timestamp.tv_nsec = ev->timestamp.tv_nsec; in video_put_user()3291 ev32.id = ev->id; in video_put_user()3293 memcpy(&ev32.u, &ev->u, sizeof(ev->u)); in video_put_user()3294 memcpy(&ev32.reserved, &ev->reserved, sizeof(ev->reserved)); in video_put_user()[all …]