Searched refs:ep_is_in (Results 1 - 6 of 6) 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.h255 #define ep_is_in(EP) (((EP)->bEndpointAddress&USB_DIR_IN)==USB_DIR_IN) macro
H A Dfsl_udc_core.c125 ep_is_in(ep)
133 ep_is_in(ep)
555 if (ep_is_in(ep))
608 int i = ep_index(ep) * 2 + ep_is_in(ep);
615 bitmask = ep_is_in(ep)
661 temp = ep_is_in(ep)
803 req->req.length, ep_is_in(ep)
810 ep_is_in(ep)
861 if (ep_is_in(ep))
909 if (ep_is_in(e
[all...]
H A Dfsl_usb2_udc.h530 #define ep_is_in(EP) ( (ep_index(EP) == 0) ? (EP->udc->ep0_dir == \ macro
537 #define get_pipe_by_ep(EP) (ep_index(EP) * 2 + ep_is_in(EP))
H A Dfsl_qe_udc.h158 #define ep_is_in(EP) ((ep_index(EP) == 0) ? (EP->udc->ep0_dir == \ macro
H A Dlh7a40x_udc.c1160 } else if (ep_is_in(ep)) {
1245 } else if (ep_is_in(ep)) {
1311 if (ep_is_in(ep))
1611 if (ep_is_in(qep) != ((ctrl->wIndex & USB_DIR_IN) ? 1 : 0)
1910 if (ep_is_in(ep)) {
H A Dfsl_qe_udc.c103 ep_is_in(ep)
111 ep_is_in(ep)
1716 ep_is_in(ep)
1723 ep_is_in(ep)
1737 if (ep_is_in(ep))
1742 if (ep_is_in(ep))
1820 if (value && ep_is_in(ep) && !list_empty(&ep->queue)) {

Completed in 111 milliseconds