Searched refs:ep_is_in (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.h255 #define ep_is_in(EP) (((EP)->bEndpointAddress&USB_DIR_IN)==USB_DIR_IN) macro
H A Dfsl_usb2_udc.c129 ep_is_in(ep)
137 ep_is_in(ep)
554 if (ep_is_in(ep))
640 int i = ep_index(ep) * 2 + ep_is_in(ep);
647 bitmask = ep_is_in(ep)
690 temp = ep_is_in(ep)
832 req->req.length, ep_is_in(ep)
839 ep_is_in(ep)
890 if (ep_is_in(ep))
938 if (ep_is_in(e
[all...]
H A Dfsl_usb2_udc.h543 #define ep_is_in(EP) ( (ep_index(EP) == 0) ? (EP->udc->ep0_dir == \ macro
550 #define get_pipe_by_ep(EP) (ep_index(EP) * 2 + ep_is_in(EP))
H A Dlh7a40x_udc.c1183 } else if (ep_is_in(ep)) {
1268 } else if (ep_is_in(ep)) {
1334 if (ep_is_in(ep))
1634 if (ep_is_in(qep) != ((ctrl->wIndex & USB_DIR_IN) ? 1 : 0)
1933 if (ep_is_in(ep)) {

Completed in 60 milliseconds