Searched refs:v4l2_window32 (Results 1 – 1 of 1) sorted by relevance
46 struct v4l2_window32 { struct57 struct v4l2_window32 __user *p32) in get_v4l2_window32() argument59 struct v4l2_window32 w32; in get_v4l2_window32()83 struct v4l2_window32 __user *p32) in put_v4l2_window32()85 struct v4l2_window32 w32; in put_v4l2_window32()88 w32 = (struct v4l2_window32) { in put_v4l2_window32()99 if (copy_to_user(p32, &w32, offsetof(struct v4l2_window32, clips)) || in put_v4l2_window32()101 sizeof(w32) - offsetof(struct v4l2_window32, clipcount))) in put_v4l2_window32()112 struct v4l2_window32 win;