Searched refs:v4l2_pix_format_mplane (Results 1 – 9 of 9) sorted by relevance
98 static inline int get_v4l2_pix_format_mplane(struct v4l2_pix_format_mplane *kp, in get_v4l2_pix_format_mplane()99 struct v4l2_pix_format_mplane __user *up) in get_v4l2_pix_format_mplane()101 if (copy_from_user(kp, up, sizeof(struct v4l2_pix_format_mplane))) in get_v4l2_pix_format_mplane()113 static inline int put_v4l2_pix_format_mplane(struct v4l2_pix_format_mplane *kp, in put_v4l2_pix_format_mplane()114 struct v4l2_pix_format_mplane __user *up) in put_v4l2_pix_format_mplane()116 if (copy_to_user(up, kp, sizeof(struct v4l2_pix_format_mplane))) in put_v4l2_pix_format_mplane()153 struct v4l2_pix_format_mplane pix_mp;
377 struct v4l2_pix_format_mplane *fmt) in v4l_print_pix_fmt_mplane()
956 struct v4l2_pix_format_mplane *pixm = &f->fmt.pix_mp; in fimc_fill_format()979 struct v4l2_pix_format_mplane *pixm = &f->fmt.pix_mp; in fimc_fill_frame()1001 struct v4l2_pix_format_mplane *pix) in fimc_adjust_mplane_format()1080 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in fimc_try_fmt_mplane()1139 struct v4l2_pix_format_mplane *pix; in fimc_m2m_s_fmt_mplane()
253 const struct v4l2_pix_format_mplane *pixm = NULL; in queue_setup()750 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in fimc_cap_try_fmt_mplane()804 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in fimc_capture_set_format()
720 struct v4l2_pix_format_mplane *pix);
284 struct v4l2_pix_format_mplane *pix_mp; in vidioc_g_fmt()364 struct v4l2_pix_format_mplane *pix_mp; in vidioc_s_fmt()
847 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_g_fmt()883 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_try_fmt()922 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_s_fmt()
299 struct v4l2_pix_format_mplane *pix = &f->fmt.pix_mp; in mxr_g_fmt()318 struct v4l2_pix_format_mplane *pix; in mxr_s_fmt()
2145 struct v4l2_pix_format_mplane { struct2171 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ argument