Lines Matching refs:maxpacket
128 ep->ep.name, ep->ep.maxpacket, in proc_ep_show()
347 if (count > ep->ep.maxpacket) in read_fifo()
348 count = ep->ep.maxpacket; in read_fifo()
371 is_done = (count < ep->ep.maxpacket); in read_fifo()
435 if (ep->ep.maxpacket < total) { in write_fifo()
436 count = ep->ep.maxpacket; in write_fifo()
440 is_last = (count < ep->ep.maxpacket) || !req->req.zero; in write_fifo()
492 u16 maxpacket; in at91_ep_enable() local
499 || (maxpacket = usb_endpoint_maxp(desc)) == 0 in at91_ep_enable()
500 || maxpacket > ep->maxpacket) { in at91_ep_enable()
517 if (maxpacket > 64) in at91_ep_enable()
521 switch (maxpacket) { in at91_ep_enable()
529 DBG("bogus maxpacket %d\n", maxpacket); in at91_ep_enable()
552 ep->ep.maxpacket = maxpacket; in at91_ep_enable()
580 ep->ep.maxpacket = ep->maxpacket; in at91_ep_disable()
857 usb_ep_set_maxpacket_limit(&ep->ep, ep->maxpacket); in udc_reinit()
1624 ep->maxpacket = 8; in at91rm9200_udc_init()
1627 ep->maxpacket = 64; in at91rm9200_udc_init()
1630 ep->maxpacket = 256; in at91rm9200_udc_init()
1678 ep->maxpacket = 64; in at91sam9260_udc_init()
1681 ep->maxpacket = 512; in at91sam9260_udc_init()
1716 ep->maxpacket = 8; in at91sam9261_udc_init()
1719 ep->maxpacket = 64; in at91sam9261_udc_init()
1722 ep->maxpacket = 256; in at91sam9261_udc_init()
1764 ep->maxpacket = 64; in at91sam9263_udc_init()
1768 ep->maxpacket = 256; in at91sam9263_udc_init()