Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/atm/
Dspeedtch.c76 static bool enable_isoc = DEFAULT_ENABLE_ISOC; variable
102 module_param(enable_isoc, bool, S_IRUGO | S_IWUSR);
103 MODULE_PARM_DESC(enable_isoc,
833 use_isoc = enable_isoc; in speedtch_bind()