Searched refs:new_params (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | synclink_gt.c | 1158 static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params) in set_params32() argument 1163 if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32))) in set_params32() 2635 static int set_params(struct slgt_info *info, MGSL_PARAMS __user *new_params) in set_params() argument 2641 if (copy_from_user(&tmp_params, new_params, sizeof(MGSL_PARAMS))) in set_params()
|
D | synclink.c | 828 static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS __user *new_params); 2481 static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS __user *new_params) in mgsl_set_params() argument 2490 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in mgsl_set_params()
|
D | synclinkmp.c | 2893 static int set_params(SLMP_INFO * info, MGSL_PARAMS __user *new_params) in set_params() argument 2902 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 424 static int set_params(MGSLPC_INFO *info, MGSL_PARAMS __user *new_params, struct tty_struct *tty); 1812 static int set_params(MGSLPC_INFO * info, MGSL_PARAMS __user *new_params, struct tty_struct *tty) in set_params() argument 1821 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params()
|