Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/atm/
H A Dspeedtch.c61 static bool enable_isoc = DEFAULT_ENABLE_ISOC; variable
87 module_param(enable_isoc, bool, S_IRUGO | S_IWUSR);
88 MODULE_PARM_DESC(enable_isoc,
819 use_isoc = enable_isoc; in speedtch_bind()