Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/
Dsynclink_gt.c1169 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()
Dsynclink.c832 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()
Dsynclinkmp.c2902 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/
Dsynclink_cs.c426 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()