Lines Matching defs:sel
2596 struct v4l2_subdev_selection *sel)
2600 switch (sel->target) {
2603 sel->r = *__ov5670_get_pad_crop(sensor, state, sel->pad,
2604 sel->which);
2609 sel->r.top = 0;
2610 sel->r.left = 0;
2611 sel->r.width = OV5670_NATIVE_WIDTH;
2612 sel->r.height = OV5670_NATIVE_HEIGHT;
2615 sel->r = ov5670_analog_crop;