Searched refs:ev32 (Results 1 – 1 of 1) sorted by relevance
3355 struct v4l2_event_time32 ev32; in video_put_user() local3357 memset(&ev32, 0, sizeof(ev32)); in video_put_user()3359 ev32.type = ev->type; in video_put_user()3360 ev32.pending = ev->pending; in video_put_user()3361 ev32.sequence = ev->sequence; in video_put_user()3362 ev32.timestamp.tv_sec = ev->timestamp.tv_sec; in video_put_user()3363 ev32.timestamp.tv_nsec = ev->timestamp.tv_nsec; in video_put_user()3364 ev32.id = ev->id; in video_put_user()3366 memcpy(&ev32.u, &ev->u, sizeof(ev->u)); in video_put_user()3367 memcpy(&ev32.reserved, &ev->reserved, sizeof(ev->reserved)); in video_put_user()[all …]