Searched refs:isoc_maxpacket (Results 1 – 3 of 3) sorted by relevance
45 unsigned isoc_maxpacket; member355 fs_iso_source_desc.wMaxPacketSize = ss->isoc_maxpacket > 1023 ? in sourcesink_bind()356 1023 : ss->isoc_maxpacket; in sourcesink_bind()358 fs_iso_sink_desc.wMaxPacketSize = ss->isoc_maxpacket > 1023 ? in sourcesink_bind()359 1023 : ss->isoc_maxpacket; in sourcesink_bind()382 if (ss->isoc_maxpacket > 1024) in sourcesink_bind()383 ss->isoc_maxpacket = 1024; in sourcesink_bind()394 hs_iso_source_desc.wMaxPacketSize = ss->isoc_maxpacket; in sourcesink_bind()400 hs_iso_sink_desc.wMaxPacketSize = ss->isoc_maxpacket; in sourcesink_bind()416 ss_iso_source_desc.wMaxPacketSize = ss->isoc_maxpacket; in sourcesink_bind()[all …]
20 unsigned isoc_maxpacket; member33 unsigned isoc_maxpacket; member
64 .isoc_maxpacket = GZERO_ISOC_MAXPACKET,240 module_param_named(isoc_maxpacket, gzero_options.isoc_maxpacket, uint,242 MODULE_PARM_DESC(isoc_maxpacket, "0 - 1023 (fs), 0 - 1024 (hs/ss)");292 ss_opts->isoc_maxpacket = gzero_options.isoc_maxpacket; in zero_bind()