Lines Matching defs:sel
767 isp_video_get_selection(struct file *file, void *fh, struct v4l2_selection *sel)
774 .target = sel->target,
779 switch (sel->target) {
805 sel->r = sdsel.r;
815 sel->r.left = 0;
816 sel->r.top = 0;
817 sel->r.width = format.format.width;
818 sel->r.height = format.format.height;
824 isp_video_set_selection(struct file *file, void *fh, struct v4l2_selection *sel)
830 .target = sel->target,
831 .flags = sel->flags,
832 .r = sel->r,
837 switch (sel->target) {
858 sel->r = sdsel.r;