Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dgadget.h183 unsigned maxpacket_limit:16; member
201 unsigned maxpacket_limit) in usb_ep_set_maxpacket_limit() argument
203 ep->maxpacket_limit = maxpacket_limit; in usb_ep_set_maxpacket_limit()
204 ep->maxpacket = maxpacket_limit; in usb_ep_set_maxpacket_limit()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dtrace.h145 __field(unsigned, maxpacket_limit)
157 __entry->maxpacket_limit = ep->maxpacket_limit;
167 __get_str(name), __entry->maxpacket, __entry->maxpacket_limit,
H A Dcore.c65 unsigned maxpacket_limit) in usb_ep_set_maxpacket_limit() argument
67 ep->maxpacket_limit = maxpacket_limit; in usb_ep_set_maxpacket_limit()
68 ep->maxpacket = maxpacket_limit; in usb_ep_set_maxpacket_limit()
963 if (max > ep->maxpacket_limit) in usb_gadget_ep_match_desc()
H A Dgr_udc.c142 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()
2020 ep->tailbuf = dma_alloc_coherent(dev->dev, ep->ep.maxpacket_limit, in gr_ep_init()
2087 dma_free_coherent(dev->dev, ep->ep.maxpacket_limit, in gr_ep_remove()
H A Datmel_usba_udc.c1077 roundup_pow_of_two(_ep->maxpacket_limit); in atmel_usba_match_ep()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dtrace.h296 __field(unsigned int, maxpacket_limit)
307 __entry->maxpacket_limit = dep->endpoint.maxpacket_limit;
317 __entry->maxpacket_limit, __entry->max_streams,
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dgadget.h241 unsigned maxpacket_limit:16; member
255 void usb_ep_set_maxpacket_limit(struct usb_ep *ep, unsigned maxpacket_limit);
269 unsigned maxpacket_limit) in usb_ep_set_maxpacket_limit() argument
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dtrace.h473 __field(unsigned int, maxpacket_limit)
485 __entry->maxpacket_limit = priv_ep->endpoint.maxpacket_limit;
497 __entry->maxpacket_limit, __entry->max_streams,
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Draw_gadget.h126 __u16 maxpacket_limit; member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Draw_gadget.c1181 limits->maxpacket_limit = ep->maxpacket_limit; in fill_ep_limits()
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Ddwc3.rst671 __entry->maxpacket_limit, __entry->max_streams,