Home
last modified time | relevance | path

Searched refs:sd_bounds (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c148 struct v4l2_rect sd_bounds; member
1241 s->r = dcmi->sd_bounds; in dcmi_g_selection()
1274 pix.width = dcmi->sd_bounds.width; in dcmi_s_selection()
1275 pix.height = dcmi->sd_bounds.height; in dcmi_s_selection()
1291 if (!(r.top == dcmi->sd_bounds.top && in dcmi_s_selection()
1292 r.left == dcmi->sd_bounds.left && in dcmi_s_selection()
1293 r.width == dcmi->sd_bounds.width && in dcmi_s_selection()
1294 r.height == dcmi->sd_bounds.height)) { in dcmi_s_selection()
1778 ret = dcmi_get_sensor_bounds(dcmi, &dcmi->sd_bounds); in dcmi_graph_notify_complete()