Searched refs:ev32 (Results 1 – 1 of 1) sorted by relevance
3367 struct v4l2_event_time32 ev32; in video_put_user() local3369 memset(&ev32, 0, sizeof(ev32)); in video_put_user()3371 ev32.type = ev->type; in video_put_user()3372 ev32.pending = ev->pending; in video_put_user()3373 ev32.sequence = ev->sequence; in video_put_user()3374 ev32.timestamp.tv_sec = ev->timestamp.tv_sec; in video_put_user()3375 ev32.timestamp.tv_nsec = ev->timestamp.tv_nsec; in video_put_user()3376 ev32.id = ev->id; in video_put_user()3378 memcpy(&ev32.u, &ev->u, sizeof(ev->u)); in video_put_user()3379 memcpy(&ev32.reserved, &ev->reserved, sizeof(ev->reserved)); in video_put_user()[all …]