Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c147 struct v4l2_rect sd_bounds; member
1238 s->r = dcmi->sd_bounds; in dcmi_g_selection()
1271 pix.width = dcmi->sd_bounds.width; in dcmi_s_selection()
1272 pix.height = dcmi->sd_bounds.height; in dcmi_s_selection()
1288 if (!(r.top == dcmi->sd_bounds.top && in dcmi_s_selection()
1289 r.left == dcmi->sd_bounds.left && in dcmi_s_selection()
1290 r.width == dcmi->sd_bounds.width && in dcmi_s_selection()
1291 r.height == dcmi->sd_bounds.height)) { in dcmi_s_selection()
1775 ret = dcmi_get_sensor_bounds(dcmi, &dcmi->sd_bounds); in dcmi_graph_notify_complete()