Home
last modified time | relevance | path

Searched refs:maxpacketsize (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/common/
A Dusb_urb.c68 u16 maxpacketsize = is_in ? dev->epmaxpacketin[epnum] : in usb_urb_fill() local
85 urb->ep->desc.wMaxPacketSize = __cpu_to_le16(maxpacketsize); in usb_urb_fill()
/drivers/usb/eth/
A Dasix88179.c210 int maxpacketsize; member
505 framesize = dev_priv->maxpacketsize; in asix_send_common()
658 priv->maxpacketsize = usb_dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()
/drivers/usb/host/
A Dxhci-ring.c655 int maxpacketsize; in xhci_bulk_tx() local
730 maxpacketsize = usb_maxpacket(udev, pipe); in xhci_bulk_tx()
779 length, maxpacketsize, in xhci_bulk_tx()
A Dr8a66597-hcd.c252 (8 << dev->maxpacketsize), DCPMAXP); in send_setup_packet()
/drivers/usb/musb/
A Dmusb_hcd.c270 u8 maxpktsize = (1 << dev->maxpacketsize) * 8; in ctrlreq_in_data_phase()
316 u8 maxpktsize = (1 << dev->maxpacketsize) * 8; in ctrlreq_out_data_phase()
/drivers/usb/isp1760/
A Disp1760-hcd.c1742 int len, maxpacketsize; in packetize_urb() local
1774 maxpacketsize = max_packet(usb_maxpacket(urb->dev, urb->pipe)); in packetize_urb()
1819 } else if (usb_pipebulk(urb->pipe) && maxpacketsize && in packetize_urb()
1821 !(urb->transfer_buffer_length % maxpacketsize)) { in packetize_urb()

Completed in 27 milliseconds