Searched refs:v4l2_input32 (Results 1 – 1 of 1) sorted by relevance
601 struct v4l2_input32 { struct614 static inline int get_v4l2_input32(struct v4l2_input *kp, struct v4l2_input32 __user *up) in get_v4l2_input32() argument616 if (copy_from_user(kp, up, sizeof(struct v4l2_input32))) in get_v4l2_input32()621 static inline int put_v4l2_input32(struct v4l2_input *kp, struct v4l2_input32 __user *up) in put_v4l2_input32()623 if (copy_to_user(up, kp, sizeof(struct v4l2_input32))) in put_v4l2_input32()829 #define VIDIOC_ENUMINPUT32 _IOWR('V', 26, struct v4l2_input32)