Lines Matching defs:up

48 static int get_v4l2_window32(struct v4l2_window *kp, struct v4l2_window32 __user *up)  in get_v4l2_window32()
82 static int put_v4l2_window32(struct v4l2_window *kp, struct v4l2_window32 __user *up) in put_v4l2_window32()
92 static inline int get_v4l2_pix_format(struct v4l2_pix_format *kp, struct v4l2_pix_format __user *up) in get_v4l2_pix_format()
100 struct v4l2_pix_format_mplane __user *up) in get_v4l2_pix_format_mplane()
107 static inline int put_v4l2_pix_format(struct v4l2_pix_format *kp, struct v4l2_pix_format __user *up) in put_v4l2_pix_format()
115 struct v4l2_pix_format_mplane __user *up) in put_v4l2_pix_format_mplane()
122 static inline int get_v4l2_vbi_format(struct v4l2_vbi_format *kp, struct v4l2_vbi_format __user *up) in get_v4l2_vbi_format()
129 static inline int put_v4l2_vbi_format(struct v4l2_vbi_format *kp, struct v4l2_vbi_format __user *up) in put_v4l2_vbi_format()
136 …v4l2_sliced_vbi_format(struct v4l2_sliced_vbi_format *kp, struct v4l2_sliced_vbi_format __user *up) in get_v4l2_sliced_vbi_format()
143 …v4l2_sliced_vbi_format(struct v4l2_sliced_vbi_format *kp, struct v4l2_sliced_vbi_format __user *up) in put_v4l2_sliced_vbi_format()
179 static int __get_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in __get_v4l2_format32()
208 static int get_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in get_v4l2_format32()
215 …atic int get_v4l2_create32(struct v4l2_create_buffers *kp, struct v4l2_create_buffers32 __user *up) in get_v4l2_create32()
223 static int __put_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in __put_v4l2_format32()
252 static int put_v4l2_format32(struct v4l2_format *kp, struct v4l2_format32 __user *up) in put_v4l2_format32()
259 …atic int put_v4l2_create32(struct v4l2_create_buffers *kp, struct v4l2_create_buffers32 __user *up) in put_v4l2_create32()
277 static int get_v4l2_standard32(struct v4l2_standard *kp, struct v4l2_standard32 __user *up) in get_v4l2_standard32()
286 static int put_v4l2_standard32(struct v4l2_standard *kp, struct v4l2_standard32 __user *up) in put_v4l2_standard32()
334 static int get_v4l2_plane32(struct v4l2_plane __user *up, struct v4l2_plane32 __user *up32, in get_v4l2_plane32()
363 static int put_v4l2_plane32(struct v4l2_plane __user *up, struct v4l2_plane32 __user *up32, in put_v4l2_plane32()
386 static int get_v4l2_buffer32(struct v4l2_buffer *kp, struct v4l2_buffer32 __user *up) in get_v4l2_buffer32()
470 static int put_v4l2_buffer32(struct v4l2_buffer *kp, struct v4l2_buffer32 __user *up) in put_v4l2_buffer32()
553 static int get_v4l2_framebuffer32(struct v4l2_framebuffer *kp, struct v4l2_framebuffer32 __user *up) in get_v4l2_framebuffer32()
567 static int put_v4l2_framebuffer32(struct v4l2_framebuffer *kp, struct v4l2_framebuffer32 __user *up) in put_v4l2_framebuffer32()
593 static inline int get_v4l2_input32(struct v4l2_input *kp, struct v4l2_input32 __user *up) in get_v4l2_input32()
600 static inline int put_v4l2_input32(struct v4l2_input *kp, struct v4l2_input32 __user *up) in put_v4l2_input32()
643 …ic int get_v4l2_ext_controls32(struct v4l2_ext_controls *kp, struct v4l2_ext_controls32 __user *up) in get_v4l2_ext_controls32()
691 …ic int put_v4l2_ext_controls32(struct v4l2_ext_controls *kp, struct v4l2_ext_controls32 __user *up) in put_v4l2_ext_controls32()
746 static int put_v4l2_event32(struct v4l2_event *kp, struct v4l2_event32 __user *up) in put_v4l2_event32()
768 static int get_v4l2_edid32(struct v4l2_edid *kp, struct v4l2_edid32 __user *up) in get_v4l2_edid32()
783 static int put_v4l2_edid32(struct v4l2_edid *kp, struct v4l2_edid32 __user *up) in put_v4l2_edid32()
840 void __user *up = compat_ptr(arg); in do_video_ioctl() local