Lines Matching refs:max_packet
3440 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) macro
3850 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction()
3855 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction()
3864 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction()
4603 hb_mult (maxp) * max_packet (maxp)); in qh_make()
4773 info1 |= max_packet (maxp) << 16; // PIPE_INTERRUPT,PIPE_BULK,PIPE_ISOCHRONOUS in qh_make()
4776 info1 |= max_packet (maxp) << 16; // PIPE_INTERRUPT,PIPE_BULK,PIPE_ISOCHRONOUS in qh_make()
4909 info1 |= max_packet (maxp) << 16; // Philips mp3 player endpoint descriptor bug in qh_make()
4913 info1 |= max_packet (maxp) << 16; in qh_make()
9998 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction_EHSET()
10007 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction_EHSET()