Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/rkisp1/
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 …]
/Linux-v5.10/drivers/nfc/st95hf/
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 …]
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c3948 struct mlx5e_params *new_params, in mlx5e_xsk_validate_mtu() argument
3963 if (!mlx5e_validate_xsk_param(new_params, &xsk, mdev)) { in mlx5e_xsk_validate_mtu()
3964 u32 hr = mlx5e_get_linear_rq_headroom(new_params, &xsk); in mlx5e_xsk_validate_mtu()
3971 max_mtu_frame = MLX5E_HW2SW_MTU(new_params, xsk.chunk_size - hr); in mlx5e_xsk_validate_mtu()
3972 max_mtu_page = mlx5e_xdp_max_mtu(new_params, &xsk); in mlx5e_xsk_validate_mtu()
3976 new_params->sw_mtu, ix, max_mtu); in mlx5e_xsk_validate_mtu()
/Linux-v5.10/drivers/tty/
Dsynclink_gt.c1151 static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params) in set_params32() argument
1156 if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32))) in set_params32()
2596 static int set_params(struct slgt_info *info, MGSL_PARAMS __user *new_params) in set_params() argument
2602 if (copy_from_user(&tmp_params, new_params, sizeof(MGSL_PARAMS))) in set_params()
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()
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()
/Linux-v5.10/drivers/char/pcmcia/
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()