Searched refs:isoc_maxburst (Results 1 – 5 of 5) sorted by relevance
19 unsigned isoc_maxburst; member30 unsigned isoc_maxburst; member
70 static unsigned isoc_maxburst; variable378 if (isoc_maxburst > 15) in sourcesink_bind()379 isoc_maxburst = 15; in sourcesink_bind()449 ss_iso_source_comp_desc.bMaxBurst = isoc_maxburst; in sourcesink_bind()451 isoc_maxpacket * (isoc_mult + 1) * (isoc_maxburst + 1); in sourcesink_bind()458 ss_iso_sink_comp_desc.bMaxBurst = isoc_maxburst; in sourcesink_bind()460 isoc_maxpacket * (isoc_mult + 1) * (isoc_maxburst + 1); in sourcesink_bind()615 (isoc_maxburst + 1); in source_sink_start_ep()885 isoc_maxburst = ss_opts->isoc_maxburst; in source_sink_alloc_func()1104 result = sprintf(page, "%u", opts->isoc_maxburst); in f_ss_opts_isoc_maxburst_show()[all …]
265 module_param_named(isoc_maxburst, gzero_options.isoc_maxburst, uint,267 MODULE_PARM_DESC(isoc_maxburst, "0 - 15 (ss only)");303 ss_opts->isoc_maxburst = gzero_options.isoc_maxburst; in zero_bind()
11 isoc_maxburst - 0..15 (ss only)
582 isoc_maxburst - 0..15 (ss only)