Searched refs:isoc_maxpacket (Results 1 – 5 of 5) sorted by relevance
45 unsigned isoc_maxpacket; member356 1023 : ss->isoc_maxpacket; 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()587 size = ss->isoc_maxpacket * in source_sink_start_ep()595 size = ss->isoc_maxpacket > 1023 ? in source_sink_start_ep()596 1023 : ss->isoc_maxpacket; in source_sink_start_ep()852 ss->isoc_maxpacket = ss_opts->isoc_maxpacket; in source_sink_alloc_func()1009 opts->isoc_maxpacket = num; in f_ss_opts_isoc_maxpacket_store()[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()
10 isoc_maxpacket 0 - 1023 (fs), 0 - 1024 (hs/ss)
675 isoc_maxpacket 0 - 1023 (fs), 0 - 1024 (hs/ss)