sd_bounds         153 drivers/media/platform/stm32/stm32-dcmi.c 	struct v4l2_rect		sd_bounds;
sd_bounds        1250 drivers/media/platform/stm32/stm32-dcmi.c 		s->r = dcmi->sd_bounds;
sd_bounds        1283 drivers/media/platform/stm32/stm32-dcmi.c 	pix.width = dcmi->sd_bounds.width;
sd_bounds        1284 drivers/media/platform/stm32/stm32-dcmi.c 	pix.height = dcmi->sd_bounds.height;
sd_bounds        1300 drivers/media/platform/stm32/stm32-dcmi.c 	if (!(r.top == dcmi->sd_bounds.top &&
sd_bounds        1301 drivers/media/platform/stm32/stm32-dcmi.c 	      r.left == dcmi->sd_bounds.left &&
sd_bounds        1302 drivers/media/platform/stm32/stm32-dcmi.c 	      r.width == dcmi->sd_bounds.width &&
sd_bounds        1303 drivers/media/platform/stm32/stm32-dcmi.c 	      r.height == dcmi->sd_bounds.height)) {
sd_bounds        1713 drivers/media/platform/stm32/stm32-dcmi.c 	ret = dcmi_get_sensor_bounds(dcmi, &dcmi->sd_bounds);