Home
last modified time | relevance | path

Searched refs:autobright (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dw9968cf.c74 static u8 autobright[] = {[0 ... W9968CF_MAX_DEVICES-1] = W9968CF_AUTOBRIGHT}; variable
106 MODULE_PARM(autobright, "0-" __MODULE_STRING(W9968CF_MAX_DEVICES) "b");
263 MODULE_PARM_DESC(autobright,
2740 cam->auto_brt = (autobright[dev_nr] == 0 || autobright[dev_nr] == 1) in w9968cf_configure_camera()
2741 ? (u8)autobright[dev_nr] : W9968CF_AUTOBRIGHT; in w9968cf_configure_camera()
Dov511.c92 static int autobright = 1; variable
128 MODULE_PARM(autobright, "i");
129 MODULE_PARM_DESC(autobright, "Sensor automatically changes brightness");
6426 ov->auto_brt = autobright; in ov51x_probe()
/linux-2.4.37.9/Documentation/usb/
Dw9968cf.txt341 Name: autobright
406 This parameter has no effect if 'autobright' is enabled.
Dov511.txt80 NAME: autobright