Searched refs:user_params (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/block/ |
| D | floppy.c | 489 static struct floppy_struct user_params[N_DRIVE]; variable 3272 user_params[drive] = *g; in set_geometry() 3274 SUPBOUND(buffer_max, user_params[drive].sect); in set_geometry() 3275 current_type[drive] = &user_params[drive]; in set_geometry() 3276 floppy_sizes[drive] = user_params[drive].size; in set_geometry() 3286 if (drive_state[current_drive].maxblock > user_params[drive].sect || in set_geometry() 3288 ((user_params[drive].sect ^ oldStretch) & in set_geometry()
|
| D | ataflop.c | 278 static struct atari_disk_type user_params[FD_MAX_UNITS]; variable 1710 dtp = &user_params[drive]; in fd_locked_ioctl()
|
| /Linux-v6.1/drivers/tty/ |
| D | synclink_gt.c | 1065 static long get_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *user_params) in get_params32() argument 1084 if (copy_to_user(user_params, &tmp_params, sizeof(struct MGSL_PARAMS32))) in get_params32() 2519 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *user_params) in get_params() argument 2522 if (copy_to_user(user_params, &info->params, sizeof(MGSL_PARAMS))) in get_params()
|
| /Linux-v6.1/drivers/char/pcmcia/ |
| D | synclink_cs.c | 423 static int get_params(MGSLPC_INFO *info, MGSL_PARAMS __user *user_params); 1779 static int get_params(MGSLPC_INFO * info, MGSL_PARAMS __user *user_params) in get_params() argument 1784 COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS)); in get_params()
|