Lines Matching refs:lsc_cfg
154 struct rkmodule_lsc_cfg lsc_cfg; member
1056 memcpy(&imx258->lsc_cfg, cfg, sizeof(*cfg)); in imx258_set_lsc_cfg()
1142 struct rkmodule_lsc_cfg *lsc_cfg; in imx258_compat_ioctl32() local
1179 lsc_cfg = kzalloc(sizeof(*lsc_cfg), GFP_KERNEL); in imx258_compat_ioctl32()
1180 if (!lsc_cfg) { in imx258_compat_ioctl32()
1185 ret = copy_from_user(lsc_cfg, up, sizeof(*lsc_cfg)); in imx258_compat_ioctl32()
1187 kfree(lsc_cfg); in imx258_compat_ioctl32()
1190 ret = imx258_ioctl(sd, cmd, lsc_cfg); in imx258_compat_ioctl32()
1191 kfree(lsc_cfg); in imx258_compat_ioctl32()
1246 struct rkmodule_lsc_cfg *lsc_cfg = &imx258->lsc_cfg; in imx258_apply_otp() local
1310 if ((otp_ptr->flag & 0x10) && lsc_cfg->enable) { in imx258_apply_otp()