Lines Matching refs:maxpacket
124 ep->ep.name, ep->ep.maxpacket, in proc_ep_show()
331 if (count > ep->ep.maxpacket) in read_fifo()
332 count = ep->ep.maxpacket; in read_fifo()
355 is_done = (count < ep->ep.maxpacket); in read_fifo()
419 if (ep->ep.maxpacket < total) { in write_fifo()
420 count = ep->ep.maxpacket; in write_fifo()
424 is_last = (count < ep->ep.maxpacket) || !req->req.zero; in write_fifo()
476 u16 maxpacket; in at91_ep_enable() local
483 || (maxpacket = usb_endpoint_maxp(desc)) == 0 in at91_ep_enable()
484 || maxpacket > ep->maxpacket) { in at91_ep_enable()
501 if (maxpacket > 64) in at91_ep_enable()
505 switch (maxpacket) { in at91_ep_enable()
513 DBG("bogus maxpacket %d\n", maxpacket); in at91_ep_enable()
536 ep->ep.maxpacket = maxpacket; in at91_ep_enable()
564 ep->ep.maxpacket = ep->maxpacket; in at91_ep_disable()
842 usb_ep_set_maxpacket_limit(&ep->ep, ep->maxpacket); in udc_reinit()
1607 ep->maxpacket = 8; in at91rm9200_udc_init()
1610 ep->maxpacket = 64; in at91rm9200_udc_init()
1613 ep->maxpacket = 256; in at91rm9200_udc_init()
1649 ep->maxpacket = 64; in at91sam9260_udc_init()
1652 ep->maxpacket = 512; in at91sam9260_udc_init()
1687 ep->maxpacket = 8; in at91sam9261_udc_init()
1690 ep->maxpacket = 64; in at91sam9261_udc_init()
1693 ep->maxpacket = 256; in at91sam9261_udc_init()
1732 ep->maxpacket = 64; in at91sam9263_udc_init()
1736 ep->maxpacket = 256; in at91sam9263_udc_init()