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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dactbl1.h193 u16 boot_options; member in struct:acpi_asf_rmcp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Du14-34f.c88 * + When loaded as a module, accepts the new parameter boot_options
91 * modprobe u14-34f 'boot_options="0x230,0x340,lc:y,mq:4"'
531 static char boot_options[MAX_BOOT_OPTIONS_SIZE]; variable
537 module_param_string(u14_34f, boot_options, MAX_BOOT_OPTIONS_SIZE, 0);
949 if(strlen(boot_options)) option_setup(boot_options);
H A Deata.c119 * + When loaded as a module, accepts the new parameter boot_options
122 * modprobe eata 'boot_options="0x7410,0x230,lc:y,tc:n,mq:4"'
925 static char boot_options[MAX_BOOT_OPTIONS_SIZE]; variable
931 module_param_string(eata, boot_options, MAX_BOOT_OPTIONS_SIZE, 0);
1567 if (strlen(boot_options))
1568 option_setup(boot_options);
H A Dibmmca.c445 static char *boot_options = NULL; variable
446 module_param(boot_options, charp, 0);
1499 if (boot_options)
1500 option_setup(boot_options);

Completed in 79 milliseconds