Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/atm/
H A Dspeedtch.c771 int use_isoc; in speedtch_bind() local
819 use_isoc = enable_isoc; in speedtch_bind()
827 if (!instance->params.altsetting && use_isoc) in speedtch_bind()
830 use_isoc = 0; /* fall back to bulk */ in speedtch_bind()
833 if (use_isoc) { in speedtch_bind()
837 use_isoc = 0; /* fall back to bulk if endpoint not found */ in speedtch_bind()
843 use_isoc = in speedtch_bind()
849 if (!use_isoc) in speedtch_bind()
853 if (!use_isoc && !instance->params.altsetting) in speedtch_bind()
860 instance->params.altsetting = use_isoc ? DEFAULT_ISOC_ALTSETTING : DEFAULT_BULK_ALTSETTING; in speedtch_bind()
[all …]