Home
last modified time | relevance | path

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

/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()
/linux/include/linux/usb/
H A Dgadget.h242 u16 maxpacket_limit; member
249 void usb_ep_set_maxpacket_limit(struct usb_ep *ep, unsigned maxpacket_limit);
263 unsigned maxpacket_limit) in usb_ep_set_maxpacket_limit() argument
/linux/include/uapi/linux/usb/
H A Draw_gadget.h136 __u16 maxpacket_limit; member
/linux/drivers/usb/gadget/udc/
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()
1046 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()
/linux/Documentation/driver-api/usb/
H A Ddwc3.rst671 __entry->maxpacket_limit, __entry->max_streams,