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

/linux-master/drivers/usb/gadget/
H A Depautoconf.c92 desc->wMaxPacketSize = cpu_to_le16(ep->maxpacket_limit);
165 int size = ep->maxpacket_limit;
/linux-master/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.c76 * @maxpacket_limit:value of maximum packet size limit
82 unsigned maxpacket_limit)
84 ep->maxpacket_limit = maxpacket_limit;
85 ep->maxpacket = maxpacket_limit;
1048 if (max > ep->maxpacket_limit)
81 usb_ep_set_maxpacket_limit(struct usb_ep *ep, unsigned maxpacket_limit) argument
H A Dgr_udc.c141 seq_printf(seq, " maxpacket_limit = %d\n", ep->ep.maxpacket_limit);
1540 } else if (max > ep->ep.maxpacket_limit) {
1542 max, ep->ep.maxpacket_limit);
2021 ep->tailbuf = dma_alloc_coherent(dev->dev, ep->ep.maxpacket_limit,
2088 dma_free_coherent(dev->dev, ep->ep.maxpacket_limit,
H A Drenesas_usbf.c324 u16 maxpacket_limit; member in struct:usbf_ep_info
335 .maxpacket_limit = _maxpacket_limit, \
3239 epn->ep.maxpacket_limit, ret ? "failed" : "ok");
3315 usbf_ep_info[i].maxpacket_limit);
H A Datmel_usba_udc.c1079 roundup_pow_of_two(_ep->maxpacket_limit);
/linux-master/include/uapi/linux/usb/
H A Draw_gadget.h130 * @maxpacket_limit: Maximum packet size value supported by this endpoint.
136 __u16 maxpacket_limit; member in struct:usb_raw_ep_limits
/linux-master/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,
/linux-master/include/linux/usb/
H A Dgadget.h207 * @maxpacket_limit:The maximum packet size value which can be handled by this
237 unsigned maxpacket_limit:16; member in struct:usb_ep
249 void usb_ep_set_maxpacket_limit(struct usb_ep *ep, unsigned maxpacket_limit);
263 unsigned maxpacket_limit)
262 usb_ep_set_maxpacket_limit(struct usb_ep *ep, unsigned maxpacket_limit) argument
/linux-master/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,
/linux-master/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,
/linux-master/drivers/usb/gadget/legacy/
H A Draw_gadget.c1242 limits->maxpacket_limit = ep->maxpacket_limit;

Completed in 226 milliseconds