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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dcpia.c519 struct cam_params new_params; local
566 memcpy(&new_params, &cam->params, sizeof(struct cam_params));
592 #define FIRMWARE_VERSION(x,y) (new_params.version.firmwareVersion == (x) && \
593 new_params.version.firmwareRevision == (y))
617 new_params.colourParams.brightness = val;
634 new_params.colourParams.contrast = val;
645 new_params.colourParams.saturation = val;
660 new_params.sensorFps.divisor = 0;
661 new_params.sensorFps.baserate = 1;
663 new_params
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/pcmcia/
H A Dsynclink_cs.c457 static int set_params(MGSLPC_INFO *info, MGSL_PARAMS *new_params);
2026 * new_params user buffer containing new serial params
2030 static int set_params(MGSLPC_INFO * info, MGSL_PARAMS *new_params) argument
2039 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dsynclink.c868 static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS *new_params);
2571 * new_params user buffer containing new serial params
2575 static int mgsl_set_params(struct mgsl_struct * info, MGSL_PARAMS *new_params) argument
2584 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));
H A Dsynclinkmp.c2850 static int set_params(SLMP_INFO * info, MGSL_PARAMS *new_params) argument
2859 COPY_FROM_USER(err,&tmp_params, new_params, sizeof(MGSL_PARAMS));

Completed in 175 milliseconds