Home
last modified time | relevance | path

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

/drivers/media/i2c/
A Dalvium-csi2.c756 u64 min_offx, max_offx, inc_offx; in alvium_get_offx_params() local
759 alvium_read(alvium, REG_BCRM_IMG_OFFSET_X_MIN_R, &min_offx, &ret); in alvium_get_offx_params()
765 alvium->min_offx = min_offx; in alvium_get_offx_params()
1761 crop->left = clamp((u32)max(0, crop->left), alvium->min_offx, in alvium_set_mode()
1950 crop->left = clamp((u32)max(0, sel->r.left), alvium->min_offx, in alvium_set_selection()
1982 sel->r.left = alvium->min_offx; in alvium_get_selection()
2280 alvium->mode.crop.left = alvium->min_offx; in alvium_subdev_init()
A Dalvium-csi2.h403 u32 min_offx; member

Completed in 9 milliseconds