Searched refs:user_params (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/block/ | 
| D | floppy.c | 501 static struct floppy_struct user_params[N_DRIVE];  variable3279 		user_params[drive] = *g;  in set_geometry()
 3281 			SUPBOUND(buffer_max, user_params[drive].sect);  in set_geometry()
 3282 		current_type[drive] = &user_params[drive];  in set_geometry()
 3283 		floppy_sizes[drive] = user_params[drive].size;  in set_geometry()
 3293 		if (DRS->maxblock > user_params[drive].sect ||  in set_geometry()
 3295 		    ((user_params[drive].sect ^ oldStretch) &  in set_geometry()
 
 | 
| D | ataflop.c | 277 static struct atari_disk_type user_params[FD_MAX_UNITS];  variable1684 			dtp = &user_params[drive];  in fd_locked_ioctl()
 
 | 
| /Linux-v5.4/drivers/tty/ | 
| D | synclink_gt.c | 1127 static long get_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *user_params)  in get_params32()  argument1146 	if (copy_to_user(user_params, &tmp_params, sizeof(struct MGSL_PARAMS32)))  in get_params32()
 2591 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *user_params)  in get_params()  argument
 2594 	if (copy_to_user(user_params, &info->params, sizeof(MGSL_PARAMS)))  in get_params()
 
 | 
| D | synclink.c | 826 static int mgsl_get_params(struct mgsl_struct * info, MGSL_PARAMS  __user *user_params);2438 static int mgsl_get_params(struct mgsl_struct * info, MGSL_PARAMS __user *user_params)  in mgsl_get_params()  argument
 2446 	COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));  in mgsl_get_params()
 
 | 
| D | synclinkmp.c | 2846 static int get_params(SLMP_INFO * info, MGSL_PARAMS __user *user_params)  in get_params()  argument2854 	COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));  in get_params()
 
 | 
| /Linux-v5.4/drivers/char/pcmcia/ | 
| D | synclink_cs.c | 423 static int get_params(MGSLPC_INFO *info, MGSL_PARAMS __user *user_params);1785 static int get_params(MGSLPC_INFO * info, MGSL_PARAMS __user *user_params)  in get_params()  argument
 1790 	COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));  in get_params()
 
 |