Lines Matching refs:isoc_maxpacket
56 unsigned isoc_maxpacket; member
372 fs_iso_source_desc.wMaxPacketSize = ss->isoc_maxpacket > 1023 ? in sourcesink_bind()
373 1023 : ss->isoc_maxpacket; in sourcesink_bind()
375 fs_iso_sink_desc.wMaxPacketSize = ss->isoc_maxpacket > 1023 ? in sourcesink_bind()
376 1023 : ss->isoc_maxpacket; in sourcesink_bind()
399 if (ss->isoc_maxpacket > 1024) in sourcesink_bind()
400 ss->isoc_maxpacket = 1024; in sourcesink_bind()
411 hs_iso_source_desc.wMaxPacketSize = ss->isoc_maxpacket; in sourcesink_bind()
417 hs_iso_sink_desc.wMaxPacketSize = ss->isoc_maxpacket; in sourcesink_bind()
433 ss_iso_source_desc.wMaxPacketSize = ss->isoc_maxpacket; in sourcesink_bind()
437 ss_iso_source_comp_desc.wBytesPerInterval = ss->isoc_maxpacket * in sourcesink_bind()
442 ss_iso_sink_desc.wMaxPacketSize = ss->isoc_maxpacket; in sourcesink_bind()
446 ss_iso_sink_comp_desc.wBytesPerInterval = ss->isoc_maxpacket * in sourcesink_bind()
604 size = ss->isoc_maxpacket * in source_sink_start_ep()
609 size = ss->isoc_maxpacket * (ss->isoc_mult + 1); in source_sink_start_ep()
612 size = ss->isoc_maxpacket > 1023 ? in source_sink_start_ep()
613 1023 : ss->isoc_maxpacket; in source_sink_start_ep()
868 ss->isoc_maxpacket = ss_opts->isoc_maxpacket; in source_sink_alloc_func()
995 result = sprintf(page, "%u\n", opts->isoc_maxpacket); in f_ss_opts_isoc_maxpacket_show()
1023 opts->isoc_maxpacket = num; in f_ss_opts_isoc_maxpacket_store()
1030 CONFIGFS_ATTR(f_ss_opts_, isoc_maxpacket);
1190 ss_opts->isoc_maxpacket = GZERO_ISOC_MAXPACKET; in source_sink_alloc_inst()