Lines Matching refs:maxpacket
366 r8a66597_write(r8a66597, info->maxpacket, PIPEMAXP); in pipe_buffer_setting()
431 ep->ep.maxpacket = usb_endpoint_maxp(desc); in r8a66597_ep_setting()
513 info.maxpacket = usb_endpoint_maxp(desc); in alloc_pipe_config()
753 DIV_ROUND_UP(req->req.length, ep->ep.maxpacket), in start_packet_read()
972 if ((size == 0) || ((size % ep->ep.maxpacket) != 0)) in irq_ep0_write()
981 || (size % ep->ep.maxpacket) in irq_ep0_write()
1021 || ((size % ep->ep.maxpacket) != 0) in irq_packet_write()
1022 || ((bufsize != ep->ep.maxpacket) in irq_packet_write()
1031 || (size % ep->ep.maxpacket) in irq_packet_write()
1078 || (size % ep->ep.maxpacket) in irq_packet_read()
1435 || (len % ep->ep.maxpacket)) { in sudmac_finish()