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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dusb.c50 static int nousb; /* Disable USB when built into kernel image */ variable
729 /* To disable USB, kernel command line is 'nousb' not 'usbcore.nousb' */
731 module_param(nousb, bool, 0444);
733 core_param(nousb, nousb, bool, 0444);
737 * for external read access to <nousb>
741 return nousb;
811 if (nousb) {
870 if (nousb)
[all...]

Completed in 62 milliseconds