Home
last modified time | relevance | path

Searched refs:autoload (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/Documentation/video4linux/bttv/
DInsmod-options29 autoload=0/1 autoload helper modules (tuner, audio).
/linux-2.6.39/Documentation/aoe/
Daoe.txt37 There is also an autoload script that shows how to edit
/linux-2.6.39/Documentation/networking/
Dltpc.txt30 alias lt0 ltpc # autoload the module when the interface is configured
/linux-2.6.39/Documentation/sound/oss/
DREADME.modules43 pieces autoload on demand, assuming you use kerneld (a sound choice) and
DOpti109 There is currently no way to autoload the sound device driver
/linux-2.6.39/drivers/media/video/bt8xx/
Dbttv-cards.c102 static unsigned int autoload = UNSET; variable
114 module_param(autoload, int, 0444);
132 MODULE_PARM_DESC(autoload, "obsolete option, please do not use anymore");
3451 if (autoload != UNSET) { in bttv_init_card2()