Lines Matching defs:maxp
770 int pipe, maxp;
776 maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
777 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp;
780 maxp, ati_remote_irq_in, ati_remote,
787 maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
788 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp;
791 maxp, ati_remote_irq_out, ati_remote,