af_recover_cfg 354 drivers/media/platform/omap3isp/isph3a_af.c struct omap3isp_h3a_af_config *af_recover_cfg = NULL; af_recover_cfg 367 drivers/media/platform/omap3isp/isph3a_af.c af_recover_cfg = kzalloc(sizeof(*af_recover_cfg), GFP_KERNEL); af_recover_cfg 368 drivers/media/platform/omap3isp/isph3a_af.c if (!af_recover_cfg) { af_recover_cfg 375 drivers/media/platform/omap3isp/isph3a_af.c af_recover_cfg->paxel.h_start = OMAP3ISP_AF_PAXEL_HZSTART_MIN; af_recover_cfg 376 drivers/media/platform/omap3isp/isph3a_af.c af_recover_cfg->paxel.width = OMAP3ISP_AF_PAXEL_WIDTH_MIN; af_recover_cfg 377 drivers/media/platform/omap3isp/isph3a_af.c af_recover_cfg->paxel.height = OMAP3ISP_AF_PAXEL_HEIGHT_MIN; af_recover_cfg 378 drivers/media/platform/omap3isp/isph3a_af.c af_recover_cfg->paxel.h_cnt = OMAP3ISP_AF_PAXEL_HORIZONTAL_COUNT_MIN; af_recover_cfg 379 drivers/media/platform/omap3isp/isph3a_af.c af_recover_cfg->paxel.v_cnt = OMAP3ISP_AF_PAXEL_VERTICAL_COUNT_MIN; af_recover_cfg 380 drivers/media/platform/omap3isp/isph3a_af.c af_recover_cfg->paxel.line_inc = OMAP3ISP_AF_PAXEL_INCREMENT_MIN; af_recover_cfg 381 drivers/media/platform/omap3isp/isph3a_af.c if (h3a_af_validate_params(af, af_recover_cfg)) { af_recover_cfg 388 drivers/media/platform/omap3isp/isph3a_af.c af_recover_cfg->buf_size = h3a_af_get_buf_size(af_recover_cfg); af_recover_cfg 389 drivers/media/platform/omap3isp/isph3a_af.c af->recover_priv = af_recover_cfg; af_recover_cfg 396 drivers/media/platform/omap3isp/isph3a_af.c kfree(af_recover_cfg);