Searched refs:ep_maxpacket (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dlh7a40x_udc.h257 #define ep_maxpacket(EP) ((EP)->ep.maxpacket) macro
H A Dlh7a40x_udc.c367 usb_write(BYTES2MAXP(ep_maxpacket(ep_reg)),
373 usb_write(BYTES2MAXP(ep_maxpacket(ep_reg)),
527 is_short = unlikely(max < ep_maxpacket(ep));
1004 || ep_maxpacket(ep) < le16_to_cpu(desc->wMaxPacketSize)) {
1019 && le16_to_cpu(desc->wMaxPacketSize) != ep_maxpacket(ep))
1376 max = ep_maxpacket(ep);
H A Dfsl_usb2_udc.h542 #define ep_maxpacket(EP) ((EP)->ep.maxpacket) macro
H A Dfsl_usb2_udc.c2107 ep->ep.name, ep_maxpacket(ep), ep_index(ep));
2131 ep->ep.name, ep_maxpacket(ep),

Completed in 64 milliseconds