new_params        424 drivers/char/pcmcia/synclink_cs.c static int set_params(MGSLPC_INFO *info, MGSL_PARAMS __user *new_params, struct tty_struct *tty);
new_params       1805 drivers/char/pcmcia/synclink_cs.c static int set_params(MGSLPC_INFO * info, MGSL_PARAMS __user *new_params, struct tty_struct *tty)
new_params       1814 drivers/char/pcmcia/synclink_cs.c 	COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));
new_params       3883 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 				   struct mlx5e_params *new_params,
new_params       3897 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		if (!mlx5e_validate_xsk_param(new_params, &xsk, mdev)) {
new_params       3898 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 			u32 hr = mlx5e_get_linear_rq_headroom(new_params, &xsk);
new_params       3905 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 			max_mtu_frame = MLX5E_HW2SW_MTU(new_params, xsk.chunk_size - hr);
new_params       3906 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 			max_mtu_page = mlx5e_xdp_max_mtu(new_params, &xsk);
new_params       3910 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 				   new_params->sw_mtu, ix, max_mtu);
new_params        539 drivers/nfc/st95hf/core.c 	struct param_list new_params[2];
new_params        547 drivers/nfc/st95hf/core.c 	new_params[0].param_offset = 2;
new_params        549 drivers/nfc/st95hf/core.c 		new_params[0].new_param_val = st95context->fwi;
new_params        551 drivers/nfc/st95hf/core.c 		new_params[0].new_param_val = pp_typeb;
new_params        553 drivers/nfc/st95hf/core.c 	new_params[1].param_offset = 3;
new_params        554 drivers/nfc/st95hf/core.c 	new_params[1].new_param_val = wtxm;
new_params        561 drivers/nfc/st95hf/core.c 					      new_params,
new_params        581 drivers/nfc/st95hf/core.c 					      new_params,
new_params        610 drivers/nfc/st95hf/core.c 	struct param_list new_params[1];
new_params        623 drivers/nfc/st95hf/core.c 		new_params[0].param_offset = 1;
new_params        624 drivers/nfc/st95hf/core.c 		new_params[0].new_param_val = wtx_val;
new_params        629 drivers/nfc/st95hf/core.c 					      new_params,
new_params        827 drivers/tty/synclink.c static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS  __user *new_params);
new_params       2470 drivers/tty/synclink.c static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS __user *new_params)
new_params       2479 drivers/tty/synclink.c 	COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));
new_params       1151 drivers/tty/synclink_gt.c static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params)
new_params       1156 drivers/tty/synclink_gt.c 	if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32)))
new_params       2599 drivers/tty/synclink_gt.c static int set_params(struct slgt_info *info, MGSL_PARAMS __user *new_params)
new_params       2605 drivers/tty/synclink_gt.c 	if (copy_from_user(&tmp_params, new_params, sizeof(MGSL_PARAMS)))
new_params       2866 drivers/tty/synclinkmp.c static int set_params(SLMP_INFO * info, MGSL_PARAMS __user *new_params)
new_params       2875 drivers/tty/synclinkmp.c 	COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));