Lines Matching defs:sel
876 struct v4l2_subdev_selection *sel)
881 if (sel->which != V4L2_SUBDEV_FORMAT_ACTIVE)
884 switch (sel->target) {
886 sel->r.left = 0;
887 sel->r.top = 0;
888 sel->r.width = MAX_WIDTH;
889 sel->r.height = MAX_HEIGHT;
892 sel->r = priv->frame;
901 struct v4l2_subdev_selection *sel)
905 const struct v4l2_rect *rect = &sel->r;
907 if (sel->which != V4L2_SUBDEV_FORMAT_ACTIVE ||
908 sel->target != V4L2_SEL_TGT_CROP)