Home
last modified time | relevance | path

Searched refs:new_params (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams_v20.c118 struct fec_params_cfg *new_params = NULL; in rkispp_params_cfg() local
132 new_params = (struct fec_params_cfg *)(params_vdev->cur_buf->vaddr[0]); in rkispp_params_cfg()
133 if (new_params->frame_id < frame_id) { in rkispp_params_cfg()
134 if (new_params->module_cfg_update & ISPP_MODULE_FEC) in rkispp_params_cfg()
135 fec_data_abandon(params_vdev, new_params); in rkispp_params_cfg()
140 } else if (new_params->frame_id == frame_id) { in rkispp_params_cfg()
153 new_params = (struct fec_params_cfg *)(params_vdev->cur_buf->vaddr[0]); in rkispp_params_cfg()
155 module_en_update = new_params->module_en_update; in rkispp_params_cfg()
156 module_cfg_update = new_params->module_cfg_update; in rkispp_params_cfg()
157 module_ens = new_params->module_ens; in rkispp_params_cfg()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v1x.c1713 const struct rkisp1_isp_params_cfg *new_params) in __isp_isr_other_config() argument
1727 module_en_update = new_params->module_en_update; in __isp_isr_other_config()
1728 module_cfg_update = new_params->module_cfg_update; in __isp_isr_other_config()
1729 module_ens = new_params->module_ens; in __isp_isr_other_config()
1744 &new_params->others.dpcc_config); in __isp_isr_other_config()
1762 ops->bls_config(params_vdev, &new_params->others.bls_config); in __isp_isr_other_config()
1780 ops->sdg_config(params_vdev, &new_params->others.sdg_config); in __isp_isr_other_config()
1798 ops->lsc_config(params_vdev, &new_params->others.lsc_config); in __isp_isr_other_config()
1817 &new_params->others.awb_gain_config); in __isp_isr_other_config()
1836 ops->bdm_config(params_vdev, &new_params->others.bdm_config); in __isp_isr_other_config()
[all …]
H A Disp_params_v21.c3449 const struct isp21_isp_params_cfg *new_params, in __isp_isr_other_config() argument
3454 u64 module_cfg_update = new_params->module_cfg_update; in __isp_isr_other_config()
3458 ops->hdrmge_config(params_vdev, &new_params->others.hdrmge_cfg, type); in __isp_isr_other_config()
3461 ops->hdrdrc_config(params_vdev, &new_params->others.drc_cfg, type); in __isp_isr_other_config()
3466 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg); in __isp_isr_other_config()
3469 ops->bls_config(params_vdev, &new_params->others.bls_cfg); in __isp_isr_other_config()
3472 ops->sdg_config(params_vdev, &new_params->others.sdg_cfg); in __isp_isr_other_config()
3475 ops->lsc_config(params_vdev, &new_params->others.lsc_cfg); in __isp_isr_other_config()
3478 ops->awbgain_config(params_vdev, &new_params->others.awb_gain_cfg); in __isp_isr_other_config()
3481 ops->debayer_config(params_vdev, &new_params->others.debayer_cfg); in __isp_isr_other_config()
[all …]
H A Disp_params_v2x.c3736 const struct isp2x_isp_params_cfg *new_params, enum rkisp_params_type type) in __isp_isr_other_config() argument
3740 u64 module_cfg_update = new_params->module_cfg_update; in __isp_isr_other_config()
3744 ops->hdrmge_config(params_vdev, &new_params->others.hdrmge_cfg, type); in __isp_isr_other_config()
3747 ops->hdrtmo_config(params_vdev, &new_params->others.hdrtmo_cfg, type); in __isp_isr_other_config()
3753 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg); in __isp_isr_other_config()
3756 ops->bls_config(params_vdev, &new_params->others.bls_cfg); in __isp_isr_other_config()
3759 ops->sdg_config(params_vdev, &new_params->others.sdg_cfg); in __isp_isr_other_config()
3762 ops->lsc_config(params_vdev, &new_params->others.lsc_cfg); in __isp_isr_other_config()
3765 ops->awbgain_config(params_vdev, &new_params->others.awb_gain_cfg); in __isp_isr_other_config()
3768 ops->debayer_config(params_vdev, &new_params->others.debayer_cfg); in __isp_isr_other_config()
[all …]
H A Disp_params_v3x.c3793 const struct isp3x_isp_params_cfg *new_params, in __isp_isr_other_config() argument
3798 u64 module_cfg_update = new_params->module_cfg_update; in __isp_isr_other_config()
3802 ops->hdrmge_config(params_vdev, &new_params->others.hdrmge_cfg, type, id); in __isp_isr_other_config()
3805 ops->hdrdrc_config(params_vdev, &new_params->others.drc_cfg, type, id); in __isp_isr_other_config()
3811 __func__, id, new_params->frame_id, module_cfg_update); in __isp_isr_other_config()
3814 ops->lsc_config(params_vdev, &new_params->others.lsc_cfg, id); in __isp_isr_other_config()
3817 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg, id); in __isp_isr_other_config()
3820 ops->bls_config(params_vdev, &new_params->others.bls_cfg, id); in __isp_isr_other_config()
3823 ops->sdg_config(params_vdev, &new_params->others.sdg_cfg, id); in __isp_isr_other_config()
3826 ops->awbgain_config(params_vdev, &new_params->others.awb_gain_cfg, id); in __isp_isr_other_config()
[all …]
H A Disp_params_v32.c3948 const struct isp32_isp_params_cfg *new_params, in __isp_isr_other_config() argument
3953 u64 module_cfg_update = new_params->module_cfg_update; in __isp_isr_other_config()
3961 ops->hdrmge_config(params_vdev, &new_params->others.hdrmge_cfg, type); in __isp_isr_other_config()
3964 ops->hdrdrc_config(params_vdev, &new_params->others.drc_cfg, type); in __isp_isr_other_config()
3970 __func__, new_params->frame_id, module_cfg_update); in __isp_isr_other_config()
3973 ops->lsc_config(params_vdev, &new_params->others.lsc_cfg); in __isp_isr_other_config()
3976 ops->dpcc_config(params_vdev, &new_params->others.dpcc_cfg); in __isp_isr_other_config()
3979 ops->bls_config(params_vdev, &new_params->others.bls_cfg); in __isp_isr_other_config()
3982 ops->sdg_config(params_vdev, &new_params->others.sdg_cfg); in __isp_isr_other_config()
3985 ops->awbgain_config(params_vdev, &new_params->others.awb_gain_cfg); in __isp_isr_other_config()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/
H A Drkisp1-params.c883 const struct rkisp1_params_cfg *new_params) in rkisp1_isp_isr_other_config() argument
887 module_en_update = new_params->module_en_update; in rkisp1_isp_isr_other_config()
888 module_cfg_update = new_params->module_cfg_update; in rkisp1_isp_isr_other_config()
889 module_ens = new_params->module_ens; in rkisp1_isp_isr_other_config()
896 &new_params->others.dpcc_config); in rkisp1_isp_isr_other_config()
915 &new_params->others.bls_config); in rkisp1_isp_isr_other_config()
934 &new_params->others.sdg_config); in rkisp1_isp_isr_other_config()
953 &new_params->others.lsc_config); in rkisp1_isp_isr_other_config()
972 &new_params->others.awb_gain_config); in rkisp1_isp_isr_other_config()
991 &new_params->others.bdm_config); in rkisp1_isp_isr_other_config()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Disp_params.c1762 const struct rkisp1_isp_params_cfg *new_params) in __isp_isr_other_config() argument
1775 module_en_update = new_params->module_en_update; in __isp_isr_other_config()
1776 module_cfg_update = new_params->module_cfg_update; in __isp_isr_other_config()
1777 module_ens = new_params->module_ens; in __isp_isr_other_config()
1792 &new_params->others.dpcc_config); in __isp_isr_other_config()
1810 ops->bls_config(params_vdev, &new_params->others.bls_config); in __isp_isr_other_config()
1828 ops->sdg_config(params_vdev, &new_params->others.sdg_config); in __isp_isr_other_config()
1846 ops->lsc_config(params_vdev, &new_params->others.lsc_config); in __isp_isr_other_config()
1865 &new_params->others.awb_gain_config); in __isp_isr_other_config()
1884 ops->bdm_config(params_vdev, &new_params->others.bdm_config); in __isp_isr_other_config()
[all …]
/OK3568_Linux_fs/external/xserver/randr/
H A Drrtransform.c70 xFixed *new_params; in RRTransformSetFilter() local
73 new_params = xallocarray(nparams, sizeof(xFixed)); in RRTransformSetFilter()
74 if (!new_params) in RRTransformSetFilter()
76 memcpy(new_params, params, nparams * sizeof(xFixed)); in RRTransformSetFilter()
79 new_params = NULL; in RRTransformSetFilter()
82 dst->params = new_params; in RRTransformSetFilter()
/OK3568_Linux_fs/kernel/drivers/nfc/st95hf/
H A Dcore.c539 struct param_list new_params[2]; in iso14443_config_fdt() local
547 new_params[0].param_offset = 2; in iso14443_config_fdt()
549 new_params[0].new_param_val = st95context->fwi; in iso14443_config_fdt()
551 new_params[0].new_param_val = pp_typeb; in iso14443_config_fdt()
553 new_params[1].param_offset = 3; in iso14443_config_fdt()
554 new_params[1].new_param_val = wtxm; in iso14443_config_fdt()
561 new_params, in iso14443_config_fdt()
581 new_params, in iso14443_config_fdt()
610 struct param_list new_params[1]; in st95hf_handle_wtx() local
623 new_params[0].param_offset = 1; in st95hf_handle_wtx()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Rotate.c362 xFixed *new_params = NULL; in xf86CrtcRotate() local
389 free(new_params); in xf86CrtcRotate()
390 new_params = NULL; in xf86CrtcRotate()
465 new_params = malloc(transform->nparams * sizeof(xFixed)); in xf86CrtcRotate()
466 if (new_params) { in xf86CrtcRotate()
467 memcpy(new_params, transform->params, in xf86CrtcRotate()
487 crtc->params = new_params; in xf86CrtcRotate()
/OK3568_Linux_fs/external/xserver/render/
H A Dfilter.c339 xFixed *new_params = xallocarray(nparams, sizeof(xFixed)); in SetPicturePictFilter() local
341 if (!new_params && nparams) in SetPicturePictFilter()
344 pPicture->filter_params = new_params; in SetPicturePictFilter()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dipa-param-manipulation.h239 ipa_param_adjustments (vec<ipa_adjusted_param, va_gc> *new_params, in class()
241 : m_adj_params (new_params), m_always_copy_start (always_copy_start), in class()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dipa-param-manipulation.h239 ipa_param_adjustments (vec<ipa_adjusted_param, va_gc> *new_params, in class()
241 : m_adj_params (new_params), m_always_copy_start (always_copy_start), in class()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4032 struct mlx5e_params *new_params, in mlx5e_xsk_validate_mtu() argument
4047 if (!mlx5e_validate_xsk_param(new_params, &xsk, mdev)) { in mlx5e_xsk_validate_mtu()
4048 u32 hr = mlx5e_get_linear_rq_headroom(new_params, &xsk); in mlx5e_xsk_validate_mtu()
4055 max_mtu_frame = MLX5E_HW2SW_MTU(new_params, xsk.chunk_size - hr); in mlx5e_xsk_validate_mtu()
4056 max_mtu_page = mlx5e_xdp_max_mtu(new_params, &xsk); in mlx5e_xsk_validate_mtu()
4060 new_params->sw_mtu, ix, max_mtu); in mlx5e_xsk_validate_mtu()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclink_gt.c1096 static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params) in set_params32() argument
1101 if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32))) in set_params32()
2543 static int set_params(struct slgt_info *info, MGSL_PARAMS __user *new_params) in set_params() argument
2549 if (copy_from_user(&tmp_params, new_params, sizeof(MGSL_PARAMS))) in set_params()
H A Dsynclink.c826 static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS __user *new_params);
2469 static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS __user *new_params) in mgsl_set_params() argument
2478 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in mgsl_set_params()
H A Dsynclinkmp.c2863 static int set_params(SLMP_INFO * info, MGSL_PARAMS __user *new_params) in set_params() argument
2872 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params()
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c424 static int set_params(MGSLPC_INFO *info, MGSL_PARAMS __user *new_params, struct tty_struct *tty);
1805 static int set_params(MGSLPC_INFO * info, MGSL_PARAMS __user *new_params, struct tty_struct *tty) in set_params() argument
1814 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params()