Searched refs:maxpacket_limit (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/usb/gadget/ |
H A D | epautoconf.c | 92 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 D | gadget.h | 242 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 D | raw_gadget.h | 136 __u16 maxpacket_limit; member
|
/linux/drivers/usb/gadget/udc/ |
H A D | core.c | 82 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 D | gr_udc.c | 141 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 D | renesas_usbf.c | 324 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 D | dwc3.rst | 671 __entry->maxpacket_limit, __entry->max_streams,
|