Searched refs:epmaxpacketout (Results 1 – 6 of 6) sorted by relevance
304 return dev->epmaxpacketout[((pipe>>15) & 0xf)]; in usb_maxpacket()335 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()342 if (ep_wMaxPacketSize > dev->epmaxpacketout[b]) { in usb_set_maxpacket_ep()343 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()345 b, dev->epmaxpacketout[b]); in usb_set_maxpacket_ep()990 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()1017 dev->epmaxpacketout[0] = dev->descriptor.bMaxPacketSize0; in usb_setup_descriptor()
911 writew(dev->epmaxpacketout[ep], &musbr->txmaxp); in submit_bulk_msg()913 nextlen = ((len-txlen) < dev->epmaxpacketout[ep]) ? in submit_bulk_msg()914 (len-txlen) : dev->epmaxpacketout[ep]; in submit_bulk_msg()
241 maxpacket = dev->epmaxpacketout[usb_pipeendpoint(pipe)]; in pipe_buffer_setting()335 bufsize = dev->epmaxpacketout[usb_pipeendpoint(pipe)]; in send_bulk_packet()
703 dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()879 priv->maxpacketsize = usb_dev->epmaxpacketout[AX_ENDPOINT_OUT]; in ax88179_eth_probe()
59 dev->epmaxpacketout[epnum]); in construct_urb()
121 int epmaxpacketout[16]; /* OUTput endpoint specific maximums */ member