Searched refs:new_params (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcpia.c580 struct cam_params new_params; local
627 memcpy(&new_params, &cam->params, sizeof(struct cam_params));
632 #define FIRMWARE_VERSION(x,y) (new_params.version.firmwareVersion == (x) && \
633 new_params.version.firmwareRevision == (y))
644 new_params.colourParams.brightness = val;
649 if(new_params.flickerControl.allowableOverExposure < 0)
650 new_params.flickerControl.allowableOverExposure =
651 -find_over_exposure(new_params.colourParams.brightness);
652 if(new_params.flickerControl.flickerMode != 0)
667 new_params
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c1201 static long set_params32(struct slgt_info *info, struct MGSL_PARAMS32 __user *new_params) argument
1206 if (copy_from_user(&tmp_params, new_params, sizeof(struct MGSL_PARAMS32)))
2599 static int set_params(struct slgt_info *info, MGSL_PARAMS __user *new_params) argument
2605 if (copy_from_user(&tmp_params, new_params, sizeof(MGSL_PARAMS)))
H A Dsynclink.c848 static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS __user *new_params);
2502 * new_params user buffer containing new serial params
2506 static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS __user *new_params) argument
2515 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));
H A Dsynclinkmp.c2972 static int set_params(SLMP_INFO * info, MGSL_PARAMS __user *new_params) argument
2981 COPY_FROM_USER(err,&tmp_params, new_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.c435 static int set_params(MGSLPC_INFO *info, MGSL_PARAMS __user *new_params);
1876 * new_params user buffer containing new serial params
1880 static int set_params(MGSLPC_INFO * info, MGSL_PARAMS __user *new_params) argument
1889 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));

Completed in 123 milliseconds