Searched refs:maxpkt (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h237 #define USB_EP_DEF(addr, bname, dir, type, maxpkt, ctype, cdir) \
238 { .usb_ep = { .name = bname, .ops = &pxa_ep_ops, .maxpacket = maxpkt, \
242 .wMaxPacketSize = maxpkt, }, \
267 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \
274 .type = _type, .fifo_size = maxpkt, \
H A Dpxa27x_udc.c143 int i, maxpkt; queues_dbg_show() local
151 maxpkt = ep->fifo_size; queues_dbg_show()
153 EPNAME(ep), maxpkt, "pio"); queues_dbg_show()
H A Damd5536udc.c941 /* build/re-init dma chain if maxpkt scatter mode, not for EP0 */ prep_dma()
H A Dpch_udc.c33 #define UDC_BUFOUT_MAXPKT_ADDR 0x0C /* buffer size out / maxpkt in */
/linux-4.4.14/drivers/usb/host/whci/
H A Ddebug.c46 seq_printf(s, " ep%d%s-%s maxpkt: %d\n", qset_print()
/linux-4.4.14/drivers/usb/dwc2/
H A Dgadget.c478 unsigned maxpkt; get_ep_limit() local
482 maxpkt = DXEPTSIZ_PKTCNT_LIMIT + 1; get_ep_limit()
486 maxpkt = DIEPTSIZ0_PKTCNT_LIMIT + 1; get_ep_limit()
488 maxpkt = 2; get_ep_limit()
492 maxpkt--; get_ep_limit()
500 if ((maxpkt * hs_ep->ep.maxpacket) < maxsize) get_ep_limit()
501 maxsize = maxpkt * hs_ep->ep.maxpacket; get_ep_limit()
/linux-4.4.14/arch/avr32/mach-at32ap/
H A Dat32ap700x.c1725 #define EP(nam, idx, maxpkt, maxbk, dma, isoc) \
1729 .fifo_size = maxpkt, \
/linux-4.4.14/net/sched/
H A Dsch_qfq.c1234 pr_debug("qfq: increasing maxpkt from %u to %u for class %u", qfq_enqueue()

Completed in 301 milliseconds