Searched refs:s5k5baf_cis_rect (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | s5k5baf.c | 336 static struct v4l2_rect s5k5baf_cis_rect = { variable 1382 sel->r = s5k5baf_cis_rect; in s5k5baf_get_selection() 1481 &s5k5baf_cis_rect, in s5k5baf_set_selection() 1491 &s5k5baf_cis_rect, in s5k5baf_set_selection() 1510 if (!s5k5baf_cmp_rect(&state->crop_sink, &s5k5baf_cis_rect) || in s5k5baf_set_selection() 1511 !s5k5baf_cmp_rect(&state->compose, &s5k5baf_cis_rect)) in s5k5baf_set_selection() 1711 mf->width = s5k5baf_cis_rect.width; in s5k5baf_open() 1712 mf->height = s5k5baf_cis_rect.height; in s5k5baf_open() 1715 *v4l2_subdev_get_try_crop(sd, fh->pad, PAD_CIS) = s5k5baf_cis_rect; in s5k5baf_open() 1716 *v4l2_subdev_get_try_compose(sd, fh->pad, PAD_CIS) = s5k5baf_cis_rect; in s5k5baf_open() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | s5k5baf.c | 330 static struct v4l2_rect s5k5baf_cis_rect = { variable 1374 sel->r = s5k5baf_cis_rect; in s5k5baf_get_selection() 1475 &s5k5baf_cis_rect, in s5k5baf_set_selection() 1488 &s5k5baf_cis_rect, in s5k5baf_set_selection() 1507 if (!s5k5baf_cmp_rect(&state->crop_sink, &s5k5baf_cis_rect) || in s5k5baf_set_selection() 1508 !s5k5baf_cmp_rect(&state->compose, &s5k5baf_cis_rect)) in s5k5baf_set_selection() 1708 mf->width = s5k5baf_cis_rect.width; in s5k5baf_open() 1709 mf->height = s5k5baf_cis_rect.height; in s5k5baf_open() 1712 *v4l2_subdev_get_try_crop(sd, fh->state, PAD_CIS) = s5k5baf_cis_rect; in s5k5baf_open() 1713 *v4l2_subdev_get_try_compose(sd, fh->state, PAD_CIS) = s5k5baf_cis_rect; in s5k5baf_open() [all...] |
Completed in 7 milliseconds