Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/stm32/
H A Dstm32-dcmi.c154 struct v4l2_rect sd_bounds; member
1249 s->r = dcmi->sd_bounds; in dcmi_g_selection()
1282 pix.width = dcmi->sd_bounds.width; in dcmi_s_selection()
1283 pix.height = dcmi->sd_bounds.height; in dcmi_s_selection()
1299 if (!(r.top == dcmi->sd_bounds.top && in dcmi_s_selection()
1300 r.left == dcmi->sd_bounds.left && in dcmi_s_selection()
1301 r.width == dcmi->sd_bounds.width && in dcmi_s_selection()
1302 r.height == dcmi->sd_bounds.height)) { in dcmi_s_selection()
1712 ret = dcmi_get_sensor_bounds(dcmi, &dcmi->sd_bounds); in dcmi_graph_notify_complete()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds