user_params       277 drivers/block/ataflop.c static struct atari_disk_type user_params[FD_MAX_UNITS];
user_params      1684 drivers/block/ataflop.c 			dtp = &user_params[drive];
user_params       501 drivers/block/floppy.c static struct floppy_struct user_params[N_DRIVE];
user_params      3282 drivers/block/floppy.c 		user_params[drive] = *g;
user_params      3284 drivers/block/floppy.c 			SUPBOUND(buffer_max, user_params[drive].sect);
user_params      3285 drivers/block/floppy.c 		current_type[drive] = &user_params[drive];
user_params      3286 drivers/block/floppy.c 		floppy_sizes[drive] = user_params[drive].size;
user_params      3296 drivers/block/floppy.c 		if (DRS->maxblock > user_params[drive].sect ||
user_params      3298 drivers/block/floppy.c 		    ((user_params[drive].sect ^ oldStretch) &
user_params       423 drivers/char/pcmcia/synclink_cs.c static int get_params(MGSLPC_INFO *info, MGSL_PARAMS __user *user_params);
user_params      1785 drivers/char/pcmcia/synclink_cs.c static int get_params(MGSLPC_INFO * info, MGSL_PARAMS __user *user_params)
user_params      1790 drivers/char/pcmcia/synclink_cs.c 	COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));
user_params       826 drivers/tty/synclink.c static int mgsl_get_params(struct mgsl_struct * info, MGSL_PARAMS  __user *user_params);
user_params      2438 drivers/tty/synclink.c static int mgsl_get_params(struct mgsl_struct * info, MGSL_PARAMS __user *user_params)
user_params      2446 drivers/tty/synclink.c 	COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));
user_params      1127 drivers/tty/synclink_gt.c static long get_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *user_params)
user_params      1146 drivers/tty/synclink_gt.c 	if (copy_to_user(user_params, &tmp_params, sizeof(struct MGSL_PARAMS32)))
user_params      2591 drivers/tty/synclink_gt.c static int get_params(struct slgt_info *info, MGSL_PARAMS __user *user_params)
user_params      2594 drivers/tty/synclink_gt.c 	if (copy_to_user(user_params, &info->params, sizeof(MGSL_PARAMS)))
user_params      2846 drivers/tty/synclinkmp.c static int get_params(SLMP_INFO * info, MGSL_PARAMS __user *user_params)
user_params      2854 drivers/tty/synclinkmp.c 	COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));