Lines Matching refs:int_maxpacket
83 static unsigned int_maxpacket; variable
560 fs_int_source_desc.wMaxPacketSize = int_maxpacket > 64 ? in sourcesink_bind()
561 64 : int_maxpacket; in sourcesink_bind()
564 fs_int_sink_desc.wMaxPacketSize = int_maxpacket > 64 ? in sourcesink_bind()
565 64 : int_maxpacket; in sourcesink_bind()
587 if (int_maxpacket > 1024) in sourcesink_bind()
588 int_maxpacket = 1024; in sourcesink_bind()
610 hs_int_source_desc.wMaxPacketSize = int_maxpacket; in sourcesink_bind()
616 hs_int_sink_desc.wMaxPacketSize = int_maxpacket; in sourcesink_bind()
649 ss_int_source_desc.wMaxPacketSize = int_maxpacket; in sourcesink_bind()
654 int_maxpacket * (int_mult + 1) * (int_maxburst + 1); in sourcesink_bind()
658 ss_int_sink_desc.wMaxPacketSize = int_maxpacket; in sourcesink_bind()
663 int_maxpacket * (int_mult + 1) * (int_maxburst + 1); in sourcesink_bind()
838 size = int_maxpacket * (int_mult + 1) * in source_sink_start_ep()
842 size = int_maxpacket * (int_mult + 1); in source_sink_start_ep()
845 size = int_maxpacket > 1023 ? in source_sink_start_ep()
846 1023 : int_maxpacket; in source_sink_start_ep()
1172 int_maxpacket = ss_opts->int_maxpacket; in source_sink_alloc_func()
1520 result = sprintf(page, "%d", opts->int_maxpacket); in f_ss_opts_int_maxpacket_show()
1547 opts->int_maxpacket = num; in f_ss_opts_int_maxpacket_store()
1555 __CONFIGFS_ATTR(int_maxpacket, S_IRUGO | S_IWUSR,
1688 ss_opts->int_maxpacket = GZERO_INT_MAXPACKET; in source_sink_alloc_inst()