Searched refs:ev32 (Results 1 – 1 of 1) sorted by relevance
3276 struct v4l2_event_time32 ev32; in video_put_user() local3278 memset(&ev32, 0, sizeof(ev32)); in video_put_user()3280 ev32.type = ev->type; in video_put_user()3281 ev32.pending = ev->pending; in video_put_user()3282 ev32.sequence = ev->sequence; in video_put_user()3283 ev32.timestamp.tv_sec = ev->timestamp.tv_sec; in video_put_user()3284 ev32.timestamp.tv_nsec = ev->timestamp.tv_nsec; in video_put_user()3285 ev32.id = ev->id; in video_put_user()3287 memcpy(&ev32.u, &ev->u, sizeof(ev->u)); in video_put_user()3288 memcpy(&ev32.reserved, &ev->reserved, sizeof(ev->reserved)); in video_put_user()[all …]