Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dusb.c52 static bool nousb; /* Disable USB when built into kernel image */ variable
54 module_param(nousb, bool, 0444);
61 return nousb; in usb_disabled()