Home
last modified time | relevance | path

Searched refs:maxpacket_limit (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/include/linux/usb/
H A Dgadget.h163 unsigned maxpacket_limit:16; member
181 unsigned maxpacket_limit) in usb_ep_set_maxpacket_limit() argument
183 ep->maxpacket_limit = maxpacket_limit; in usb_ep_set_maxpacket_limit()
184 ep->maxpacket = maxpacket_limit; in usb_ep_set_maxpacket_limit()
/openbmc/linux/drivers/usb/gadget/
H A Depautoconf.c92 desc->wMaxPacketSize = cpu_to_le16(ep->maxpacket_limit); in usb_ep_autoconfig_ss()
165 int size = ep->maxpacket_limit; in usb_ep_autoconfig()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtrace.h150 __field(unsigned, maxpacket_limit)
162 __entry->maxpacket_limit = ep->maxpacket_limit;
172 __get_str(name), __entry->maxpacket, __entry->maxpacket_limit,
H A Dcore.c82 unsigned maxpacket_limit) in usb_ep_set_maxpacket_limit() argument
84 ep->maxpacket_limit = maxpacket_limit; in usb_ep_set_maxpacket_limit()
85 ep->maxpacket = maxpacket_limit; in usb_ep_set_maxpacket_limit()
1041 if (max > ep->maxpacket_limit) in usb_gadget_ep_match_desc()
H A Dgr_udc.c141 seq_printf(seq, " maxpacket_limit = %d\n", ep->ep.maxpacket_limit); in gr_seq_ep_show()
1540 } else if (max > ep->ep.maxpacket_limit) { in gr_ep_enable()
1542 max, ep->ep.maxpacket_limit); in gr_ep_enable()
2021 ep->tailbuf = dma_alloc_coherent(dev->dev, ep->ep.maxpacket_limit, in gr_ep_init()
2088 dma_free_coherent(dev->dev, ep->ep.maxpacket_limit, in gr_ep_remove()
H A Drenesas_usbf.c324 u16 maxpacket_limit; member
335 .maxpacket_limit = _maxpacket_limit, \
3239 epn->ep.maxpacket_limit, ret ? "failed" : "ok"); in usbf_epn_check()
3315 usbf_ep_info[i].maxpacket_limit); in usbf_probe()
H A Datmel_usba_udc.c1080 roundup_pow_of_two(_ep->maxpacket_limit); in atmel_usba_match_ep()
/openbmc/linux/drivers/usb/dwc3/
H A Dtrace.h295 __field(unsigned int, maxpacket_limit)
306 __entry->maxpacket_limit = dep->endpoint.maxpacket_limit;
316 __entry->maxpacket_limit, __entry->max_streams,
/openbmc/linux/include/linux/usb/
H A Dgadget.h235 unsigned maxpacket_limit:16; member
247 void usb_ep_set_maxpacket_limit(struct usb_ep *ep, unsigned maxpacket_limit);
261 unsigned maxpacket_limit) in usb_ep_set_maxpacket_limit() argument
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h472 __field(unsigned int, maxpacket_limit)
481 __entry->maxpacket_limit = pep->endpoint.maxpacket_limit;
490 __entry->maxpacket_limit, __entry->enqueue,
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-trace.h460 __field(unsigned int, maxpacket_limit)
472 __entry->maxpacket_limit = priv_ep->endpoint.maxpacket_limit;
484 __entry->maxpacket_limit, __entry->max_streams,
/openbmc/linux/include/uapi/linux/usb/
H A Draw_gadget.h126 __u16 maxpacket_limit; member
/openbmc/linux/drivers/usb/gadget/legacy/
H A Draw_gadget.c1197 limits->maxpacket_limit = ep->maxpacket_limit; in fill_ep_limits()
/openbmc/linux/Documentation/driver-api/usb/
H A Ddwc3.rst671 __entry->maxpacket_limit, __entry->max_streams,