MGSL_PARAMS 89 drivers/char/pcmcia/synclink_cs.c static MGSL_PARAMS default_params = { MGSL_PARAMS 204 drivers/char/pcmcia/synclink_cs.c MGSL_PARAMS params; /* communications parameters */ MGSL_PARAMS 423 drivers/char/pcmcia/synclink_cs.c static int get_params(MGSLPC_INFO *info, MGSL_PARAMS __user *user_params); MGSL_PARAMS 424 drivers/char/pcmcia/synclink_cs.c static int set_params(MGSLPC_INFO *info, MGSL_PARAMS __user *new_params, struct tty_struct *tty); MGSL_PARAMS 539 drivers/char/pcmcia/synclink_cs.c memcpy(&info->params,&default_params,sizeof(MGSL_PARAMS)); MGSL_PARAMS 1785 drivers/char/pcmcia/synclink_cs.c static int get_params(MGSLPC_INFO * info, MGSL_PARAMS __user *user_params) MGSL_PARAMS 1790 drivers/char/pcmcia/synclink_cs.c COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS)); MGSL_PARAMS 1805 drivers/char/pcmcia/synclink_cs.c static int set_params(MGSLPC_INFO * info, MGSL_PARAMS __user *new_params, struct tty_struct *tty) MGSL_PARAMS 1808 drivers/char/pcmcia/synclink_cs.c MGSL_PARAMS tmp_params; MGSL_PARAMS 1814 drivers/char/pcmcia/synclink_cs.c COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); MGSL_PARAMS 1823 drivers/char/pcmcia/synclink_cs.c memcpy(&info->params,&tmp_params,sizeof(MGSL_PARAMS)); MGSL_PARAMS 113 drivers/tty/synclink.c static MGSL_PARAMS default_params = { MGSL_PARAMS 274 drivers/tty/synclink.c MGSL_PARAMS params; /* communications parameters */ MGSL_PARAMS 826 drivers/tty/synclink.c static int mgsl_get_params(struct mgsl_struct * info, MGSL_PARAMS __user *user_params); MGSL_PARAMS 827 drivers/tty/synclink.c static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS __user *new_params); MGSL_PARAMS 2438 drivers/tty/synclink.c static int mgsl_get_params(struct mgsl_struct * info, MGSL_PARAMS __user *user_params) MGSL_PARAMS 2446 drivers/tty/synclink.c COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS)); MGSL_PARAMS 2470 drivers/tty/synclink.c static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS __user *new_params) MGSL_PARAMS 2473 drivers/tty/synclink.c MGSL_PARAMS tmp_params; MGSL_PARAMS 2479 drivers/tty/synclink.c COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); MGSL_PARAMS 2489 drivers/tty/synclink.c memcpy(&info->params,&tmp_params,sizeof(MGSL_PARAMS)); MGSL_PARAMS 4254 drivers/tty/synclink.c memcpy(&info->params,&default_params,sizeof(MGSL_PARAMS)); MGSL_PARAMS 6986 drivers/tty/synclink.c MGSL_PARAMS tmp_params; MGSL_PARAMS 6989 drivers/tty/synclink.c memcpy(&tmp_params,&info->params,sizeof(MGSL_PARAMS)); MGSL_PARAMS 6991 drivers/tty/synclink.c memcpy(&info->params,&default_params,sizeof(MGSL_PARAMS)); MGSL_PARAMS 7254 drivers/tty/synclink.c memcpy(&info->params,&tmp_params,sizeof(MGSL_PARAMS)); MGSL_PARAMS 294 drivers/tty/synclink_gt.c MGSL_PARAMS params; /* communications parameters */ MGSL_PARAMS 356 drivers/tty/synclink_gt.c static MGSL_PARAMS default_params = { MGSL_PARAMS 503 drivers/tty/synclink_gt.c static int get_params(struct slgt_info *info, MGSL_PARAMS __user *params); MGSL_PARAMS 504 drivers/tty/synclink_gt.c static int set_params(struct slgt_info *info, MGSL_PARAMS __user *params); MGSL_PARAMS 2591 drivers/tty/synclink_gt.c static int get_params(struct slgt_info *info, MGSL_PARAMS __user *user_params) MGSL_PARAMS 2594 drivers/tty/synclink_gt.c if (copy_to_user(user_params, &info->params, sizeof(MGSL_PARAMS))) MGSL_PARAMS 2599 drivers/tty/synclink_gt.c static int set_params(struct slgt_info *info, MGSL_PARAMS __user *new_params) MGSL_PARAMS 2602 drivers/tty/synclink_gt.c MGSL_PARAMS tmp_params; MGSL_PARAMS 2605 drivers/tty/synclink_gt.c if (copy_from_user(&tmp_params, new_params, sizeof(MGSL_PARAMS))) MGSL_PARAMS 2612 drivers/tty/synclink_gt.c memcpy(&info->params, &tmp_params, sizeof(MGSL_PARAMS)); MGSL_PARAMS 3573 drivers/tty/synclink_gt.c memcpy(&info->params,&default_params,sizeof(MGSL_PARAMS)); MGSL_PARAMS 5026 drivers/tty/synclink_gt.c MGSL_PARAMS params; MGSL_PARAMS 84 drivers/tty/synclinkmp.c static MGSL_PARAMS default_params = { MGSL_PARAMS 237 drivers/tty/synclinkmp.c MGSL_PARAMS params; /* communications parameters */ MGSL_PARAMS 538 drivers/tty/synclinkmp.c static int get_params(SLMP_INFO *info, MGSL_PARAMS __user *params); MGSL_PARAMS 539 drivers/tty/synclinkmp.c static int set_params(SLMP_INFO *info, MGSL_PARAMS __user *params); MGSL_PARAMS 2846 drivers/tty/synclinkmp.c static int get_params(SLMP_INFO * info, MGSL_PARAMS __user *user_params) MGSL_PARAMS 2854 drivers/tty/synclinkmp.c COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS)); MGSL_PARAMS 2866 drivers/tty/synclinkmp.c static int set_params(SLMP_INFO * info, MGSL_PARAMS __user *new_params) MGSL_PARAMS 2869 drivers/tty/synclinkmp.c MGSL_PARAMS tmp_params; MGSL_PARAMS 2875 drivers/tty/synclinkmp.c COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS)); MGSL_PARAMS 2885 drivers/tty/synclinkmp.c memcpy(&info->params,&tmp_params,sizeof(MGSL_PARAMS)); MGSL_PARAMS 3743 drivers/tty/synclinkmp.c memcpy(&info->params,&default_params,sizeof(MGSL_PARAMS));