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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dlh7a40x_udc.h257 #define ep_maxpacket(EP) ((EP)->ep.maxpacket) macro
H A Dlh7a40x_udc.c361 usb_write(BYTES2MAXP(ep_maxpacket(ep_reg)),
367 usb_write(BYTES2MAXP(ep_maxpacket(ep_reg)),
522 is_short = unlikely(max < ep_maxpacket(ep));
1001 || ep_maxpacket(ep) < le16_to_cpu(desc->wMaxPacketSize)) {
1016 && le16_to_cpu(desc->wMaxPacketSize) != ep_maxpacket(ep))
1353 max = ep_maxpacket(ep);
H A Dfsl_qe_udc.h157 #define ep_maxpacket(EP) ((EP)->ep.maxpacket) macro
H A Dfsl_usb2_udc.h529 #define ep_maxpacket(EP) ((EP)->ep.maxpacket) macro
H A Dfsl_udc_core.c2069 ep->ep.name, ep_maxpacket(ep), ep_index(ep));
2093 ep->ep.name, ep_maxpacket(ep),

Completed in 97 milliseconds