Lines Matching defs:maxp
2712 int maxp = 0;
2729 maxp = usb_endpoint_maxp(&ep->desc);
2735 if (maxp > 1024) {
2736 fotg210_dbg(fotg210, "bogus qh maxpacket %d\n", maxp);
2750 is_input, 0, mult * maxp));
2773 is_input, 0, maxp) / (125 * 1000);
2787 is_input, 0, maxp));
2813 info1 |= maxp << 16;
2850 info1 |= maxp << 16;
2853 info1 |= maxp << 16;
3920 unsigned epnum, maxp;
3933 maxp = usb_endpoint_maxp(&ep->desc);
3940 buf1 |= maxp;
3941 maxp *= multi;
3953 is_input, 1, maxp));
3957 stream->usecs = HS_USECS_ISO(maxp);
3966 stream->maxp = maxp;