Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Disph3a_af.c23 #define IS_OUT_OF_BOUNDS(value, min, max) \ macro
162 if (IS_OUT_OF_BOUNDS(paxel_cfg->h_cnt, in h3a_af_validate_params()
168 if (IS_OUT_OF_BOUNDS(paxel_cfg->v_cnt, in h3a_af_validate_params()
173 if (IS_OUT_OF_BOUNDS(paxel_cfg->height, OMAP3ISP_AF_PAXEL_HEIGHT_MIN, in h3a_af_validate_params()
179 if (IS_OUT_OF_BOUNDS(paxel_cfg->width, OMAP3ISP_AF_PAXEL_WIDTH_MIN, in h3a_af_validate_params()
185 if (IS_OUT_OF_BOUNDS(paxel_cfg->line_inc, in h3a_af_validate_params()
193 IS_OUT_OF_BOUNDS(paxel_cfg->h_start, in h3a_af_validate_params()
207 if (IS_OUT_OF_BOUNDS(iir_cfg->h_start, OMAP3ISP_AF_IIRSH_MIN, in h3a_af_validate_params()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Disph3a_af.c23 #define IS_OUT_OF_BOUNDS(value, min, max) \ macro
162 if (IS_OUT_OF_BOUNDS(paxel_cfg->h_cnt, in h3a_af_validate_params()
168 if (IS_OUT_OF_BOUNDS(paxel_cfg->v_cnt, in h3a_af_validate_params()
173 if (IS_OUT_OF_BOUNDS(paxel_cfg->height, OMAP3ISP_AF_PAXEL_HEIGHT_MIN, in h3a_af_validate_params()
179 if (IS_OUT_OF_BOUNDS(paxel_cfg->width, OMAP3ISP_AF_PAXEL_WIDTH_MIN, in h3a_af_validate_params()
185 if (IS_OUT_OF_BOUNDS(paxel_cfg->line_inc, in h3a_af_validate_params()
193 IS_OUT_OF_BOUNDS(paxel_cfg->h_start, in h3a_af_validate_params()
207 if (IS_OUT_OF_BOUNDS(iir_cfg->h_start, OMAP3ISP_AF_IIRSH_MIN, in h3a_af_validate_params()

Completed in 2 milliseconds