Lines Matching refs:s5k5baf_cis_rect
336 static struct v4l2_rect s5k5baf_cis_rect = { variable
1384 sel->r = s5k5baf_cis_rect; in s5k5baf_get_selection()
1485 &s5k5baf_cis_rect, in s5k5baf_set_selection()
1498 &s5k5baf_cis_rect, in s5k5baf_set_selection()
1517 if (!s5k5baf_cmp_rect(&state->crop_sink, &s5k5baf_cis_rect) || in s5k5baf_set_selection()
1518 !s5k5baf_cmp_rect(&state->compose, &s5k5baf_cis_rect)) in s5k5baf_set_selection()
1718 mf->width = s5k5baf_cis_rect.width; in s5k5baf_open()
1719 mf->height = s5k5baf_cis_rect.height; in s5k5baf_open()
1722 *v4l2_subdev_get_try_crop(sd, fh->state, PAD_CIS) = s5k5baf_cis_rect; in s5k5baf_open()
1723 *v4l2_subdev_get_try_compose(sd, fh->state, PAD_CIS) = s5k5baf_cis_rect; in s5k5baf_open()
1724 *v4l2_subdev_get_try_crop(sd, fh->state, PAD_OUT) = s5k5baf_cis_rect; in s5k5baf_open()
1965 state->crop_sink = s5k5baf_cis_rect; in s5k5baf_probe()
1966 state->compose = s5k5baf_cis_rect; in s5k5baf_probe()
1967 state->crop_source = s5k5baf_cis_rect; in s5k5baf_probe()