Searched refs:autoexp (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dw9968cf.c90 static int autoexp[] = {[0 ... W9968CF_MAX_DEVICES-1] = W9968CF_AUTOEXP}; variable
130 module_param_array(autoexp, bool, &param_nv[12], 0444);
293 MODULE_PARM_DESC(autoexp,
2478 cam->auto_exp = (autoexp[dev_nr] == 0 || autoexp[dev_nr] == 1)
2479 ? (u8)autoexp[dev_nr] : W9968CF_AUTOEXP;
H A Dov511.c89 static int autoexp = 1; variable
125 module_param(autoexp, int, 0);
126 MODULE_PARM_DESC(autoexp, "Sensor automatically changes exposure");
5575 ov->auto_exp = autoexp;

Completed in 101 milliseconds