Lines Matching refs:maxpacket
276 m66592_write(m66592, info->maxpacket, M66592_PIPEMAXP); in pipe_buffer_setting()
363 ep->ep.maxpacket = usb_endpoint_maxp(desc); in m66592_ep_setting()
440 info.maxpacket = usb_endpoint_maxp(desc); in alloc_pipe_config()
550 (req->req.length + ep->ep.maxpacket - 1) in start_packet_read()
551 / ep->ep.maxpacket, in start_packet_read()
775 if ((size == 0) || ((size % ep->ep.maxpacket) != 0)) in irq_ep0_write()
784 || (size % ep->ep.maxpacket) in irq_ep0_write()
822 || ((size % ep->ep.maxpacket) != 0) in irq_packet_write()
823 || ((bufsize != ep->ep.maxpacket) in irq_packet_write()
832 || (size % ep->ep.maxpacket) in irq_packet_write()
878 || (size % ep->ep.maxpacket) in irq_packet_read()