Lines Matching refs:isoc_maxpacket
68 static unsigned isoc_maxpacket; variable
382 fs_iso_source_desc.wMaxPacketSize = isoc_maxpacket > 1023 ? in sourcesink_bind()
383 1023 : isoc_maxpacket; in sourcesink_bind()
385 fs_iso_sink_desc.wMaxPacketSize = isoc_maxpacket > 1023 ? in sourcesink_bind()
386 1023 : isoc_maxpacket; in sourcesink_bind()
412 if (isoc_maxpacket > 1024) in sourcesink_bind()
413 isoc_maxpacket = 1024; in sourcesink_bind()
424 hs_iso_source_desc.wMaxPacketSize = isoc_maxpacket; in sourcesink_bind()
430 hs_iso_sink_desc.wMaxPacketSize = isoc_maxpacket; in sourcesink_bind()
446 ss_iso_source_desc.wMaxPacketSize = isoc_maxpacket; in sourcesink_bind()
451 isoc_maxpacket * (isoc_mult + 1) * (isoc_maxburst + 1); in sourcesink_bind()
455 ss_iso_sink_desc.wMaxPacketSize = isoc_maxpacket; in sourcesink_bind()
460 isoc_maxpacket * (isoc_mult + 1) * (isoc_maxburst + 1); in sourcesink_bind()
614 size = isoc_maxpacket * (isoc_mult + 1) * in source_sink_start_ep()
618 size = isoc_maxpacket * (isoc_mult + 1); in source_sink_start_ep()
621 size = isoc_maxpacket > 1023 ? in source_sink_start_ep()
622 1023 : isoc_maxpacket; in source_sink_start_ep()
883 isoc_maxpacket = ss_opts->isoc_maxpacket; in source_sink_alloc_func()
1016 result = sprintf(page, "%u", opts->isoc_maxpacket); in f_ss_opts_isoc_maxpacket_show()
1043 opts->isoc_maxpacket = num; in f_ss_opts_isoc_maxpacket_store()
1051 __CONFIGFS_ATTR(isoc_maxpacket, S_IRUGO | S_IWUSR,
1216 ss_opts->isoc_maxpacket = GZERO_ISOC_MAXPACKET; in source_sink_alloc_inst()