Searched refs:user_params (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c490 static struct floppy_struct user_params[N_DRIVE]; variable in typeref:struct:floppy_struct
3328 user_params[drive] = *g;
3330 SUPBOUND(buffer_max, user_params[drive].sect);
3331 current_type[drive] = &user_params[drive];
3332 floppy_sizes[drive] = user_params[drive].size;
3342 if (DRS->maxblock > user_params[drive].sect ||
3344 ((user_params[drive].sect ^ oldStretch) &
H A Dataflop.c196 static struct atari_disk_type user_params[FD_MAX_UNITS]; variable in typeref:struct:atari_disk_type
1605 /* no matching disk type found above - setting user_params */
1612 dtp = &user_params[drive];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c1178 static long get_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *user_params) argument
1196 if (copy_to_user(user_params, &tmp_params, sizeof(struct MGSL_PARAMS32)))
2591 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *user_params) argument
2594 if (copy_to_user(user_params, &info->params, sizeof(MGSL_PARAMS)))
H A Dsynclink.c847 static int mgsl_get_params(struct mgsl_struct * info, MGSL_PARAMS __user *user_params);
2472 * user_params pointer to buffer to hold returned params
2476 static int mgsl_get_params(struct mgsl_struct * info, MGSL_PARAMS __user *user_params) argument
2483 COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));
H A Dsynclinkmp.c2954 static int get_params(SLMP_INFO * info, MGSL_PARAMS __user *user_params) argument
2961 COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c434 static int get_params(MGSLPC_INFO *info, MGSL_PARAMS __user *user_params);
1860 static int get_params(MGSLPC_INFO * info, MGSL_PARAMS __user *user_params) argument
1865 COPY_TO_USER(err,user_params, &info->params, sizeof(MGSL_PARAMS));

Completed in 89 milliseconds