Searched refs:user_params (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/block/ |
H A D | floppy.c | 495 static struct floppy_struct user_params[N_DRIVE]; variable in typeref:struct:floppy_struct 3275 user_params[drive] = *g; set_geometry() 3277 SUPBOUND(buffer_max, user_params[drive].sect); set_geometry() 3278 current_type[drive] = &user_params[drive]; set_geometry() 3279 floppy_sizes[drive] = user_params[drive].size; set_geometry() 3289 if (DRS->maxblock > user_params[drive].sect || set_geometry() 3291 ((user_params[drive].sect ^ oldStretch) & set_geometry()
|
H A D | ataflop.c | 198 static struct atari_disk_type user_params[FD_MAX_UNITS]; variable in typeref:struct:atari_disk_type 1628 /* no matching disk type found above - setting user_params */ fd_locked_ioctl() 1635 dtp = &user_params[drive]; fd_locked_ioctl()
|
/linux-4.1.27/drivers/tty/ |
H A D | synclink_gt.c | 1143 static long get_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *user_params) get_params32() argument 1162 if (copy_to_user(user_params, &tmp_params, sizeof(struct MGSL_PARAMS32))) get_params32() 2632 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *user_params) get_params() argument 2635 if (copy_to_user(user_params, &info->params, sizeof(MGSL_PARAMS))) get_params()
|
H A D | synclink.c | 827 static int mgsl_get_params(struct mgsl_struct * info, MGSL_PARAMS __user *user_params); 2445 * user_params pointer to buffer to hold returned params 2449 static int mgsl_get_params(struct mgsl_struct * info, MGSL_PARAMS __user *user_params) mgsl_get_params() argument 2457 COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS)); mgsl_get_params()
|
H A D | synclinkmp.c | 2879 static int get_params(SLMP_INFO * info, MGSL_PARAMS __user *user_params) get_params() argument 2887 COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS)); get_params()
|
/linux-4.1.27/drivers/char/pcmcia/ |
H A D | synclink_cs.c | 423 static int get_params(MGSLPC_INFO *info, MGSL_PARAMS __user *user_params); 1792 static int get_params(MGSLPC_INFO * info, MGSL_PARAMS __user *user_params) get_params() argument 1797 COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS)); get_params()
|
Completed in 412 milliseconds