Searched refs:v4l2_input32 (Results 1 – 1 of 1) sorted by relevance
580 struct v4l2_input32 { struct593 static inline int get_v4l2_input32(struct v4l2_input *kp, struct v4l2_input32 __user *up) in get_v4l2_input32() argument595 if (copy_from_user(kp, up, sizeof(struct v4l2_input32))) in get_v4l2_input32()600 static inline int put_v4l2_input32(struct v4l2_input *kp, struct v4l2_input32 __user *up) in put_v4l2_input32()602 if (copy_to_user(up, kp, sizeof(struct v4l2_input32))) in put_v4l2_input32()806 #define VIDIOC_ENUMINPUT32 _IOWR('V', 26, struct v4l2_input32)