Searched refs:epmaxpacketout (Results 1 – 6 of 6) sorted by relevance
309 return dev->epmaxpacketout[((pipe>>15) & 0xf)]; in usb_maxpacket()340 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()347 if (ep_wMaxPacketSize > dev->epmaxpacketout[b]) { in usb_set_maxpacket_ep()348 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()350 b, dev->epmaxpacketout[b]); in usb_set_maxpacket_ep()982 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()1009 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()
906 writew(dev->epmaxpacketout[ep], &musbr->txmaxp); in submit_bulk_msg()908 nextlen = ((len-txlen) < dev->epmaxpacketout[ep]) ? in submit_bulk_msg()909 (len-txlen) : dev->epmaxpacketout[ep]; in submit_bulk_msg()
243 maxpacket = dev->epmaxpacketout[usb_pipeendpoint(pipe)]; in pipe_buffer_setting()337 bufsize = dev->epmaxpacketout[usb_pipeendpoint(pipe)]; in send_bulk_packet()
704 dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()880 priv->maxpacketsize = usb_dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()
60 dev->epmaxpacketout[epnum]); in construct_urb()
120 int epmaxpacketout[16]; /* OUTput endpoint specific maximums */ member
Completed in 17 milliseconds