Searched refs:new_params (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/tty/ |
D | synclink_gt.c | 1169 static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params) in set_params32() argument 1174 if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32))) in set_params32() 2647 static int set_params(struct slgt_info *info, MGSL_PARAMS __user *new_params) in set_params() argument 2653 if (copy_from_user(&tmp_params, new_params, sizeof(MGSL_PARAMS))) in set_params()
|
D | synclink.c | 832 static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS __user *new_params); 2490 static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS __user *new_params) in mgsl_set_params() argument 2499 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in mgsl_set_params()
|
D | synclinkmp.c | 2902 static int set_params(SLMP_INFO * info, MGSL_PARAMS __user *new_params) in set_params() argument 2911 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params()
|
/linux-2.6.39/drivers/char/pcmcia/ |
D | synclink_cs.c | 426 static int set_params(MGSLPC_INFO *info, MGSL_PARAMS __user *new_params, struct tty_struct *tty); 1808 static int set_params(MGSLPC_INFO * info, MGSL_PARAMS __user *new_params, struct tty_struct *tty) in set_params() argument 1817 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); in set_params()
|